Skip to content

0.1.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@danielcompton danielcompton released this 18 Dec 22:11
· 1178 commits to master since this release
0.1.14

N.B. To make the best use of the new subscriptions panel, you also need to update to re-frame v0.10.3-alpha2.

Added

  • New state snapshotting feature: Click the camera to snapshot app-db, and click the load button to restore to your snapshot. Snapshots only persist for the browser session, they aren't available after reloading the browser.
  • X button to remove app-db paths

Changed

  • Switched from LESS to Garden styles. Now interactive development and debugging of re-frame-trace is even faster.
  • Reopen/reattach external popup windows when reloading host application
  • Reorganise namespace layout and remove (hidden) subviz panel and D3 dependency. This may return in the future though.
  • Only sort subscriptions by the subscription key, not the whole vector
  • Visual tweaks

Fixed

  • Set panel width correctly so you can see the whole panel at all times. Previously the right edge was just off screen.