Skip to content

Releases: elementjs/elt

v2.0.3

24 May 19:39
Compare
Choose a tag to compare
  • clip-path for svg 4a1d086
  • added immediate mode to node_observe c7f6521
  • explicit node_on_* and node_off_* functions instead of having to import the symbol 5c8043b
  • removed Component and databus, as they are not really used and easily replaceable 6296fee

v2.0.2...v2.0.3

v2.0.2

28 Apr 20:37
Compare
Choose a tag to compare
  • fixed RepeatScroll incorrectly stating that idx is number 9ff6adb
  • $click should have MouseEvent 8f0079c

v2.0.1...v2.0.2

v2.0.1

28 Apr 12:08
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0

19 Mar 14:49
Compare
Choose a tag to compare
  • 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

v2.0.0-17...v2.0.0

v1.4.7

22 Nov 08:50
Compare
Choose a tag to compare
  • forgot to add child to queue if parent was being flushed 6f2b205

v1.4.6...v1.4.7

v1.3.0

06 Jun 09:53
Compare
Choose a tag to compare
  • 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.5...v1.3.0

v1.2.4

08 Mar 15:53
Compare
Choose a tag to compare
  • 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

v1.2.3...v1.2.4

v1.2.2

08 Feb 11:11
Compare
Choose a tag to compare
  • reverting a bunch of changes that actually were bugs c6bf8f0

v1.2.1...v1.2.2

v1.2.1

08 Feb 10:59
Compare
Choose a tag to compare
  • inversely, observers should stop after removed() is called 6952892
  • observers should start before inserted() is called a8e6ae3

v1.2.0...v1.2.1