v0.3.1
🎉 Veilchen v0.3.1 has been released!
What's Changed
- Automatic release based on patch version bump
Installation
npm install @thwbh/veilchen@0.3.1
# or
yarn add @thwbh/veilchen@0.3.1Changes Since Last Release
- hardened release process (#8)
- chore(deps): resolve Svelte 5 compiler errors
- update favicon
- feat(ButtonGroup): improve mobile touch targets
- feat(ActivityRing): add new component
- fix(ModalDialog): allow callbacks to return false to keep dialog open
- 0.3.0
- upgrade dependencies
- Stepper: add pre-advance hooks to gate progression
- change logo
- NumberStepper: fix min/max clamp bypass on manual input
- NumberWheel: fix out of bounds area receiving touch events
- NumberWheel: add index bounds validation for robustness
- fix InlineNumberWheel not snapping to default value; add regression tests
- add search bar component
- 0.2.3
- add missing ResizeObserver and element.animate mocks
- move badge classes to enum to avoid JIT compiler stripping
- 0.2.2
- add 'variant' property of 'box' | 'callout' to AlertBox
- bump version to 0.2.1
- add floating action button component
- add customization options to LoadingSpinner
- fix AppShell layout issue where too much space was reserved
- bump version to 0.2.0
- add card component; update styling props for Stack and StackCard
- fix 'pull to refresh' handle running in modal windows
- finetune NumberStepper and InlineNumberWheel components
- add NumberStepper, NumberWheel and InlineNumberWheel components
- fix AppShell nested PullToRefresh inlay
- calculate free space in AppShell based on bottom dock height
- add longpress containers; add loading indicator
- add AppShell 'pull to request' handle
- provide button click event in ModalDialog confirm and cancel methods
- fix stepper indicator line being sticky
- animate stepper - part 3
- animate stepper - part 2
- animate stepper - part 1
- add Breadcrumbs, Menu, NavBar components
- add toast component; cleanup appshell and bottom nav
- add AppShell component
- fix Avatar placeholder not being centered inside flex containers
- add avatar component and dicebear showcase
- add PullToRefresh component
- add SwipeableListItem componnent
- fix npm nagging