Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Releases: teddytags/teddytags

v2.1.0

24 May 12:44
Compare
Choose a tag to compare

2.1.0 (2020-05-24)

Features

2.0.2

15 May 12:30
Compare
Choose a tag to compare

2.0.2 (2020-05-15)

Bug Fixes

  • #6: compoent cleanup not required (fb3600e)

v2.0.1

14 May 14:30
Compare
Choose a tag to compare

2.0.1 (2020-05-14)

Bug Fixes

2.0.0 (10 May, 2020)

10 May 14:23
Compare
Choose a tag to compare

Tag

  • New syntax (check README)
  • Registry for custom elements
  • Information of custom element is in the HTMLElement.tag property

1.11.0

27 Apr 09:58
Compare
Choose a tag to compare

In this release

  • Add support for Fragments (5d4ae21)
  • Add support for style objects in JSX Elements (cb52a3b)
  • Support all known HTML and SVG, besides defining custom ones (src/jsx.d.ts)

1.10.1

13 Apr 06:54
Compare
Choose a tag to compare

In this release

  • Revert from requestIdleCallback to sync rendering since it is breaks the code view diff

1.10.0

12 Apr 06:57
Compare
Choose a tag to compare

1.9.2

29 Mar 12:38
Compare
Choose a tag to compare

In this release

  • Add type definitions for TeddyTags to work in TSX enviornment (check jsx.d.ts)

1.9.1

28 Mar 10:52
Compare
Choose a tag to compare

In this release

  • Set main module a UMD one. so that further transpiling is not needed when bundline with applications.

1.9.0

27 Mar 06:13
Compare
Choose a tag to compare

In this release

  • Lifecycle mounts work correctly
  • Abolish the use of requestIdleCallback to render elements into the DOM