Releases: edge-js/edge
Releases · edge-js/edge
Update dependencies
- chore: update dependencies 13ae6dd
Do not cache partials since they share local state with parent template
- fix: do not cache partials since they share local state with the parent template ad2ceab
- chore: update dependencies 56784f6
Full Changelog: v5.3.5...v5.3.6
Update parser
- chore: update dependencies d629331
Update dependencies
- chore: update dependencies 7b6628a
Update dependencies
- refactor: reorganize meta config 5961ad5
- chore: update dependencies c7e3dd3
- docs: ✏️ update standalone usage in README (#105) c575a79
- test: fix assertion to work with latest and old node versions 8ec5323
New Contributors
- @estalaPaul made their first contribution in #105
Full Changelog: v5.3.2...v5.3.3
Fix XSS vulnerability reported by Snyk security team
update dependencies
Components now allow passing spread and identifier expressions as props
Update edge-parser
- chore: update dependencies ec6b55a
Enhancing the props serialization API
Props now serialize className
property to class and serialization methods allows treating the custom props as defaults and give preference to user defined props.