Skip to content

Releases: KiranMantha/plumejs

v4.2.1

10 Oct 10:16

Choose a tag to compare

What's Changed

  • added provision to read data-input when component is getting rendered in html by @KiranMantha in #50

Full Changelog: v4.2.0...v4.2.1

v4.2.0

06 Oct 18:23

Choose a tag to compare

What's Changed

Full Changelog: v4.1.9...v4.2.0

v4.1.9

18 Jun 06:14

Choose a tag to compare

What's Changed

  • Fixed an issue in displaying boolean values in UI forcing dev to use .toString() to display properly.

Before fix:

return html`<p>0.toString()</p>`

After fix:

return html`<p>0</p>`

Full Changelog: v4.1.8...v4.1.9

v4.1.8

02 May 05:15

Choose a tag to compare

What's Changed

  • Added provision for key attribute and reduced bundle size with vite by @KiranMantha in #43
  • reverted eslint version back to 8.56.0 by @KiranMantha in #44

Full Changelog: v4.1.7...v4.1.8

v4.1.7

16 Apr 12:27

Choose a tag to compare

What's Changed

Full Changelog: v4.1.6...v4.1.7

v4.1.6

11 Apr 12:35

Choose a tag to compare

What's Changed

  • added provision for bulk attribute set operation through helper function by @KiranMantha in #40

Full Changelog: v4.1.5...v4.1.6

v4.1.5

09 Apr 09:03

Choose a tag to compare

What's Changed

  • refactor the way of implementing / consuming a signal in component by @KiranMantha in #39

Full Changelog: v4.1.4...v4.1.5

v4.1.4

01 Apr 10:48

Choose a tag to compare

What's Changed

Full Changelog: v4.1.3...v4.1.4

This facilitates to develop microfrontends using PlumeJS wether it is a webpack / vite based template.

What's new in v4.1.3

30 Mar 10:48

Choose a tag to compare

What's Changed

  • added support for css dynamic imports and improved css encapsulation by @KiranMantha in #36
  • added new boolean option shadowDomEncapsulation to adopt native shadowdom or emulation by @KiranMantha in #37

Full Changelog: v4.1.2...v4.1.3

What's new in v4.1.2

07 Mar 11:47

Choose a tag to compare

The patch upgrade contains more strongly typed entites within framework.