Releases: ncpa0/jsxte
Releases · ncpa0/jsxte
3.1.2
What's Changed
- fix: Add "email" to InputTypes by @jablonski in #188
- fix: export the InputType type by @ncpa0cpl in #189
New Contributors
- @jablonski made their first contribution in #188
Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#312-august-27-2023
3.1.1
What's Changed
- fix: added a few event handler property types that were missing by @ncpa0cpl in #186
- fix: added
number
as a possible type for input attributesstep
andvalue
by @ncpa0cpl in #187
Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#311-august-24-2023
3.1.0
What's Changed
- feat: improvements to the
renderToStringTemplateTag
by @ncpa0cpl in #183 - feat: optimized the code (for..let loops over for..of, faster string join algo, etc.) by @ncpa0cpl in #184
- feat: added a json renderer by @ncpa0cpl in #185
Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#310-august-22-2023
3.0.1
3.0.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
Changelog
- Introduced ContextMap API
- Added the prop types for all html tags to the main exports
- Provided different lib files for CommonJS and ESModules projects