Skip to content

Releases: cotonic/cotonic

Add on{event}Ignore to ui model

08 Apr 08:56
Compare
Choose a tag to compare

Add on{event}Ignore to ui model

Added default url to redirect/back

01 Dec 16:31
Compare
Choose a tag to compare
  • Added documentation to redirect/back
  • Added default url handing to redirect/back

1.6.0

27 Nov 15:34
Compare
Choose a tag to compare

What's Changed

  • Add onvisible-topic, model/ui/replace and model/location push and replace by @mworrell in #98
  • Add simple bridge to opener window by @mworrell in #99

Full Changelog: 1.5.0...1.6.0

Release - 1.5.1

08 Nov 12:58
Compare
Choose a tag to compare
  • Add onvisible-topic,
  • model/ui/replace and
  • model/location push and replace

Support for model/ui/post/qlist

06 Nov 08:23
Compare
Choose a tag to compare

Adds support for model/ui/post/qlist with replaceState support. This makes it possible to update a page, based on changing form inputs.

Remove usage of unload for modern browsers

07 Sep 15:12
Compare
Choose a tag to compare

Using the unload event disables the back/forward cache. Removing it improves page speed.

Modernized code to use es modules

04 Aug 11:50
Compare
Choose a tag to compare

All the library code has been repackaged to be a es-module. The final release is backward compatible with the previous releases.

Fix remote routing topic mixup

23 Jun 13:34
Compare
Choose a tag to compare

The routing topic of remote client topics was not correctly set. This release fixes this.

Added skip node

26 May 07:48
Compare
Choose a tag to compare

Added skip node functionality to be able to integrate external dom-tree changing libraries with cotonic.

Service worker supports push notifications

04 Apr 13:54
Compare
Choose a tag to compare

The service worker now supports push notifications.