Releases: ncpa0/jsxte
Releases · ncpa0/jsxte
3.3.1
3.3.0
What's Changed
- fix: prevent adding unintended whitespaces to the generated html by @ncpa0cpl in #310
- feat: add dom render methods to component api and allow for option overrides by @ncpa0cpl in #311
- feat: improved the typing for the Dom renderer to better acommodate jsdom, happydom or similar libs by @ncpa0cpl in #312
Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#330-february-1-2024
3.2.0
3.1.9
3.1.8
What's Changed
- fix: meta's name and link's rel attribute types prevented valid values by @ncpa0cpl in #255
- feat: added types for the search tag by @ncpa0cpl in #256
- fix: incorrect function name exported from jsx-dev-runtime by @ncpa0cpl in #257
- feat: removed fragments from the render error's component traces by @ncpa0cpl in #258
Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#318-december-5-2023
3.1.7
What's Changed
- fix: add "canonical" as allowed attribute for link-rel by @jablonski in #231
- feat: added jsx-dev-runtime to the exported paths by @ncpa0cpl in #234
- feat: added toHtmlTag symbol by @ncpa0cpl in #235
- feat: added component traces to errors by @ncpa0cpl in #236
Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#317-november-5-2023
3.1.6
What's Changed
- feat: allow null, undefined, booleans, string and numbers as jsx elements by @ncpa0cpl in #221
- feat: Add view-transition as allowed name for meta-tag. by @jablonski in #225
Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#316-october-23-2023