squarecomponents
v2.0.1
Published
reuseable react components for personal use.
Readme
squareComponents
about
reuseable react components for personal use.
components
- AlertDialog
- CustomSnackbar
- PaginatedTable
- PasswordInput
- ThemeToggle
- ThemeToggleIconButton
env
- node js - v18.17.0
- npm - v9.6.7
changelog
v2.0.1
- reorganise imports in index.ts
v2.0.0
- updated storybook version.
- AlertDialog
- breaking change: fix typo cancleButtonColor -> cancelButtonColor.
- add disableEscapeKeyDown to dialog when loading.
- add new optional prop autoFocus for cancel or confirm button.
v1.10.3
- UsernameInput + PasswordInput
- enhance props handling and add autoComplete support.
v1.10.2
- UsernameInput + PasswordInput
- refactor code and switch to Textfield component.
- updated storybook version.
v1.10.1
- UsernameInput
- export in index file.
v1.10.0
- PasswordInput
- refactor code.
- add new component UsernameInput.
- updated storybook version.
v1.9.0
- AlertDialog
- new optional prop cancleButtonColor.
v1.8.0
- PaginatedTable
- new optional prop hidePaginationOnSinglePage.
v1.7.0
- PaginatedTable
- new optional prop caption.
v1.6.4
- ThemeToggleIconButton
- fix export.
- fix bug in customChangeThemeState implementation.
v1.6.3
- improve styling for PaginatedTable.
v1.6.2
- add pageSize prop in PaginatedTable.
- updated storybook version.
v1.6.1
- bugfix in AlertDialog story.
v1.6.0
- add AlertDialog.
v1.5.1
- remove extra parameter from PaginatedTable default args in storybook.
v1.5.0
- add PaginatedTable.
- updated storybook version.
v1.4.0
- convert all types to zod.
v1.3.0
- ThemeToggleIconButton
- add prop useFab.
v1.2.0
- update storyboard version.
v1.1.0
- ThemeToggleIconButton
- add iconButtonProps.
- ThemeToggle
- add buttonProps.
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.
