Releases: philskat/counter-app-web
Releases · philskat/counter-app-web
v1.2.2
What's Changed
- Bump prettier from 2.3.2 to 2.4.1 by @dependabot in #43
- Bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #40
- Bump typescript from 4.3.5 to 4.4.3 by @dependabot in #41
- Bump tslib from 2.3.0 to 2.3.1 by @dependabot in #44
- Bump svelte-jester from 1.7.0 to 2.1.5 by @dependabot in #45
- Bump svelte-preprocess from 4.8.0 to 4.9.8 by @dependabot in #46
- Update dependencies by @philskat in #47
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
v1.1.4
v1.1.3
What's new?
- Switch the styling framework from a custom
SASS
one totailwindcss
.
The old style was replicated as good as possible. - Added a dark theme. It will be set by your system preferences. There is also a button to override this setting.
The chosen theme will be saved tolocalStorage
so it will persist between reloads.
What comes next?
For the next update it is planned to add the feature to count multiple things at once with multiple counters.