1.0.8 • Published 2 years ago
squarecomponents v1.0.8
squareComponents
about
reuseable react components for personal use.
components
- CustomSnackbar
- PasswordInput
- ThemeToggle
- ThemeToggleIconButton
env
- node js - v18.17.0
- npm - v9.6.7
changelog
v1.0.8
- experimental bug fix 3
v1.0.7
- experimental bug fix 2
v1.0.6
- experimental bug fix
v1.0.5
- fix workflow to deploy storybook on github pages.
- add dev script.
- fix bug when
fullwidthwas set to false in ThemeToggle component.
v1.0.4
- add types and missing dependencies in package.json.
- add storybook.
- add new component ThemeToggleIconButton.
- add
modeIconsSize,fullwidthas optional props to ThemeToggle component. - make
othersprop optional in the PasswordInput component. - bug fix render PasswordInput even if no variant was passed.
- add
autoHideDurationas optional prop to CustomSnackbar component.
v1.0.3
- add props in ThemeToggle component.
- make some props optional to fix backwards compatibility issues.
v1.0.2 (Breaking Change / Bug)
- fix variant implementation in ThemeToggle.
- add LICENSE.md.
v1.0.1 (Breaking Change / Bug)
- fix variant implementation in PasswordInput.
v1.0.0
- initial implementation.