What's Changed
Fix
- fix: Do not escape already escaped slots when slots are given to
slots
kwarg inComponent.render
(#541) - fix:
html_attrs
- allowattrs
anddefaults
to beNone
(#541) - fix: slots inside
{% provide %}
should have access to provided values (#541)
Refactor
- When an error is raised during component rendering, the error now re-raised in each component with additional info. So you can now deduce the component path from the error messages. (#541)
Full Changelog: 0.82...0.83