Skip to content

v1.0.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@lazabogdan lazabogdan released this 01 Jul 13:15
· 10 commits to master since this release

BREAKING CHANGES

  • components no longer autoinitialize, instead you need to explicitly call handler.autoInit()
  • component css initializer classes changed to js-$component-id i.e. for my-button component ID the css class will be js-my-button
  • automatically call component.destroy() on handler.downgradeComponent