@bigbinary/neeto-editor 1.22.1 → 1.22.2
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.
- package/README.md +1 -1
- package/index.js +6 -6
- package/package.json +9 -3
- package/CHANGELOG.md +0 -353
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-editor",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.2",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"types": "./types.d.ts",
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"index.js",
|
|
16
16
|
"types.d.ts"
|
|
17
17
|
],
|
|
18
|
+
"engines": {
|
|
19
|
+
"node": "18.12",
|
|
20
|
+
"yarn": "1.22.x"
|
|
21
|
+
},
|
|
18
22
|
"author": "BigBinary",
|
|
19
23
|
"license": "MIT",
|
|
20
24
|
"devDependencies": {
|
|
@@ -96,6 +100,7 @@
|
|
|
96
100
|
"file-saver": "2.0.5",
|
|
97
101
|
"formik": "2.2.9",
|
|
98
102
|
"fuse.js": "6.6.2",
|
|
103
|
+
"http-server": "^14.1.1",
|
|
99
104
|
"husky": "8.0.1",
|
|
100
105
|
"i18next": "21.7.0",
|
|
101
106
|
"lint-staged": "13.0.3",
|
|
@@ -152,10 +157,11 @@
|
|
|
152
157
|
"build": "NODE_ENV=production rollup -c rollup.config.js",
|
|
153
158
|
"prepare": "husky install",
|
|
154
159
|
"storybook": "start-storybook -p 6006",
|
|
155
|
-
"build-storybook": "build-storybook"
|
|
160
|
+
"build-storybook": "build-storybook",
|
|
161
|
+
"serve": "http-server storybook-static"
|
|
156
162
|
},
|
|
157
163
|
"lint-staged": {
|
|
158
|
-
"{
|
|
164
|
+
"{src,example}/**/*.{js,jsx,json}": [
|
|
159
165
|
"prettier --write",
|
|
160
166
|
"eslint --fix"
|
|
161
167
|
],
|
package/CHANGELOG.md
DELETED
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
<!---
|
|
2
|
-
|
|
3
|
-
------- FOLLOW THESE WHILE ADDING AN ENTRY -------
|
|
4
|
-
|
|
5
|
-
** Add BREAKING keyword in bold for changes which could potentially break the component, eg: **BREAKING**.
|
|
6
|
-
** Enclose a prop name in double backticks, eg: `menuType`.
|
|
7
|
-
** Represent a version as second level heading and write the version number inside a square bracket, eg: ## [3.3.2].
|
|
8
|
-
|
|
9
|
-
--->
|
|
10
|
-
# Changelog
|
|
11
|
-
|
|
12
|
-
All notable changes to this project will be documented in this file.
|
|
13
|
-
|
|
14
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
15
|
-
|
|
16
|
-
Prefix the change with one of these keywords:
|
|
17
|
-
|
|
18
|
-
- *Added*: for new features.
|
|
19
|
-
- *Changed*: for changes in existing functionality.
|
|
20
|
-
- *Deprecated*: for soon-to-be removed features.
|
|
21
|
-
- *Removed*: for now removed features.
|
|
22
|
-
- *Fixed*: for any bug fixes.
|
|
23
|
-
- *Security*: in case of vulnerabilities.
|
|
24
|
-
|
|
25
|
-
## [Unreleased](https://github.com/bigbinary/neeto-editor/compare/2f6600bcf6302f335cf0c3911918d78c2c6b1af6...HEAD)
|
|
26
|
-
|
|
27
|
-
## [1.9.0](https://github.com/bigbinary/neeto-editor/compare/22a2906e54dc6512c54e946fe84e5e8eb812a33f...2f6600bcf6302f335cf0c3911918d78c2c6b1af6) - 2022-12-23
|
|
28
|
-
|
|
29
|
-
- Added: **BREAKING** Integrated neetoUI to neetoEditor and did a full UI revamp.
|
|
30
|
-
|
|
31
|
-
## [1.8.0](https://github.com/bigbinary/neeto-editor/compare/92bc7ba1406a96cd0640b581ec136742620bbae7...c71b561d2aa5e4621205d4f53f1db3a913962867) - 2022-12-14
|
|
32
|
-
|
|
33
|
-
- Added: headless menu type.
|
|
34
|
-
|
|
35
|
-
## [1.7.0](https://github.com/bigbinary/neeto-editor/compare/3b7685f0453859109ca1f509f2499d665336053c...63091fe28813d8a55cfaed13a42877fd035a75f1) - 2022-12-14
|
|
36
|
-
|
|
37
|
-
- Added: video upload addon.
|
|
38
|
-
- Removed: `uploadConfig` prop to control uppy props for image and video upload.
|
|
39
|
-
|
|
40
|
-
## [1.6.1](https://github.com/bigbinary/neeto-editor/compare/f57c55efc03dc4ef243d02c1abfbaab3124d3d81...63cf2a910d76ececac5b81572eac129c063f3a55) - 2022-12-08
|
|
41
|
-
|
|
42
|
-
- Fixed: trimmed editor content before testing for emptiness in the `isEditorEmpty` method.
|
|
43
|
-
|
|
44
|
-
## [1.6.0](https://github.com/bigbinary/neeto-editor/compare/9038faa0c898426699464b60f340c1c2c6e8e127...f57c55efc03dc4ef243d02c1abfbaab3124d3d81) - 2022-12-08
|
|
45
|
-
|
|
46
|
-
- Added: `addonCommands` prop to the *Menu* component. Each addon command will add its corresponding option in the menu.
|
|
47
|
-
|
|
48
|
-
## [1.5.1](https://github.com/bigbinary/neeto-editor/compare/862f7cb4d267a4fc7201514bb9b4225fa1964494...9038faa0c898426699464b60f340c1c2c6e8e127) - 2022-12-07
|
|
49
|
-
|
|
50
|
-
- Fixed: prevented figure captions from aligning to the left.
|
|
51
|
-
|
|
52
|
-
## [1.5.0](https://github.com/bigbinary/neeto-editor/compare/a47a2a0491e278e60e828855a628ecd1c0954b3f...862f7cb4d267a4fc7201514bb9b4225fa1964494) - 2022-12-06
|
|
53
|
-
|
|
54
|
-
- Removed: **BREAKING** the *useEditorStore* hook to access the editor instance.
|
|
55
|
-
- Removed: **BREAKING** the `editorKey` prop to access the *useEditorStore* hook.
|
|
56
|
-
|
|
57
|
-
## [1.4.1](https://github.com/bigbinary/neeto-editor/compare/d12f377986bcc8637d35dfa00d539f9643b6455c...a47a2a0491e278e60e828855a628ecd1c0954b3f) - 2022-12-01
|
|
58
|
-
|
|
59
|
-
- Removed: unnecessary wrapper `div` from images. This enables easy updation of editor to latest version.
|
|
60
|
-
|
|
61
|
-
## [1.4.0](https://github.com/bigbinary/neeto-editor/compare/84f9e5b066f89fea8815ab659ba6051b9ca79c04...d12f377986bcc8637d35dfa00d539f9643b6455c) - 2022-12-01
|
|
62
|
-
|
|
63
|
-
- Changed: **BREAKING** Moved *FormikEdotor* component to the main bundle. It needs to be imported as `import { FormikEditor } from "@bigbinary/neeto-editor";`.
|
|
64
|
-
- Fixed: issues with `isEditorEmpty` method which prevented it from recognizing tags.
|
|
65
|
-
|
|
66
|
-
## [1.3.0](https://github.com/bigbinary/neeto-editor/compare/5a82971b57a24d338b3e03c820b60b20543603e5...84f9e5b066f89fea8815ab659ba6051b9ca79c04) - 2022-12-01
|
|
67
|
-
|
|
68
|
-
- Added: `useEditorStore` hook to obtain the editor instance.
|
|
69
|
-
- Added: `editorKey` prop to map the editor instance to the associated `Editor` component.
|
|
70
|
-
|
|
71
|
-
## [1.2.3](https://github.com/bigbinary/neeto-editor/compare/7dffef6802a67a81891f194badf1631c75030b81...9eba3d9458bbdd88d4c604df8efe519c5592faea) - 2022-11-30
|
|
72
|
-
|
|
73
|
-
- Fixed: prevented the *ErrorWrapper* component from re-rendering the whole *Editor* within formik.
|
|
74
|
-
- Added: updated `isEditorEmpty` method to handle `img` and `iframe` tags.
|
|
75
|
-
|
|
76
|
-
## [1.2.2](https://github.com/bigbinary/neeto-editor/compare/40a5428c256547796fedad24024fe1c3343acd67...7dffef6802a67a81891f194badf1631c75030b81) - 2022-11-29
|
|
77
|
-
|
|
78
|
-
- Added: type support for the *Menu* component.
|
|
79
|
-
|
|
80
|
-
## [1.2.1](https://github.com/bigbinary/neeto-editor/compare/adb046bf2f6c0717ca0af632578cd47eef2240ba...40a5428c256547796fedad24024fe1c3343acd67) - 2022-11-29
|
|
81
|
-
|
|
82
|
-
- Added: `contentClassName` prop. This helps pass classes directly to the editor content.
|
|
83
|
-
|
|
84
|
-
## [1.2.0](https://github.com/bigbinary/neeto-editor/compare/285ca3119cca477395dd67c0076180cb0b0bac9a...adb046bf2f6c0717ca0af632578cd47eef2240ba) - 2022-11-25
|
|
85
|
-
|
|
86
|
-
- Changed: **BREAKING** updated the UI and styles for rendering images.
|
|
87
|
-
|
|
88
|
-
## [1.1.0](https://github.com/bigbinary/neeto-editor/compare/128f64be4d731f52effe0c9f2cf81f82e8b0f8fa...285ca3119cca477395dd67c0076180cb0b0bac9a) - 2022-11-25
|
|
89
|
-
|
|
90
|
-
- Added: *FormikEditor* component. This component can be used for easy integration with formik.
|
|
91
|
-
- Added: `isEditorEmpty` method to check whether the passed HTML content is empty.
|
|
92
|
-
- Added: `label` and `required` props.
|
|
93
|
-
|
|
94
|
-
## [1.0.8](https://github.com/bigbinary/neeto-editor/compare/9d20cc50ac2af0e5ed8dd7f1c7686a132b757ab6...128f64be4d731f52effe0c9f2cf81f82e8b0f8fa) - 2022-11-21
|
|
95
|
-
|
|
96
|
-
- Fixed: removed `className` from outer wrapper.
|
|
97
|
-
|
|
98
|
-
## [1.0.7](https://github.com/bigbinary/neeto-editor/compare/6e1fae0dce0cd3e59a15e8cfe7466369d47c78e0...9d20cc50ac2af0e5ed8dd7f1c7686a132b757ab6) - 2022-11-18
|
|
99
|
-
|
|
100
|
-
- Fixed: additional padding below the menu in Firefox.
|
|
101
|
-
|
|
102
|
-
## [1.0.6](https://github.com/bigbinary/neeto-editor/compare/90eac238e67708f38dc18b67c21ef6c99ca6596c...6e1fae0dce0cd3e59a15e8cfe7466369d47c78e0) - 2022-11-18
|
|
103
|
-
|
|
104
|
-
- Fixed: broken keyboard shortcuts.
|
|
105
|
-
|
|
106
|
-
## [1.0.5](https://github.com/bigbinary/neeto-editor/compare/8fea294d05f8fcc64c42bb03267bb4e2375aeffa...90eac238e67708f38dc18b67c21ef6c99ca6596c) - 2022-11-18
|
|
107
|
-
|
|
108
|
-
- Fixed: always show image in mentions.
|
|
109
|
-
|
|
110
|
-
## [1.0.4](https://github.com/bigbinary/neeto-editor/compare/9cef94a4355b15ed60f48aa2bcb9481a38b0e520...8fea294d05f8fcc64c42bb03267bb4e2375aeffa) - 2022-11-18
|
|
111
|
-
|
|
112
|
-
- Fixed: passed the `className` prop to editor wrapper.
|
|
113
|
-
|
|
114
|
-
## [1.0.3](https://github.com/bigbinary/neeto-editor/compare/ea254fc004e71423770fb813d6fd2f3450849fd1...9cef94a4355b15ed60f48aa2bcb9481a38b0e520) - 2022-11-18
|
|
115
|
-
|
|
116
|
-
- Fixed: the missing variable icon.
|
|
117
|
-
|
|
118
|
-
## [1.0.2](https://github.com/bigbinary/neeto-editor/compare/5243908e4144a8ebd82a7a779591d93b6a88c619...ea254fc004e71423770fb813d6fd2f3450849fd1) - 2022-11-18
|
|
119
|
-
|
|
120
|
-
- Changed: synced types with new changes in prop.
|
|
121
|
-
- Changed: editor menu item styles.
|
|
122
|
-
|
|
123
|
-
## [1.0.1](https://github.com/bigbinary/neeto-editor/compare/75c6865ecd20dd38e11e613bebb50b7ffd89ff97...29d00ae45f53cbf696e14da5d57afb8acae18255) - 2022-11-17
|
|
124
|
-
|
|
125
|
-
- Fixed: the inteference of placeholder with dropdowns.
|
|
126
|
-
|
|
127
|
-
## [1.0.0](https://github.com/bigbinary/neeto-editor/compare/4e11af9f04c2d8541c87e5dab55ba78afc07b859...75c6865ecd20dd38e11e613bebb50b7ffd89ff97) - 2022-11-16
|
|
128
|
-
|
|
129
|
-
- Changed: Updated the UI for editor.
|
|
130
|
-
- Removed: **BREAKING** the `forceTitle` and `titleError` props. This feature is not relevant and is best handled using a separate input component.
|
|
131
|
-
- Removed: **BREAKING** the `showImageInMention` prop. Mentions must be standardized and must always contain an image.
|
|
132
|
-
- Removed: **BREAKING** the `contentClassname` prop. Content can be modified by using the `editor-content` class.
|
|
133
|
-
- Removed: **BREAKING** the `heightStrategy` prop. The editor behavior is standardized by always making the height flexible.
|
|
134
|
-
- Changed: **BREAKING** standardized how the placeholders are handled. Now, it only permits strings. Object and function formats are removed.
|
|
135
|
-
- Removed: **BREAKING** the `characterCountStrategy` prop. Now only the character count will be displayed.
|
|
136
|
-
- Added: `config` prop. All the custom extensions can now be overridden by passing the `config` prop.
|
|
137
|
-
- Eg: `{ focus: { mode: "deepest" } }`.
|
|
138
|
-
- Added: *Menu* component. This will help in using the *Menu* component independent from the editor content.
|
|
139
|
-
- Added: Undo and redo addons.
|
|
140
|
-
|
|
141
|
-
## [0.12.19](https://github.com/bigbinary/neeto-editor/compare/acc774a101524ea7fd69e386ce91df7ac53cba1f...4e11af9f04c2d8541c87e5dab55ba78afc07b859) - 2022-11-08
|
|
142
|
-
|
|
143
|
-
- Fixed: the broken *KeyboardShortcuts* extension.
|
|
144
|
-
- Changed the code block option to the code option in *FixedMenu*.
|
|
145
|
-
|
|
146
|
-
## [0.12.18](https://github.com/bigbinary/neeto-editor/compare/011b7fbff30966def6c2b71907c66bb02c8a78e0...acc774a101524ea7fd69e386ce91df7ac53cba1f) - 2022-11-07
|
|
147
|
-
|
|
148
|
-
- Fixed: thrown exceptions due to null value for embedURL in video upload.
|
|
149
|
-
|
|
150
|
-
## [0.12.17](https://github.com/bigbinary/neeto-editor/compare/d84582d57cc3b79ba8ec87f766ae328ae46a975a...011b7fbff30966def6c2b71907c66bb02c8a78e0) - 2022-10-31
|
|
151
|
-
|
|
152
|
-
- Fixed: Removed unnecessary tooltips when typing or pasting content with suggestion triggers.
|
|
153
|
-
|
|
154
|
-
## [0.12.16](https://github.com/bigbinary/neeto-editor/compare/265a30e94c1d5d9fe7cd539d68298ba62e0726a7...d84582d57cc3b79ba8ec87f766ae328ae46a975a) - 2022-10-20
|
|
155
|
-
|
|
156
|
-
- Fixed: Bumped Tiptap packages.
|
|
157
|
-
|
|
158
|
-
## [0.12.14](https://github.com/bigbinary/neeto-editor/compare/67d30c48e1852c4e67ff9a8ebd1d47233ea0b535...265a30e94c1d5d9fe7cd539d68298ba62e0726a7) - 2022-10-20
|
|
159
|
-
|
|
160
|
-
- Fixed: Removed custom styles for scrollbars.
|
|
161
|
-
|
|
162
|
-
## [0.12.13](https://github.com/bigbinary/neeto-editor/compare/7d17d1dac013e8fb284c7890c7c03451a3a6b873...67d30c48e1852c4e67ff9a8ebd1d47233ea0b535) - 2022-10-17
|
|
163
|
-
|
|
164
|
-
- Fixed: Replaced *replaceAll* method with *replace* with a global flag to support all browsers.
|
|
165
|
-
|
|
166
|
-
## [0.12.12](https://github.com/bigbinary/neeto-editor/compare/6d3f031cb80818453fdd662a912c92a6a752346e...7d17d1dac013e8fb284c7890c7c03451a3a6b873) - 2022-10-13
|
|
167
|
-
|
|
168
|
-
- Fixed: Replaced *replaceAll* method with *replace* with a global flag to support all browsers.
|
|
169
|
-
|
|
170
|
-
## [0.12.11](https://github.com/bigbinary/neeto-editor/compare/32d2a68a6acdd6e26a53dbe8dcad687d6148dc36...6d3f031cb80818453fdd662a912c92a6a752346e) - 2022-10-13
|
|
171
|
-
|
|
172
|
-
- Removed: the Typography extension.
|
|
173
|
-
|
|
174
|
-
## [0.12.10](https://github.com/bigbinary/neeto-editor/compare/bcade1343ce2fb34fee061c90591fa4c594fc235...32d2a68a6acdd6e26a53dbe8dcad687d6148dc36) - 2022-10-13
|
|
175
|
-
|
|
176
|
-
- Fixed: Removed second scrollbar from emoji picker.
|
|
177
|
-
|
|
178
|
-
## [0.12.9](https://github.com/bigbinary/neeto-editor/compare/5cc0a55cb3e74f488b187fc3a05076167f126a0b...bcade1343ce2fb34fee061c90591fa4c594fc235) - 2022-10-06
|
|
179
|
-
|
|
180
|
-
- Fixed: Prevented strings with HTML tag structure from getting converted to actual tags.
|
|
181
|
-
|
|
182
|
-
## [0.12.8](https://github.com/bigbinary/neeto-editor/compare/1176e9f9b0f6142a3d89cfc44dda546d7745ce5d...5cc0a55cb3e74f488b187fc3a05076167f126a0b) - 2022-10-06
|
|
183
|
-
|
|
184
|
-
- Added: ability to embed Loom videos.
|
|
185
|
-
|
|
186
|
-
## [0.12.7](https://github.com/bigbinary/neeto-editor/compare/f13d8f521f20afaf1bcbaaa19c9fd3f282e0b4db...1176e9f9b0f6142a3d89cfc44dda546d7745ce5d) - 2022-10-05
|
|
187
|
-
|
|
188
|
-
- Fixed: pressing "Esc" key when a dropdown is open will properly close the dropdown.
|
|
189
|
-
- Fixed: auto focussed the input when the link dropdown is opened.
|
|
190
|
-
|
|
191
|
-
## [0.12.6](https://github.com/bigbinary/neeto-editor/compare/5c060b21e8fd036a5bf4799b092fd4394e8a33d1...f13d8f521f20afaf1bcbaaa19c9fd3f282e0b4db) - 2022-10-05
|
|
192
|
-
|
|
193
|
-
- Changed: updated editor styles.
|
|
194
|
-
|
|
195
|
-
## [0.12.5](https://github.com/bigbinary/neeto-editor/compare/f95d3f2d661fb280ef85e6d63e212ffd994dbab4...5c060b21e8fd036a5bf4799b092fd4394e8a33d1) - 2022-10-04
|
|
196
|
-
|
|
197
|
-
- Fixed: issue where the mentions menu item in fixed menu was always active.
|
|
198
|
-
- Fixed: issue where the variables menu item in fixed menu was always active.
|
|
199
|
-
|
|
200
|
-
## [0.12.4](https://github.com/bigbinary/neeto-editor/compare/102920df647f3b560193b2e49d8912c18d15f067...f95d3f2d661fb280ef85e6d63e212ffd994dbab4) - 2022-10-04
|
|
201
|
-
|
|
202
|
-
- Fixed: the performance issues with the `onChange` method.
|
|
203
|
-
|
|
204
|
-
## [0.12.3](https://github.com/bigbinary/neeto-editor/compare/3f3ebbb84b5c5f129c8585d4a1be1baef8abee87...102920df647f3b560193b2e49d8912c18d15f067) - 2022-09-30
|
|
205
|
-
|
|
206
|
-
- Fixed: issue where images were not uploaded when pasted.
|
|
207
|
-
|
|
208
|
-
## [0.12.2](https://github.com/bigbinary/neeto-editor/compare/393df11f42eef499f2b8b72bb76e1e3116d849f2...3f3ebbb84b5c5f129c8585d4a1be1baef8abee87) - 2022-09-29
|
|
209
|
-
|
|
210
|
-
- Fixed: build failure when transpiled through Webpack.
|
|
211
|
-
|
|
212
|
-
## [0.12.1](https://github.com/bigbinary/neeto-editor/compare/b400535a6cf8fabc5400b09e9f992ce1b9f016ea...393df11f42eef499f2b8b72bb76e1e3116d849f2) - 2022-09-29
|
|
213
|
-
|
|
214
|
-
- Fixed: overflow in bubble menu.
|
|
215
|
-
|
|
216
|
-
## [0.12.0](https://github.com/bigbinary/neeto-editor/compare/a819ef022941327bdf027e94d6f42806bc5d8a74...b400535a6cf8fabc5400b09e9f992ce1b9f016ea) - 2022-09-28
|
|
217
|
-
|
|
218
|
-
- Changed: image upload no longer depends on the `@rails/activestorage` package.
|
|
219
|
-
- Removed: `@rails/activestorage` package from peer dependencies.
|
|
220
|
-
- Removed: `react-group-transition` package from peer dependencies.
|
|
221
|
-
|
|
222
|
-
## [0.11.0](https://github.com/bigbinary/neeto-editor/compare/53a2a8faba0200492ea177acc7e9204da4358fc9...a819ef022941327bdf027e94d6f42806bc5d8a74) - 2022-09-28
|
|
223
|
-
|
|
224
|
-
- Added: exposed code block highlight logic to CDN.
|
|
225
|
-
|
|
226
|
-
## [0.10.0](https://github.com/bigbinary/neeto-editor/compare/4defcb02234742b1a5fc9fbefa87e44421b7b82c...53a2a8faba0200492ea177acc7e9204da4358fc9) - 2022-09-27
|
|
227
|
-
|
|
228
|
-
- Changed: updated UI to the new design system.
|
|
229
|
-
|
|
230
|
-
## [0.9.6](https://github.com/bigbinary/neeto-editor/compare/57c679b576f326e1e1c0110f9ae7665668448cdb...4defcb02234742b1a5fc9fbefa87e44421b7b82c) - 2022-09-26
|
|
231
|
-
|
|
232
|
-
- Updated the `publish` workflow to use `bigbinary/changelog-updater-action@v2`.
|
|
233
|
-
- Moved all the changelog entries at the bottom of the file to the top.
|
|
234
|
-
|
|
235
|
-
## [0.9.5](https://github.com/bigbinary/neeto-editor/compare/ea5536b2cdd26997549f538af5b399bd268b3187...57c679b576f326e1e1c0110f9ae7665668448cdb) - 2022-09-21
|
|
236
|
-
|
|
237
|
-
- Fixed: prevent clicking of *BubbleMenu* buttons from submitting the form.
|
|
238
|
-
|
|
239
|
-
## [0.9.4](https://github.com/bigbinary/neeto-editor/compare/b6d908b8c2cd13d0cd16c3714283ffc1ccf329c4...ea5536b2cdd26997549f538af5b399bd268b3187) - 2022-09-21
|
|
240
|
-
|
|
241
|
-
- Fixed: issue with autoFocus prop in conditionally rendered editor
|
|
242
|
-
|
|
243
|
-
## [0.9.3](https://github.com/bigbinary/neeto-editor/compare/dae456385fb32ecd2af4cd8844bec10d1c65e4c3...b6d908b8c2cd13d0cd16c3714283ffc1ccf329c4) - 2022-09-21
|
|
244
|
-
|
|
245
|
-
- Added: level 3 heading (h3) to the list of default headings.
|
|
246
|
-
- Added: font style dropdown to the bubble menu.
|
|
247
|
-
|
|
248
|
-
## [0.9.0](https://github.com/bigbinary/neeto-editor/compare/97e0add1b8ecb5de62ebf9984a37b25dbc01bfd0...fb41580bda01e5a63dbd92570bc27a699304653a) - 2022-09-19
|
|
249
|
-
|
|
250
|
-
- Removed: **BREAKING** official *Color* extension.
|
|
251
|
-
|
|
252
|
-
## [0.8.6](https://github.com/bigbinary/neeto-editor/compare/ab692dd346562704d70f0a31603fdf418602489b...c1ac1703a63b2220770bc1be6cbc40dd3b1c6032) - 2022-09-16
|
|
253
|
-
|
|
254
|
-
- Fixed: selecting mentions from the fixed menu will properly map to the right user.
|
|
255
|
-
|
|
256
|
-
## [0.8.5](https://github.com/bigbinary/neeto-editor/compare/3217f47b5f5dd6e47ecee8e37784658b545d0617..a727d13aa8730afe0a5162633b155cf9d4c7b745) - 2022-09-15
|
|
257
|
-
|
|
258
|
-
- Added: highlight to nodes when applying styles.
|
|
259
|
-
|
|
260
|
-
## [0.8.3](https://github.com/bigbinary/neeto-editor/compare/e405169ee1d693e4357b1b37651611a7fc80b240...e717879e13c8d74b1098587efc476b7cc85b3166) - 2022-09-07
|
|
261
|
-
|
|
262
|
-
- Fixed: wrongly rendered HTML character entities by replacing it with the associated character.
|
|
263
|
-
|
|
264
|
-
## [0.8.2](https://github.com/bigbinary/neeto-editor/compare/d8ec35f7656ded054ce3cd8250fefa630c311e41...6879a8857972c240cf5e1a4467d89f212c8be102) - 2022-09-07
|
|
265
|
-
|
|
266
|
-
- Fixed: the behaviour of inline code blocks.
|
|
267
|
-
|
|
268
|
-
## [0.8.1](https://github.com/bigbinary/neeto-editor/compare/6fe4c8c8d5340143f813003895a112f638471f2c...2a82c45768fc14e36625dc7db4b1f9f40e02153f) - 2022-09-07
|
|
269
|
-
|
|
270
|
-
- Removed: highlight.js package from peer dependencies.
|
|
271
|
-
|
|
272
|
-
## [0.8.0](https://github.com/bigbinary/neeto-editor/compare/829d47d2c1f0306bd9d995a88bba6bf0c1f8c3f9...73e6f77873abad5964c557fd2d6e158efaf147c5) - 2022-09-01
|
|
273
|
-
|
|
274
|
-
- Added: **BREAKING** support for pre-signed URLs for uploading images.
|
|
275
|
-
|
|
276
|
-
## [0.7.3](https://github.com/bigbinary/neeto-editor/compare/606d9f03cbff4a8cf81a25de398c9695656e13c3...98ff8b759cbfb5e1bdc7a262017de8ce66d63c53) - 2022-09-01
|
|
277
|
-
|
|
278
|
-
- Fixed: removed Tiptap warnings in the console.
|
|
279
|
-
|
|
280
|
-
## [0.7.2](https://github.com/bigbinary/neeto-editor/compare/aaa10e1709bf7d3a497c5a49451f24fd8ee4aed1...064c8ab26f8d736c1a4d0d92d4d7a09d1292b197) - 2022-09-01
|
|
281
|
-
|
|
282
|
-
- Added: type support to all the exported components.
|
|
283
|
-
|
|
284
|
-
## [0.7.1](https://github.com/bigbinary/neeto-editor/compare/760e07d955acecf3999bb42fbefe2ea09b56958b...83b3cf788a8dc9e79f08f69ff250e06d4bacffc9) - 2022-08-29
|
|
285
|
-
|
|
286
|
-
- Changed: Updated CodeBlock theme from dark to light.
|
|
287
|
-
|
|
288
|
-
## [0.7.0](https://github.com/bigbinary/neeto-editor/compare/9c14f50dc6c292a7352d394d1d5cd89abc6d2e79...8fefa88511ad3bfc06fe9fa59eb2457feb60b9c0) - 2022-08-25
|
|
289
|
-
|
|
290
|
-
- Changed: **BREAKING** the CDN for editor content styles from https://cdn.jsdelivr.net/gh/bigbinary/neeto-editor-tiptap@master/dist/editor-content.min.css to https://cdn.jsdelivr.net/gh/bigbinary/neeto-editor@master/dist/editor-content.min.css.
|
|
291
|
-
|
|
292
|
-
## [0.6.8](https://github.com/bigbinary/neeto-editor/compare/46e63b7aa2c42b9f9cf6db79b96945877b6dc822...0667203f6c28cfff80996a9827fa0e9fb8f0227e) - 2022-08-24
|
|
293
|
-
|
|
294
|
-
- Fixed: issue where variables added get appended to starting of the existing content rather than at the end.
|
|
295
|
-
|
|
296
|
-
## [0.6.7](https://github.com/bigbinary/neeto-editor/compare/4f26edf80be60b5567c77231f26e363de1573519...240b6b97a12804ae5903cb1fc73aa1c7888499cd) - 2022-08-23
|
|
297
|
-
|
|
298
|
-
- Changed: the custom *HashtagFilled* icon in the *Variables* component with the *Braces* icon from neetoIcons.
|
|
299
|
-
|
|
300
|
-
## [0.6.6](https://github.com/bigbinary/neeto-editor/compare/bbef6c98dded36ee9e1d278a621e8821cc41c728...8eeb8012b5c5397c072bbb65f6e67b1d597f0dba) - 2022-08-23
|
|
301
|
-
|
|
302
|
-
- Added: a predetermined set of default emojis.
|
|
303
|
-
|
|
304
|
-
## [0.6.5](https://github.com/bigbinary/neeto-editor/compare/263bd32144673a6bf3fe1e2e24838d9d73b6b69c...07688b94b185826289826930840e39de1ef836ce) - 2022-08-19
|
|
305
|
-
|
|
306
|
-
- Added: the logic to upload all pasted images.
|
|
307
|
-
|
|
308
|
-
## [0.6.4](https://github.com/bigbinary/neeto-editor/compare/5ae0901da83015324c0537ba0c37540922cacb2b...ece0b54b990d974f1a2e2bd22a3235c3830b310e) - 2022-08-16
|
|
309
|
-
|
|
310
|
-
- Added: fallback error message for failed image uploads.
|
|
311
|
-
|
|
312
|
-
## [0.6.3](https://github.com/bigbinary/neeto-editor/compare/37693be7a6987174fd5125a0cdb2acfe30d9ea3f...9939a9d08322e07eb9d7c335b9fe1fc659c2cda4) - 2022-08-10
|
|
313
|
-
|
|
314
|
-
- Fixed: stretched the image upload drag and drop modal to span full available size.
|
|
315
|
-
|
|
316
|
-
## [0.6.2](https://github.com/bigbinary/neeto-editor/compare/ba937bdcc155f78705b5b3b0877f979d02486ced...b78534aad36b384872f2139f6619f733c10b775a) - 2022-07-27
|
|
317
|
-
|
|
318
|
-
- Added: autofocus to all the input components.
|
|
319
|
-
- Added: backward compatibility to render images from existing editor content.
|
|
320
|
-
- Fixed: word wrap issue in the *EditorContent* component.
|
|
321
|
-
- Fixed: build issue with `emoji-mart` package.
|
|
322
|
-
- Fixed: the image upload modal to reset to state on closing.
|
|
323
|
-
- Fixed: issues with sizes of portait images.
|
|
324
|
-
- Fixed: the issue where the *figcaption* component was rendered as a separate node.
|
|
325
|
-
|
|
326
|
-
## [0.6.1](https://github.com/bigbinary/neeto-editor/compare/f0dd55363409861a702eaa401a321b4818f9f209...ba74c146df4e82aa365acc072888a02d645dd385) - 2022-07-27
|
|
327
|
-
|
|
328
|
-
- Added: the ability to open images in *EditorContent* in a new tab using a single click.
|
|
329
|
-
|
|
330
|
-
## [0.6.0](https://github.com/bigbinary/neeto-editor/compare/71d9b6dddd6850faf38b493141bc7204ebf3ce77...c896427e773ffb42b391859407a38bd2a6491480) - 2022-07-26
|
|
331
|
-
|
|
332
|
-
- Added: the ability to resize images.
|
|
333
|
-
- Removed: banner mode option from image menu.
|
|
334
|
-
|
|
335
|
-
## [0.5.4](https://github.com/bigbinary/neeto-editor/compare/40628dd04743f94d68d2f0515cd486e091687c20...e6bd77a5ecf176f7c455367eb5826a7b9e89a546) - 2022-07-25
|
|
336
|
-
|
|
337
|
-
- Added: an option to delete the selected image from the menu.
|
|
338
|
-
|
|
339
|
-
## [0.5.3](https://github.com/bigbinary/neeto-editor/compare/4e3744a1b1675ec6a34a101c3015b2a4c7b7fb07...ecea784650e06cabac1bcf5d3534c368038b987e) - 2022-07-25
|
|
340
|
-
|
|
341
|
-
- Fixed: the UI for showing the image upload progress.
|
|
342
|
-
|
|
343
|
-
## [0.5.2](https://github.com/bigbinary/neeto-editor/compare/de7af460273d0daf56c9e63a4be1f35ff1072940...15da82a90976308dc44cc461611d76dc9fc3fadc) - 2022-07-22
|
|
344
|
-
|
|
345
|
-
- Added: `paste-unformatted` addon in the slash commands. It pastes the content after removing all the HTML styles.
|
|
346
|
-
|
|
347
|
-
## [0.5.1](https://github.com/bigbinary/neeto-editor/compare/0372caad4596b3bb578964b08df44a6ff82cb12c...dea96cde565d1d31e4138439f2e508f75f46bf77) - 2022-07-22
|
|
348
|
-
|
|
349
|
-
- Removed: the `margin-bottom` attribute from the last `p` tag.
|
|
350
|
-
|
|
351
|
-
## [0.5.0](https://github.com/bigbinary/neeto-editor/compare/11895239fd8888accbdc2d45473d6d251c55765c...3fec138f2c29a807efcadbbd61df06edd9aeee4b) - 2022-07-21
|
|
352
|
-
|
|
353
|
-
- Fixed: the overlap of placeholder with images.
|