Skip to content

Releases: wompojs/wompo

v2.0.2

30 May 18:03

Choose a tag to compare

Fixed SSR issues.

v2.0.1

30 May 18:02

Choose a tag to compare

Fixed SSR issues

v2.0.0

23 May 15:42

Choose a tag to compare

Removed JSX Support.
Added SSR, dynamic nodes, dynamic attributes.
Fixed issues.

v1.4.3

16 Jan 19:23

Choose a tag to compare

Added support for SVG

v1.4.2

10 Dec 18:55

Choose a tag to compare

Fixed a contenteditable issue on Safari and other browsers.

v1.4.1

04 Dec 16:37

Choose a tag to compare

Fixed contenteditable issue on elements adopted by other iframes.

v1.4.0

04 Dec 14:01

Choose a tag to compare

Added optimized arrays by adding a ".key" attribute to an html template.
Added a value attribute by putting a dot before the attribute name.
Added event options.
Handled contenteditable tags.

v1.3.3

27 Nov 08:11

Choose a tag to compare

Removed attribute observer on title udpate

v1.3.1

14 Nov 15:28

Choose a tag to compare

Improved portals. Fixed performance issue.

v1.3.0

03 Nov 15:46

Choose a tag to compare

Added createPortal and useSelf hook. Fixed adoptedCallback behavior on safari.