Skip to content

Releases: day8/re-frame-10x

0.1.14

18 Dec 22:11
0.1.14
Compare
Choose a tag to compare
0.1.14 Pre-release
Pre-release

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.

0.1.13

22 Nov 21:04
0.1.13
Compare
Choose a tag to compare
0.1.13 Pre-release
Pre-release

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

Added

  • Bright yellow text when re-frame trace is preloaded, but tracing is not enabled.
  • Add preliminary subscriptions panel. Still a bit buggy and not very pretty, but it should be useful even in this state.

0.1.12

16 Nov 04:01
0.1.12
Compare
Choose a tag to compare
0.1.12 Pre-release
Pre-release

Added

  • Preliminary support for React 16 component paths. #89
  • External popout window. #92
  • Namespace aware truncation in the traces panel. #100
  • App DB expansions and contractions now persist across reloads. Note the limitations with this feature.

Changed

  • Hide index spans (the blocks next to each element counting the number of elements in a collection)

0.1.8

25 Oct 01:09
0.1.8
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release

Added

  • Add a new App State panel. This lets you visualise your application state and inspect it. You can add multiple selections to view a subset of your application state.

Fixed

  • Handle window viewport size changing and other dragging bugs. This should be the last of them, but open an issue if you still find glitches when resizing.

0.0.6

28 Mar 07:44
0.0.6
Compare
Choose a tag to compare
0.0.6 Pre-release
Pre-release

A release with recent changes. N.B. re-frame-trace is still alpha quality.