Releases: beforesemicolon/web-component
Releases · beforesemicolon/web-component
Beta Release 0.7.0
Beta Release 0.6.0
- context data support and documentation
- fix versioning number
Beta Release 0.0.5
- remove classes
- improve properties and attribute update livecycles
- fix trackers to support multiple executables
- property deletion bug fix
- remainder documentation
- 99% test coverage
- other internal improvements
Beta Release 0.0.4
- added unit tests
- support for node side
- better handling style :host replacement
- improved HTML tag generation from class
- new
isRegistered
method - on update trigger on class updates via
classes
- on update trigger on
class
,style
anddata-*
attribute changes
Beta Release 0.0.3
- initial basic README and WebComponent doc
- remove empty style tag
- registerAll method
- improved event listener handling with support for custom arguments
- better registration handling with a check before register
- additional internal improvements and bug fixes
Beta Release 0.0.2
- clean logs in the code
- fix issue related to mapping attributes to properties
Beta Release 0.0.1
includes all MVP features:
- templating data binding
- templating event listeners
- DOM update on the component property and attribute changes
- component attributes to properties mapping
- component rendering with basic configuration
- component registration
- component lifecycles
- component style for when in shadow root and directly on the component