Skip to content

Releases: ncpa0/jsxte

3.3.1

16 Mar 18:07
Compare
Choose a tag to compare

What's Changed

  • feat: added an option to extend the allowed attribute type on all tags all at once by @ncpa0cpl in #330

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#331-march-16-2024

3.3.0

01 Feb 12:23
Compare
Choose a tag to compare

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

28 Jan 12:28
Compare
Choose a tag to compare

What's Changed

  • feat: removed the renderToStringTemplateTag render function by @ncpa0cpl in #279
  • feat: rewritten the renderer by @ncpa0cpl in #280

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#320-january-28-2024

3.1.9

29 Dec 14:31
Compare
Choose a tag to compare

What's Changed

  • fix: missing meta properties and button disabled prop type by @ncpa0cpl in #272

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#319-december-29-2023

3.1.8

05 Dec 11:41
Compare
Choose a tag to compare

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

05 Nov 18:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#317-november-5-2023

3.1.6

23 Oct 08:39
Compare
Choose a tag to compare

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

3.1.5

10 Oct 13:54
Compare
Choose a tag to compare

What's Changed

  • fix: types for specific elements were missing by @ncpa0cpl in #218

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#315-october-10-2023

3.1.4

16 Sep 10:26
Compare
Choose a tag to compare

3.1.3

05 Sep 06:55
Compare
Choose a tag to compare

What's Changed

  • removed prop types exports & as attribute typing for link tag: #193

Full Changelog: https://github.com/ncpa0/jsxte/blob/master/CHANGELOG.md#313-september-5-2023