Releases: dreamsicle-io/speckle
Releases · dreamsicle-io/speckle
0.0.10
0.0.9
- Adds
package-lock.json
to enable full dependency vulnerability tracking in GitHub.
0.0.8
- Updates README.md and Documentation.
0.0.7
- The default entry is now the CommonJS module located at
dist/js/speckle.js
. - Using
requre('speckle-js')
andimport Speckle from 'speckle-js'
will now import the CommonJS module.
0.0.6
- Adds
destroy()
method to the Speckle class. - Adds
rerender()
method to the Speckle class.
0.0.5
- Makes speckles responsive.
- ES6 all the things.
0.0.3 - Initial Public Release
- 0.0.3 is the initial public release of Speckle.js.