Skip to content

Releases: crashmax-dev/fireworks-js

v2.1.0

03 Oct 11:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

14 Aug 18:07
Compare
Choose a tag to compare

What's Changed

  • fix(packages/react): canvas will be added twice in react18 development env by @HiWayne in #68
  • feat(packages): added web-components by @crashmax-dev in #69
  • fix: mouse and resize listeners by @sbnoone in #72

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

15 Jul 14:32
Compare
Choose a tag to compare

fireworks-js v2

Breaking Changes

Core

Options

brightness: {
  min: 50,
  max: 80,
-  decay: {
-    min: 0.015,
-    max: 0.03
-  }
},
+decay: {
+  min: 0.015,
+  max: 0.03
+}

API

const fireworks = new Fireworks(container)
- fireworks.setSize()
+ fireworks.updateSize()

- fireworks.setOptions()
+ fireworks.updateOptions()

- fireworks.setBoundaries()
+ fireworks.updateBoundaries()

React component

- import { Fireworks } from 'fireworks-js/dist/react'
+ import { Fireworks } from '@fireworks-js/react'

What's Changed

Packages

Full Changelog: v1.4.1...v2.0.0

v1.4.1

14 Jul 10:40
dfc22ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

01 May 10:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.5...v1.4.0