Releases: cmolisee/session-storage-hub
Releases · cmolisee/session-storage-hub
v6.1.0
v6.0.1
v6.0.0
6.0.0 (2024-12-30)
Bug Fixes
- assets: remove dist, add exec config, update github config (800e3a0)
- cleaning: clean dist files (af1ec0b)
- dependency: add exec dep (6c1acd3)
- fix release: update assets in release config to fix conflicts (03bb1c6)
- release assets: another adjustment to assets (fce1006)
- release: fix release assets (203ebbb)
Features
- version: manually update version to overcome workflow hiccup (d141d44)
BREAKING CHANGES
- version: version
v5.2.0
v5.1.0
v5.0.1
v5.0.0
v4.7.0
v4.6.0
4.6.0 (2024-03-14)
chore
- added a few more themes (bb4f428)
- added full width to div wrapping line and editLine (95a64b9)
- added function to handle updating data object in storage data provider (1fb37a5)
- added theme packages for the editor. updated theme logic and styles to better match and utilize those themes. (15c886f)
- developing requirements for json editor and cleaning up. (c56eb87)
- fixed all utils to ensure they run as expected. cleaned up all console logs (ed9775d)
- fixed editor not editing or saving values properly and removed console logs (60b6108)
- fixed editor not updating on edit (c4fed71)
- fixed issue with ss data not rendering correctly when closing and reopening the extension (416e830)
- fixed paste undefined clipboard object by passing the contents of clipboard instead. (70461d0)
- fixed type in toast for paste (c5881bf)
- fixed utility menu styles (24a4e78)
- got session storage and reducer to work as expected again (d54c8f7)
- moved version label from end to start (b95e70f)
- reduced border in editor (dba480c)
- refactoring all editor stuff, need to update the utilites icon positioning, need a solution for overlaying and editing the the text still... (af2028a)
- remove min height of 30px on line (fa28ea1)
- remove right margin on toggle icon (f81e0c8)
- removed collapsable icon from closing brackets (136a7bc)
- removed components from attempts at custom editor. added packages for react-ace. implements basic react-ace. updated editor save and cancel buttons. (c2a4c85)
- removed test view and integrated back into the application. (5ba4e83)
- replaced react-ace with codemirrror, updated styles, updated packages (662e31f)
- saving changes to revisit later (16ff562)
- saving work for debugging storage api issues (0783bca)
- updated classes on toggle icon svgs (978d57d)
- updated grid sizes for grid layout (bf7236d)
- updated highlight for tokyo night for better contrast. aded githubdark as default dark. (614ed5f)
- updated spacing in view grid value container (dc3809a)
- updated styles layout styles for editor and adjusted some other state dependent styles. (b9fe698)
- updated to get copy and paste working again. (c32ddb6)