Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

0.0.1a2

Pre-release
Pre-release

Choose a tag to compare

@eanorambuena eanorambuena released this 18 Sep 02:37
· 23 commits to main since this release
85d6e98

0.0.1a2

It includes the following features:

  1. Component Class
  2. Launch Function
  3. BREAKING CHANGE: The Component.newButton method has been removed. Use the callback argument of the Component.render method instead.
  4. BREAKING CHANGE: The style objects are no longer supported in Component.addStyle method. Use style strings instead.
  5. FIX: The shadow DOM is now correctly updated when the Component.render method is called.

Examples

  1. Counter

What's Changed

New Contributors

Full Changelog: 0.0.1a1...0.0.1a2