Releases: cmolisee/session-storage-hub
Releases · cmolisee/session-storage-hub
v4.4.0
4.4.0 (2023-12-31)
chore
- adding husky env var to disable on release flow (c9c913c)
- attempt at disabling mex length in commitlint config (54bf949)
- attempting to disable commit hook for ci (5bb7099)
- disabling commitlint for now (af0bf41)
- remove prepare for release workflow (948b25d)
- removed env variable and trying to disable husky more strictly (9747e26)
- try disabling rules by deleting them entirely (5010813)
- update configs and reinstall commit tooling (40d7544)
fix
- updated package-lock with dev dependency (0325d09)
update
- adjusted commitlint rules to bypass failing release pipeline (6d01e0d)
v4.3.0
4.3.0 (2023-12-31)
chore
- add conventional changelog eslint dependency (d4b6c08)
- add semantic release dependencies for ci (d731970)
- turn fast refresh eslint rule off (a41b6a2)
new
- added commitlint and prompt (7f22911)
- created docker compose file and populated with config for new vite project (37de8d2)
- created new folder and generated vite project foundation with typescript, react, and swc (43af57e)
update
- added some dependencies. updated instances of process.env.VERSION to just VERSION and added that variable to the vite config and vite.d.ts file. fixed some nested styles. (50425d8)
- adjusted user interface buttons and version number and styles (0cc36be), closes #71
- fixed vite config to properly host at 8000 (a5495e4)
- modified chrome api calls to fail gracefully if chrome api is not available. added toastify css to main.tsx file to fix broken styles in dev. (f0e8c20)
- modified dataItem sass to css and updated the tsx import (aa5ed5b)
- modified header sass to css and updated the tsx import (ab1657e)
- modified list sass to css and updated the tsx import (d9ee7b8)
- modified selectDropdown sass to css and updated the tsx import (276911b)
- modified viewGrid sass to css and updated the tsx import (5066791)
- modified viewGridKey sass to css and updated the tsx import (38e4951)
- modified viewGridValue sass to css and updated the tsx import (5ce4baf)
- modified vite config file (7c4c8e4)
- moved components and other ts files into new vite project. updated generated files to match old project files. updated button component with tailwind and converted scss to css. removed all icons except 32. removed generated react icon. transfered manifest config to new project. installed tailwind, initialized config files, and modified config files. (7afe7fc)
- rebuilt everything with vite, docker, typescript, and tailwind. reworked most of the component styles to accomodate tailwind. updated structure to accomodate vite. updated configs to make more sense with prettier and eslint. removed some unused packages. created and populated other configs relevant to new tech. (6c738dd)
- squashed all commits for vite migration (05a5fe8)