Skip to content

Releases: ncpa0/jsxte

3.1.2

27 Aug 10:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#312-august-27-2023

3.1.1

24 Aug 10:52
Compare
Choose a tag to compare

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 attributes step and value by @ncpa0cpl in #187

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#311-august-24-2023

3.1.0

22 Aug 12:38
Compare
Choose a tag to compare

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

19 Aug 12:07
Compare
Choose a tag to compare

What's Changed

  • chore: added a sideEffect property to package.json to allow for tree-… by @ncpa0cpl in #181

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#301-august-19-2023

3.0.0

09 Jul 19:16
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE feat: ContextMap replaced with ComponentApi by @ncpa0cpl in #160
  • feat: added helper methods to the context: Provider and Consumer by @ncpa0cpl in #161

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#300-july-9-2023

2.3.1

10 Mar 15:14
Compare
Choose a tag to compare
fix: bump-remote script

2.3.0

26 Jan 09:26
Compare
Choose a tag to compare
chore: updated npmignore, readme and workflows node version

2.2.1

09 Oct 12:42
Compare
Choose a tag to compare
fix: rendered html formatting for elements with only text nodes and e…

2.2.0

09 Oct 12:18
Compare
Choose a tag to compare
chore: export memo function

2.1.0

03 Aug 14:59
Compare
Choose a tag to compare

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