Releases: robonyong/react-split-flap-display
0.5.0
What's Changed
Several security updates, followed by a much needed library upgrade.
This release removes the peer dependency on styled-components
and switches to using scss modules during development, which get compiled to plain css. This should not affect the end product, but as always when switching things, some things might break. I also switched to using vite as a build tool.
Full Changelog: 0.4.1...0.5.0
Patch a TDZ bug
0.4.1 release 0.4.1
Add Support for Flipping Sounds
I recorded a flip on my vestaboard & bundled it with the release. You can also provide your own sound file if you prefer.
Concurrent sound smoothly managed by howlerjs
Security & Dependencies Patches
Just upgrading build deps
0.3.2: patch: default props bug
Momentary lapse of memory: setting the default for the props object did not, in fact, propagate individual prop defaults. This is now fixed; the defaults as listed in the readme are actually defaulted to in this version.
0.3.1: patch: postinstall bug
The boilerplate I used has a postinstall npm script that assumed the user had installed install-peers
. This is now a setup-dev
script
0.3.0
Couple new things:
Dev Updates
- updated all build dependencies to latest
- updated all peer dependencies to latest: React -> ^16.x, styled-components -> ^5.x
- switched from flow to typescript
- migrated to use react hooks because this is a low-stakes way to try it out
Component Updates
- fixed a few display issues where the next panel would show around the edges of the flipping panels, or not show up until the flipping was done
- now uses a default of
1em
forcharacterWidth
, to match aesthetic expectations
0.1.1
0.1.0
Initial Release
& yet another javascript split-flap display library enters the world