Fork me on GitHub
#releases
<
2022-11-18
>
tony.kay15:11:30

Fulcro RAD 1.3.8 • Added support to HTML5History for a default route. The prior versions of history support could not gracefully handle it if you loaded a form from a bookmark and pressed the “Done” button (which defaults to going ‘back’). This new version of history support refuses to leave the app via an (internal) ‘back’ operation, and can instead send them to a default route such as a landing page. To use this new support you must give the history support two new options: :default-route and :app. See the docstrings for more info. Also: Updated Fulcro RAD Demo to use latest versions of dependencies, use Datomic Cloud by default, and to use new history feature.