@enso-ui/wysiwyg 3.0.0 → 3.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,15 @@
1
1
  # WYSIWYG
2
2
 
3
- [![License](https://poser.pugx.org/enso-ui/wysiwyg/license)](https://packagist.org/packages/enso-ui/wysiwyg)
4
- [![Latest Stable Version](https://poser.pugx.org/enso-ui/wysiwyg/version)](https://packagist.org/packages/enso-ui/wysiwyg)
5
-
6
- WYSIWYG
3
+ WYSIWYG editor component.
7
4
 
8
5
  ### Features
9
6
 
10
- - soon
7
+ - TinyMCE-based editing
8
+ - theme-aware styling
11
9
 
12
10
  ### Configuration & Usage
13
11
 
14
- - soon
12
+ Use the component where rich text editing is needed inside the Enso ecosystem.
15
13
 
16
14
  ### Contributions
17
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enso-ui/wysiwyg",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "WYSIWYG",
5
5
  "main": "index.js",
6
6
  "repository": {