Skip to content

Releases: beforesemicolon/web-component

Beta Release 0.7.0

05 Nov 21:29
0c26d1b
Compare
Choose a tag to compare
Beta Release 0.7.0 Pre-release
Pre-release
  • introducing directives #ref, #if, #attr and #repeat: doc
  • initial context doc
  • improve parser to handle hashed attribute
  • documentation updates

Beta Release 0.6.0

28 Oct 01:26
ccc6da2
Compare
Choose a tag to compare
Beta Release 0.6.0 Pre-release
Pre-release
  • context data support and documentation
  • fix versioning number

Beta Release 0.0.5

25 Oct 03:03
d94201c
Compare
Choose a tag to compare
Beta Release 0.0.5 Pre-release
Pre-release
  • 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

23 Oct 21:59
0b1b0fd
Compare
Choose a tag to compare
Beta Release 0.0.4 Pre-release
Pre-release
  • 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 and data-* attribute changes

Beta Release 0.0.3

22 Oct 23:24
374341e
Compare
Choose a tag to compare
Beta Release 0.0.3 Pre-release
Pre-release
  • 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

18 Oct 18:38
Compare
Choose a tag to compare
Beta Release 0.0.2 Pre-release
Pre-release
  • clean logs in the code
  • fix issue related to mapping attributes to properties

Beta Release 0.0.1

18 Oct 16:19
Compare
Choose a tag to compare
Beta Release 0.0.1 Pre-release
Pre-release

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