This repository was archived by the owner on Oct 15, 2023. It is now read-only.
Releases: eanorambuena/emmy-dom
Releases · eanorambuena/emmy-dom
Release list
0.0.3a1
It includes the following features:
- Component Class
- LightComponent Class
- Launch Function
- Emmy Router
- BREAKING CHANGE: Remove
git clonesupport. Now you can usenpx create-emmyto create a new emmy.js project.
Full Changelog: 0.0.2...0.0.3a1
0.0.2
0.0.2
It includes the following features:
- Component Class
- LightComponent Class
- Launch Function
- BREAKING CHANGE: The
emmy.jsfile has been transformed into a module. Use theimportstatement to import theComponentandLightComponentclasses and thelaunchfunction. - BREAKING CHANGE: The
Component.contentproperty has been removed. Use theComponent.shadowRootproperty instead.
0.0.2a1
0.0.2a1
It includes the following features:
- Component Class
- LightComponent Class
- Launch Function
Component.behaveandLightComponent.behavemethods for easily addingisattributes to the component's root element.- BREAKING CHANGE: The
emmy.jsfile has been transformed into a module. Use theimportstatement to import theComponentandLightComponentclasses and thelaunchfunction.
0.0.1
0.0.1
First release version of Emmy.js, distributed as an npm package on npmjs.com. It includes the following features:
0.0.1a2
0.0.1a2
It includes the following features:
- Component Class
- Launch Function
- BREAKING CHANGE: The
Component.newButtonmethod has been removed. Use thecallbackargument of theComponent.rendermethod instead. - BREAKING CHANGE: The style objects are no longer supported in
Component.addStylemethod. Use style strings instead. - FIX: The shadow DOM is now correctly updated when the
Component.rendermethod is called.
Examples
What's Changed
- 0.0.1a2 by @eanorambuena in #1
New Contributors
- @eanorambuena made their first contribution in #1
Full Changelog: 0.0.1a1...0.0.1a2
0.0.1a1
0.0.1a1
First pre-release version of Emmy.js. It includes the following features: