Using bzlmod with Bazel 6 or later:
Add to your MODULE.bazel file:
bazel_dep(name = "stackb_ui_js", version = "v1.0.0")What's Changed
- Refactor into cycle-free core module by @pcj in #2
- Add not found fallback template mechanism by @pcj in #3
- Only change history if normal click by @pcj in #4
- Update closure labels to source repo by @pcj in #5
- migrate to goog.asserts.dom.assertIsElement by @pcj in #6
- Migrate to BzlMod by @pcj in #7
- Use renamed @stackb_rules_closure by @pcj in #8
- Add rules_shell dev dep by @pcj in #9
- Add BCR metadata by @pcj in #10
- Refactor tests location by @pcj in #11
New Contributors
Full Changelog: https://github.com/stackb/ui.js/commits/v1.0.0