Skip to content

Releases: beforesemicolon/web-component

Beta Release 0.18.0

27 Dec 01:00
8dab829
Compare
Choose a tag to compare
Beta Release 0.18.0 Pre-release
Pre-release

New Features 🎉 🎉 🎉

Fixes/Improvements 💪🏽💪🏽💪🏽

  • editor improved rendering
  • minor bugs and internal code improvements with tests

Beta Release 0.16.0

10 Dec 21:33
d3141fd
Compare
Choose a tag to compare
Beta Release 0.16.0 Pre-release
Pre-release

Beta Release 0.15.0

08 Dec 10:41
Compare
Choose a tag to compare
Beta Release 0.15.0 Pre-release
Pre-release
  • introduces Custom Directives
  • fixes parsing for cases where attributes have no space in between
  • improves maintainability of the framework with a simpler setup preparing it for other environment support and more features

Beta Release 0.14.0

21 Nov 08:03
f51d486
Compare
Choose a tag to compare
Beta Release 0.14.0 Pre-release
Pre-release

📣 📣 📣 📣 📣

-- features 🎉 🎉 🎉 🎉 🎉

-- fixes: 💪🏽 💪🏽 💪🏽 💪🏽 💪🏽

  • handling boolean attributes with attr directive
  • double rendering of slotted nodes

-- other

  • internal code improvements improvements
  • documents updates
  • additional tests

Beta Release 0.13.0

15 Nov 04:44
e750dff
Compare
Choose a tag to compare
Beta Release 0.13.0 Pre-release
Pre-release
  • Improve change detection to only update the DOM when there are changes
  • fixes a bug where directive objects were being proxified preventing them to work at times
  • fixes a bug where slot rendering was failing to render when some elements were being added to the DOM

Beta Release 0.12.0

14 Nov 06:15
4c8e93c
Compare
Choose a tag to compare
Beta Release 0.12.0 Pre-release
Pre-release

Support for DOM updates on deep objects changes like array, object literals, Set and Map

Beta Release 0.11.0

10 Nov 08:26
f1db14f
Compare
Choose a tag to compare
Beta Release 0.11.0 Pre-release
Pre-release

features 🥳🥇

  • slot support for all modes (with or without shadow root)

bug fixes 🦾

  • events work with repeated nodes $item and $key as well as $refs and $context
  • style tags have class regardless of the mode
  • boolean attributes not handled correctly if the value is Falsy
  • textarea text content supported as value
  • other minor internal fixes

Beta Release 0.10.0

07 Nov 00:58
44a3fd4
Compare
Choose a tag to compare
Beta Release 0.10.0 Pre-release
Pre-release
  • properly support slot tags to allow node parsing not just inside components
  • updated docs

Beta Release 0.9.0

06 Nov 13:41
858fe92
Compare
Choose a tag to compare
Beta Release 0.9.0 Pre-release
Pre-release
  • remove hashed attribute logic from the HTML parser
  • directives do not need # in front to work
  • supports nested repeat directive
  • documentation for directives completed
  • support data binding on directives values

Beta Release 0.8.0

06 Nov 11:15
903b3d4
Compare
Choose a tag to compare
Beta Release 0.8.0 Pre-release
Pre-release
  • onError handler and documentation