Skip to content

Commit

Permalink
0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
b4rtaz committed Nov 6, 2023
1 parent 530d07f commit 4e1c93e
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 22 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 0.1.1

Add `stroke` and `strokeWidth` fields to the properties editor for the textbox.

## 0.1.0

Initial release. 🚀
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Add the below code to your head section in HTML document.
```html
<head>
...
<link href="https://cdn.jsdelivr.net/npm/[email protected].0/css/editor.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/index.umd.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected].1/css/editor.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/index.umd.js"></script>
```

Create the editor by:
Expand Down
4 changes: 2 additions & 2 deletions demos/svelte-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prettier:fix": "prettier --write ./src"
},
"dependencies": {
"mini-canvas-editor": "^0.1.0",
"mini-canvas-core": "^0.1.0",
"mini-canvas-editor": "^0.1.1",
"mini-canvas-core": "^0.1.1",
"fabric": "6.0.0-beta13",
"canvas": "^2.11.2"
},
Expand Down
4 changes: 2 additions & 2 deletions demos/webpack-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"prettier:fix": "prettier --write ./src ./public/**/*.html ./public/**/*.css"
},
"dependencies": {
"mini-canvas-editor": "^0.1.0",
"mini-canvas-core": "^0.1.0"
"mini-canvas-editor": "^0.1.1",
"mini-canvas-core": "^0.1.1"
},
"devDependencies": {
"ts-loader": "^9.4.2",
Expand Down
4 changes: 2 additions & 2 deletions demos/webpack-app/public/vanilla-javascript.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ <h1>📦 Vanilla JavaScript Example</h1>
</p>
<p>This example uses vanilla JavaScript!</p>

<link href="https://cdn.jsdelivr.net/npm/[email protected].0/css/editor.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/index.umd.js"></script>
<link href="https://cdn.jsdelivr.net/npm/[email protected].1/css/editor.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/index.umd.js"></script>
<script>
const placeholder = document.getElementById('placeholder');
const saveButton = document.getElementById('saveButton');
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e1c93e

Please sign in to comment.