Releases: ingesolvoll/kee-frame
0.3.3: Bug fixes
This release is a maintenance release with minor bug and doc fixes. Thanks to the people who contributed with PRs, it's highly appreciated!
0.3.2: Scrolling with Clerk
This release switches to the very nice https://github.com/PEZ/clerk library for scroll handling.
The other major fix in this release is to only include the core of reitit, was pulling in the kitchen sink previously. This might break some projects depending on reitit-parts not in core.
0.3.1: Minor luminus compatibility fix
v0.3.1 Releasing 0.3.1
Switched routing lib from bidi to reitit
This release jumps to 0.3 due to a "breaking" change. Reitit has a different route syntax from bidi, so you either need to change your routes or slightly tweak your config to keep working with bidi.
The switch to reitit is motivated by simplicity and user friendliness. Bidi is still a very good option, but Metosin is doing some excellent work on their libraries these days.
0.2.7: Documentation
- Core namespace thoroughly documented with docstrings
- README restructured to be more friendly to new users dropping by.
- Chain feature extracted to separate lib
- Breaking-points feature is now default off, to better support integration with martian.
0.2.6 Hotfix
- https://github.com/Day8/re-frame-http-fx included as a dependency
- Previous release broke https://github.com/gadfly361/breaking-point integration
0.2.5: Hash based routing and Luminus
Small release with a big change: Using has based routing is now a simple configuration change. Also, kee-frame has been included as an option in Luminus. See README on how to use it!
0.2.4: Chain interceptors, breaking points
A couple of new features:
- Integration with breaking-point
- Support for using interceptors in chains
Minor fixes
- Some improvements to websockets support.
- Scroll behavior lib inclusion was breaking shadow-cljs builds.
0.2.2 Websocket support
News in this release:
- Websocket API using chord
- Preserving scroll position on back/forward
- Some improvements in usability and error messages.