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

Releases: eanorambuena/emmy-dom

0.0.3a1

0.0.3a1 Pre-release
Pre-release

Choose a tag to compare

@eanorambuena eanorambuena released this 06 Oct 06:19

It includes the following features:

  1. Component Class
  2. LightComponent Class
  3. Launch Function
  4. Emmy Router
  5. BREAKING CHANGE: Remove git clone support. Now you can use npx create-emmy to create a new emmy.js project.

Full Changelog: 0.0.2...0.0.3a1

0.0.2

Choose a tag to compare

@eanorambuena eanorambuena released this 24 Sep 16:23

0.0.2

It includes the following features:

  1. Component Class
  2. LightComponent Class
  3. Launch Function
  4. BREAKING CHANGE: The emmy.js file has been transformed into a module. Use the import statement to import the Component and LightComponent classes and the launch function.
  5. BREAKING CHANGE: The Component.content property has been removed. Use the Component.shadowRoot property instead.

0.0.2a1

0.0.2a1 Pre-release
Pre-release

Choose a tag to compare

@eanorambuena eanorambuena released this 24 Sep 16:10

0.0.2a1

It includes the following features:

  1. Component Class
  2. LightComponent Class
  3. Launch Function
  4. Component.behave and LightComponent.behave methods for easily adding is attributes to the component's root element.
  5. BREAKING CHANGE: The emmy.js file has been transformed into a module. Use the import statement to import the Component and LightComponent classes and the launch function.

0.0.1

Choose a tag to compare

@eanorambuena eanorambuena released this 24 Sep 04:24

0.0.1

First release version of Emmy.js, distributed as an npm package on npmjs.com. It includes the following features:

  1. Component Class
  2. Launch Function

0.0.1a2

0.0.1a2 Pre-release
Pre-release

Choose a tag to compare

@eanorambuena eanorambuena released this 18 Sep 02:37
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

0.0.1a1

0.0.1a1 Pre-release
Pre-release

Choose a tag to compare

@eanorambuena eanorambuena released this 17 Sep 22:20

0.0.1a1

First pre-release version of Emmy.js. It includes the following features:

  1. Component Class
  2. Launch Function

Examples

  1. Counter