Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 94a1b93

Browse files
release: inline-editor v1.0.0-alpha.6
1 parent d0146b2 commit 94a1b93

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
### Web Components
55

66
* lazy-img: a brand new dead simple Web Component to lazy load images 🎉 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/lazy-img/CHANGELOG.md))
7+
* inline-editor: v1.0.0-alpha.6 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/inline-editor/CHANGELOG.md))
78

89
<a name="1.0.0-beta.37"></a>
910
# [1.0.0-beta.37](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.36...v1.0.0-beta.37) (2019-04-30)

webcomponents/inline-editor/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="1.0.0-alpha.6"></a>
2+
# 1.0.0-alpha.6 (2019-05-16)
3+
4+
* this WYSIWYG inline editor now supports images too. it gives the ability to resize (big, medium, small, very small) images, to align them horizontally or left and even to delete them
5+
16
<a name="1.0.0-alpha.5"></a>
27
# 1.0.0-alpha.5 (2019-04-30)
38

webcomponents/inline-editor/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webcomponents/inline-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-inline-editor",
3-
"version": "1.0.0-alpha.5",
3+
"version": "1.0.0-alpha.6",
44
"description": "A WYSIWYG HTML Inline Editor Web Component",
55
"module": "dist/esm/index.js",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)