Skip to content

Releases: robonyong/react-split-flap-display

0.5.0

01 Mar 23:58
449b8cd
Compare
Choose a tag to compare

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

24 Dec 19:01
Compare
Choose a tag to compare
0.4.1

release 0.4.1

Add Support for Flipping Sounds

19 Dec 04:36
Compare
Choose a tag to compare

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

06 Jun 02:11
Compare
Choose a tag to compare

Just upgrading build deps

0.3.2: patch: default props bug

13 Apr 06:58
Compare
Choose a tag to compare

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

13 Apr 06:51
Compare
Choose a tag to compare
Pre-release

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

13 Apr 06:49
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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 for characterWidth, to match aesthetic expectations

0.1.1

10 Apr 07:35
Compare
Choose a tag to compare

patch -webkit-text-fill-color that persisted should-have-been-hidden halves of the tiles

0.1.0

09 Dec 05:20
Compare
Choose a tag to compare

Add support for characterWidth for non-monospace fonts

Initial Release

18 Feb 02:12
Compare
Choose a tag to compare

& yet another javascript split-flap display library enters the world