Skip to content

Releases: ingesolvoll/kee-frame

0.3.3: Bug fixes

08 Mar 12:42
Compare
Choose a tag to compare

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

03 Dec 16:52
Compare
Choose a tag to compare

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

22 Oct 16:51
Compare
Choose a tag to compare

Switched routing lib from bidi to reitit

10 Oct 09:52
Compare
Choose a tag to compare

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

04 Aug 10:22
Compare
Choose a tag to compare
  • 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

19 Jul 13:33
Compare
Choose a tag to compare

0.2.5: Hash based routing and Luminus

19 Jul 11:38
Compare
Choose a tag to compare

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

26 Jun 07:34
Compare
Choose a tag to compare

A couple of new features:

  • Integration with breaking-point
  • Support for using interceptors in chains

Minor fixes

17 Jun 20:55
Compare
Choose a tag to compare
  • Some improvements to websockets support.
  • Scroll behavior lib inclusion was breaking shadow-cljs builds.

0.2.2 Websocket support

21 May 21:02
Compare
Choose a tag to compare

News in this release:

  • Websocket API using chord
  • Preserving scroll position on back/forward
  • Some improvements in usability and error messages.