0.3.7
Deprecated
This is the last release of re-frame-10x to support from React 15/Reagent 0.6.0-0.7.0 and React 16/Reagent 0.8.0. The next release of re-frame-10x will only support React 16/Reagent 0.8.0 and up. See #229 for more context.
Added
- Added support for searching and pining subscriptions. For now this is available behind the debug flag. @shen-tian - #217
- Added reader for UUID tagged literals in app-db paths, e.g.
#uuid 7ad6b5f5-e419-4681-a960-e7b35d3de0b1
Fixed
- Show a useful error message if browsers block opening the external window. @kajism - #228
- Fix Firefox rendering issue. @solatis - #223
- Prevent warnings about using private vars by using var-quote.
- Hide the replay button when there is no event to replay.
Changed
- Bumped zprint version to 0.4.15. @jacekschae - #226
- Sort subscriptions alphabetically. @shen-tian - #217