Skip to content

v0.5.0

Compare
Choose a tag to compare
@FRSgit FRSgit released this 06 Feb 04:17

0.5.0 (2020-02-06)

⚠ BREAKING CHANGES

  • .updateStyles method got renamed into .update, also - first argument type now is supposed to be a partial of configuration object
  • createNewChild is no longer exposed - it's part of an private, internal API
  • there is no longer any css file to be included - whole styling is being generated by JS

Features

  • global refactor: make api more consistent & reliable (7522a9f)

Bug Fixes

  • custom className is not always respected in css (52cdcf0)