## [Unreleased] ## [1.0.0.beta6] - 2023-09-06 - Improvements to directives syntax (use lambda argument instead of block) ## [1.0.0.beta5] - 2023-09-04 - Fix issue with ViewComponent in Rails apps - Add fragment error handling ## [1.0.0.beta4] - 2023-08-27 - Refactor and improve Bridgetown plugin and simplify context handling for template rendering ## [1.0.0.beta3] - 2023-08-12 - Ensure attributes are processed on component node before it's rendered as component ## [1.0.0.beta2] - 2023-08-12 - Fix Bridgetown issues and process component "light DOM" children ## [1.0.0.beta1] - 2023-08-12 - Major refactor as part of the new Heartml project ## [1.0.0.alpha10] - 2023-04-04 - Update debugging features based on Nokolexbor fixes ## [1.0.0.alpha9] - 2023-04-02 - Add support for effects template syntax - Let `camelcased` handle symbol arrays, so it works with `attr_reader` ## [1.0.0.alpha8] - 2023-03-23 - Fix bug with view context ## [1.0.0.alpha7] - 2023-03-23 - Provide original child nodes through the view context ## [1.0.0.alpha6] - 2023-03-23 - Indicate that child content in Bridgetown is HTML safe ## [1.0.0.alpha5] - 2023-03-23 - Add Bridgetown plugin support