Skip to content

v1.3.0

Compare
Choose a tag to compare
@ceymard ceymard released this 06 Jun 09:53
· 593 commits to master since this release
  • 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