Skip to content

v6.0.0

Compare
Choose a tag to compare
@hcodes hcodes released this 22 Oct 07:30
· 94 commits to master since this release
eb8f156
  • Added show/hide methods.
  • Fixes for TypeScript typings.

BREAKING CHANGES:

Before:

Snowflakes();
// or
new Snowflakes();

After:

new Snowflakes();