Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-03-18)

### Bug Fixes

* make font-size consistent ([7e116fd](7e116fd))
* make scroll bar auto ([2ca6f4b](2ca6f4b))
* remove active drawing if deleted ([e5379b2](e5379b2))
* remove any types ([e1b6f7d](e1b6f7d))

### Features

* add "new" button to clear the canvas ([b420067](b420067))
* add crud operation to chrome storage ([8c98425](8c98425))
* add DrawingItem component ([fb73804](fb73804))
* add manifest and icons ([89d116c](89d116c))
* add messages and receiver to the script ([d0916bc](d0916bc))
* add modal component ([7686289](7686289))
* add title and button components ([df19720](df19720))
* add title bar ([e724381](e724381))
* add update functionality ([6cfe121](6cfe121))
* color the buttons ([ed98156](ed98156))
* disable the plugin in collab mode ([a461df1](a461df1))
* handle the name of the current drawing ([84126cd](84126cd))
* open drawing ([30df4d1](30df4d1))
* save current drawing ([dd119fa](dd119fa))
* save us ([2036cf9](2036cf9))
* show a button to navigate to excalidraw ([eee5e8d](eee5e8d))
* show a warning before replacing current drawing ([8bb8363](8bb8363))
* show a warning when the extension is not able to comm with the content-script ([0877746](0877746))
* show confirmation modal before clear the canvas ([af70580](af70580))
* show confirmation modal between delete ([046abdf](046abdf))
* show modal if script is not alive ([250165c](250165c))
* support localStorage ([bfb30e0](bfb30e0))
* UI mockup ([2a34c9a](2a34c9a))
  • Loading branch information
semantic-release-bot committed Mar 18, 2023
1 parent 624655a commit 653c441
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 7 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 1.0.0 (2023-03-18)


### Bug Fixes

* make font-size consistent ([7e116fd](https://github.com/andrewinci/excalistore/commit/7e116fd849dadfddb140605520164a4b7be1f940))
* make scroll bar auto ([2ca6f4b](https://github.com/andrewinci/excalistore/commit/2ca6f4b03b6a0bb2a897c739d2740d8bfe9defaf))
* remove active drawing if deleted ([e5379b2](https://github.com/andrewinci/excalistore/commit/e5379b2f0a4ba3be204b909d90152b29436123d0))
* remove any types ([e1b6f7d](https://github.com/andrewinci/excalistore/commit/e1b6f7da635b3b313b477f410c62338e9e3c5b88))


### Features

* add "new" button to clear the canvas ([b420067](https://github.com/andrewinci/excalistore/commit/b420067f96b0a7c318e49bd1e5c684baeaf36d9e))
* add crud operation to chrome storage ([8c98425](https://github.com/andrewinci/excalistore/commit/8c9842585dbe1c60e1e1a50730f8b675a2801b54))
* add DrawingItem component ([fb73804](https://github.com/andrewinci/excalistore/commit/fb73804f36c5d22ff17305e89295cfec302c711d))
* add manifest and icons ([89d116c](https://github.com/andrewinci/excalistore/commit/89d116c4f80dfb1e6b3956e2d8e53b5cc2527ce2))
* add messages and receiver to the script ([d0916bc](https://github.com/andrewinci/excalistore/commit/d0916bc7d7f9235b607cfa9d48acdb03eaa1121d))
* add modal component ([7686289](https://github.com/andrewinci/excalistore/commit/768628961720af0cda1f3c4fecfb1a6b1f2e6610))
* add title and button components ([df19720](https://github.com/andrewinci/excalistore/commit/df19720148314ca460ea947a2be71ebdd638fc1d))
* add title bar ([e724381](https://github.com/andrewinci/excalistore/commit/e7243817eba8745553fe0972ce915d7dc2ba3ed2))
* add update functionality ([6cfe121](https://github.com/andrewinci/excalistore/commit/6cfe12120ef481e06da9b41df32c0d3ec24794d5))
* color the buttons ([ed98156](https://github.com/andrewinci/excalistore/commit/ed9815657e4173fddecc7dd4fa86de6d130fe5f4))
* disable the plugin in collab mode ([a461df1](https://github.com/andrewinci/excalistore/commit/a461df13c9d4700151c40852be9587db105fbeb3))
* handle the name of the current drawing ([84126cd](https://github.com/andrewinci/excalistore/commit/84126cd12b9a5af3b8db455ba731e83c6d93a767))
* open drawing ([30df4d1](https://github.com/andrewinci/excalistore/commit/30df4d15de53f1f6133d1e646f60e91535a18128))
* save current drawing ([dd119fa](https://github.com/andrewinci/excalistore/commit/dd119fa05f54b21128ab48893da31205401c5dde))
* save us ([2036cf9](https://github.com/andrewinci/excalistore/commit/2036cf95d38ba27251669087ee18d05bd03b6826))
* show a button to navigate to excalidraw ([eee5e8d](https://github.com/andrewinci/excalistore/commit/eee5e8df562566cbbaa120a209c155ecf66e9913))
* show a warning before replacing current drawing ([8bb8363](https://github.com/andrewinci/excalistore/commit/8bb83639599293df537219c9db02252efa21242e))
* show a warning when the extension is not able to comm with the content-script ([0877746](https://github.com/andrewinci/excalistore/commit/0877746f19277fea0eda8ce2745433be06df7709))
* show confirmation modal before clear the canvas ([af70580](https://github.com/andrewinci/excalistore/commit/af705809fb7c552376fcab6fd3fa9f1f3f4e7a08))
* show confirmation modal between delete ([046abdf](https://github.com/andrewinci/excalistore/commit/046abdfad83b427a36b9fc7f0cc6e1ac7232e3cb))
* show modal if script is not alive ([250165c](https://github.com/andrewinci/excalistore/commit/250165c2b57c6f1e391a57f23c77a142c991b1c4))
* support localStorage ([bfb30e0](https://github.com/andrewinci/excalistore/commit/bfb30e00cf7442338ac558f5de77eb0c4cef46e1))
* UI mockup ([2a34c9a](https://github.com/andrewinci/excalistore/commit/2a34c9acdc152d31a954510b051e9bf1df4c59c7))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "excalistore",
"private": true,
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -54,4 +54,4 @@
"node": "18.15.0",
"yarn": "1.22.19"
}
}
}
17 changes: 12 additions & 5 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Excalistore",
"description": "Store multiple excalidraw diagrams in the browser cache.",
"version": "1.0",
"version": "1.0.0",
"icons": {
"16": "images/icon16.png",
"32": "images/icon32.png",
Expand All @@ -11,12 +11,19 @@
},
"content_scripts": [
{
"js": ["assets/script.js"],
"matches": ["https://excalidraw.com/*"]
"js": [
"assets/script.js"
],
"matches": [
"https://excalidraw.com/*"
]
}
],
"action": {
"default_popup": "index.html"
},
"permissions": ["storage", "unlimitedStorage"]
}
"permissions": [
"storage",
"unlimitedStorage"
]
}

0 comments on commit 653c441

Please sign in to comment.