Releases: LeXofLeviafan/mreframe
Releases · LeXofLeviafan/mreframe
v0.1.6
Implemented JSX support (documentation), normalized r.adaptComponent
usage, added metadata check to the change detection logic.
v0.1.5
Fixed a typo in the docs (reagentRender
in r.createClass
), and improved stability of isFn
(it somehow failed in some obscure circumstances).
v0.1.4
Bumped Mithril version (to v2.2.2) & added a separate build that includes m.route
(with a usage example)
v0.1.3
Updated assoc
, dissoc
(and by extension assocIn
, update
, updateIn
) to support array updates (on valid indices: numerical & integer & non-negative)
v0.1.1
- optimized raw rendering speed for Reagent components
- implemented change detection for Reagent components (inputs/ratoms)
- disabled automatic redraw on DOM component events (on detected changes only)
- added Mithril/mreframe perftest scripts for rendering performance comparison (raw render is slower but redraw cutoff makes up for it)
- improved re-frame keys handling (collisions/missing keys for events/effects/coeffects/queries are properly handled now)
v0.0.6
compatibility update for pre-v0.1 versions