Skip to content

Commit 0360ac5

Browse files
chore(release): 4.6.0 [skip ci]
# [4.6.0](v4.5.0...v4.6.0) (2024-03-14) ### chore * added a few more themes ([bb4f428](bb4f428)) * added full width to div wrapping line and editLine ([95a64b9](95a64b9)) * added function to handle updating data object in storage data provider ([1fb37a5](1fb37a5)) * added theme packages for the editor. updated theme logic and styles to better match and utilize those themes. ([15c886f](15c886f)) * developing requirements for json editor and cleaning up. ([c56eb87](c56eb87)) * fixed all utils to ensure they run as expected. cleaned up all console logs ([ed9775d](ed9775d)) * fixed editor not editing or saving values properly and removed console logs ([60b6108](60b6108)) * fixed editor not updating on edit ([c4fed71](c4fed71)) * fixed issue with ss data not rendering correctly when closing and reopening the extension ([416e830](416e830)) * fixed paste undefined clipboard object by passing the contents of clipboard instead. ([70461d0](70461d0)) * fixed type in toast for paste ([c5881bf](c5881bf)) * fixed utility menu styles ([24a4e78](24a4e78)) * got session storage and reducer to work as expected again ([d54c8f7](d54c8f7)) * moved version label from end to start ([b95e70f](b95e70f)) * reduced border in editor ([dba480c](dba480c)) * refactoring all editor stuff, need to update the utilites icon positioning, need a solution for overlaying and editing the the text still... ([af2028a](af2028a)) * remove min height of 30px on line ([fa28ea1](fa28ea1)) * remove right margin on toggle icon ([f81e0c8](f81e0c8)) * removed collapsable icon from closing brackets ([136a7bc](136a7bc)) * removed components from attempts at custom editor. added packages for react-ace. implements basic react-ace. updated editor save and cancel buttons. ([c2a4c85](c2a4c85)) * removed test view and integrated back into the application. ([5ba4e83](5ba4e83)) * replaced react-ace with codemirrror, updated styles, updated packages ([662e31f](662e31f)) * saving changes to revisit later ([16ff562](16ff562)) * saving work for debugging storage api issues ([0783bca](0783bca)) * updated classes on toggle icon svgs ([978d57d](978d57d)) * updated grid sizes for grid layout ([bf7236d](bf7236d)) * updated highlight for tokyo night for better contrast. aded githubdark as default dark. ([614ed5f](614ed5f)) * updated spacing in view grid value container ([dc3809a](dc3809a)) * updated styles layout styles for editor and adjusted some other state dependent styles. ([b9fe698](b9fe698)) * updated to get copy and paste working again. ([c32ddb6](c32ddb6)) ### update * adjust toast notifications ([ad20ffb](ad20ffb)), closes [#67](#67) * changes to utils and added utility callbacks ([33d47d2](33d47d2)) * created new menu dropdown component for utilities ([9099758](9099758)), closes [#67](#67) * updated styles to cover toasts and changed toast to utility ([e6e3781](e6e3781)) * updated theming to customize toasts ([3436375](3436375))
1 parent 15bd794 commit 0360ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-project",
33
"private": false,
4-
"version": "4.5.0",
4+
"version": "4.6.0",
55
"description": "Browser extension for session storage utilities.",
66
"repository": "https://github.com/cmolisee/session-storage-hub.git",
77
"author": "codymolisee <[email protected]>",

0 commit comments

Comments
 (0)