ritext 1.0.13 → 1.0.14

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,8 +19,8 @@ Ritext is a modern WYSIWYG rich text editor built with Tailwind CSS, powered by
19
19
  - [x] Italic
20
20
  - [x] Underline
21
21
  - [x] Strike
22
- - [ ] Subscript
23
- - [ ] Superscript
22
+ - [x] Subscript
23
+ - [x] Superscript
24
24
  - [ ] SubAndSuperScript
25
25
  - [ ] Format Painter
26
26
  - [ ] Clear Format
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ritext",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Ritext is a modern WYSIWYG rich text editor built with Tailwind CSS, powered by Tiptap. It offers a customizable UI and functional layer that lets you design your own editor controls and toolbars with clean, composable React components—no heavy UI, no extra dependencies beyond Tiptap.",
5
5
  "homepage": "https://ritext.vercel.app/",
6
6
  "main": "dist/index.js",