arrow-js

Reactivity without the framework

MIT License

Stars
2.4K
Committers
17

Bot releases are hidden (Show)

arrow-js - Alpha 10 Latest Release

Published by justin-schroeder 8 months ago

  • Fixes bug related to calling Array.splice() with a single argument.
  • Fixes TypeScript return value for ArrowTemplate.key().
arrow-js - Alpha 5

Published by justin-schroeder almost 2 years ago

  • Better support for setting values on inputs, selects, and textareas dynamically.
  • Removes event listeners from DOM nodes that have been discarded.
arrow-js - Alpha 4

Published by justin-schroeder almost 2 years ago

Fixes a bug with keyed lists when unshifting.

arrow-js - Alpha 3

Published by justin-schroeder almost 2 years ago

Fixes a bug that caused unnecessary DOM patches on keyed elements.

arrow-js - Alpha 2

Published by justin-schroeder almost 2 years ago

  • Improved markup sanitation (#18).
  • Improved token replacement to prevent incorrectly structured tables (#17).
  • Adds reactive, watch, and html aliases.