Releases: elementjs/elt
Releases · elementjs/elt
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- updated EventMap bfbbc98
- removed esbuild from dependencies and put it in devDependencies 5c69c5e
- updated event map for newer typescript 7589625
- added debug field to Observable 08dcbe9
- Observable.tf() now accepts a two arguments form bad0d2c
- Makefile is now the builder, no longer scripts in package.json 6beafc1
- adding preliminary Makefile 382ec15
- build with esbuild instead of rollup cc0caec
- fixed this.last not being updated bc7f75f
- removed node_remove_after and changed Repeat's mechanic for future update c2e29f8
- updated eventmap 40a7115
v1.4.7
v1.3.0
- fixed throttle implementation which did not do what was asked 725e083
- better class handling 9aae68a
- class now accepts just anything and applies toString() to it d4fc12f
- class now accepts String objects as well e403868
- fixed remove_node_between since it could be confused by DOM disappearances 2cc9386
- big error in Insertable handling for $$children af00a20
- renamed started to live 16ad0cf
- cleaning up mounting / removing logic b30f7a0
- fixes in mounting 6e43afa
- ignore vscode 089ac8f
- fixes in Repeater 8051450
- more comments in the source 528e679
- fix some Renderable / Insertable lingering inconsistencies 1d86f30
- small fixes in FragmentHolder 183adf9
- fixed bound to always return the same instance of the function 7942bc2
- big change in mouting : init() - deinit() - removed() 870f2e3
- reintegrated observergroups bf27467
- mount fragment contents before inserting them e5909d0
- removing the added/mounted which was a massive mess, use requestAnimationFrame if you need parent f583880
v1.2.4
- try to make sure added() is only called once() per node lifetime d3bdb0f
- stop trying to remove element from node when removed in Repeat 89b3de7
- paving the way to forbidding reuse of nodes e2ccee0
- remove package-lock.json fe170a3
- removed useless call to o() ea3f0ec
- more type work 56b3890
- added o.p, made them both RO and O compatible ed4c29e
- try to make intent clearer 462e407
- trying to get rid of the distinction Renderable / Insertable for Insertable everywhere. 8a97e78