@bigbinary/neeto-editor 0.8.0 → 0.8.1

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/CHANGELOG.md CHANGED
@@ -22,13 +22,17 @@ Prefix the change with one of these keywords:
22
22
  - *Fixed*: for any bug fixes.
23
23
  - *Security*: in case of vulnerabilities.
24
24
 
25
+ ## 0.8.1 - 2022-09-07
26
+
27
+ - Removed: highlight.js package from peer dependencies.
28
+
25
29
  ## 0.8.0 - 2022-09-01
26
30
 
27
31
  - Added: **BREAKING** support for pre-signed URLs for uploading images.
28
32
 
29
33
  ## 0.7.3 - 2022-09-01
30
34
 
31
- - Fixed: Removed Tiptap warnings in the console.
35
+ - Fixed: removed Tiptap warnings in the console.
32
36
 
33
37
  ## 0.7.2 - 2022-09-01
34
38
 
@@ -36,71 +40,78 @@ Prefix the change with one of these keywords:
36
40
 
37
41
  ## 0.7.1 - 2022-08-29
38
42
 
39
- - Changed: CodeBlock theme to light.
43
+ - Changed: Updated CodeBlock theme from dark to light.
40
44
 
41
45
  ## 0.7.0 - 2022-08-25
42
46
 
43
- - 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.
47
+ - Changed: **BREAKING** the CDN for editor content styles from
48
+ - https://cdn.jsdelivr.net/gh/bigbinary/neeto-editor-tiptap@master/dist/editor-content.min.css
49
+ - to
50
+ - https://cdn.jsdelivr.net/gh/bigbinary/neeto-editor@master/dist/editor-content.min.css.
44
51
 
45
52
  ## 0.6.8 - 2022-08-24
46
53
 
47
- - Fixed issue where variables added get appended to starting of the existing content rather than at the end.
54
+ - Fixed: issue where variables added get appended to starting of the existing
55
+ - content rather than at the end.
48
56
 
49
57
  ## 0.6.7 - 2022-08-23
50
58
 
51
- - Changed the custom `HashtagFilled` icon in the *Variables* component with the `Braces` icon from neetoicons.
59
+ - Changed: the custom `HashtagFilled` icon in the *Variables* component with the
60
+ - `Braces` icon from neetoicons.
52
61
 
53
62
  ## 0.6.6 - 2022-08-23
54
63
 
55
- - Added a predetermined set of default emojis.
64
+ - Added: a predetermined set of default emojis.
56
65
 
57
66
  ## 0.6.5 - 2022-08-19
58
67
 
59
- - Added the logic to upload all pasted images.
68
+ - Added: the logic to upload all pasted images.
60
69
 
61
70
  ## 0.6.4 - 2022-08-16
62
71
 
63
- - Added fallback error message for failed image uploads.
72
+ - Added: fallback error message for failed image uploads.
64
73
 
65
74
  ## 0.6.3 - 2022-08-10
66
75
 
67
- - Fixed the dnd image upload size to take up the full available size.
76
+ - Fixed: the dnd image upload size to take up the full available size.
68
77
 
69
78
  ## 0.6.2 - 2022-07-27
70
79
 
71
- - Fixed word wrap issue in *EditorContent* component.
72
- - Fixed build issue with `emoji-mart` package.
73
- - Fixed the image upload modal to reset to state on closing.
74
- - Added autofocus to input components.
75
- - Fixed image resize bug with portrait images.
76
- - Fixed the issue where `figcaption` was rendered as a separate node.
77
- - Added backward compatibility to render images from existing editor content.
80
+ - Fixed: word wrap issue in *EditorContent* component.
81
+ - Fixed: build issue with `emoji-mart` package.
82
+ - Fixed: the image upload modal to reset to state on closing.
83
+ - Added: autofocus to input components.
84
+ - Fixed: image resize bug with portrait images.
85
+ - Fixed: the issue where `figcaption` was rendered as a separate node.
86
+ - Added: backward compatibility to render images from existing editor content.
78
87
 
79
88
  ## 0.6.1 - 2022-07-27
80
89
 
81
- - Added the ability to open images in *EditorContent* in a new tab using a single click.
90
+ - Added: the ability to open images in *EditorContent* in a new tab using a
91
+ - single click.
82
92
 
83
93
  ## 0.6.0 - 2022-07-26
84
94
 
85
- - Added the ability to resize images.
86
- - Removed banner mode for images.
95
+ - Added: the ability to resize images.
96
+ - Removed: banner mode for images.
87
97
 
88
98
  ## 0.5.4 - 2022-07-25
89
99
 
90
- - Added an option to delete the selected image.
100
+ - Added: an option to delete the selected image.
91
101
 
92
102
  ## 0.5.3 - 2022-07-25
93
103
 
94
- - Fixed UI for showing the image upload progress.
104
+ - Fixed: UI for showing the image upload progress.
95
105
 
96
106
  ## 0.5.2 - 2022-07-22
97
107
 
98
- - Added `paste-unformatted` addon in the slash commands. It removes all the HTML formatting while pasting.
108
+ - Added: `paste-unformatted` addon in the slash commands. It removes all the
109
+ - HTML formatting while pasting.
99
110
 
100
111
  ## 0.5.1 - 2022-07-22
101
112
 
102
- - Removed `margin-bottom` from the last p tag.
113
+ - Removed: `margin-bottom` from the last p tag.
103
114
 
104
115
  ## 0.5.0 - 2022-07-21
105
116
 
106
- - Fixed: the overlap of placeholder with images.
117
+ - Fixed: the overlap of placeholder with images.
package/README.md CHANGED
@@ -11,9 +11,12 @@ yarn add @bigbinary/neeto-editor
11
11
  Install all the peer dependencies.
12
12
 
13
13
  ```
14
- yarn add highlight.js@11.6.0 @rails/activestorage
14
+ yarn add @rails/activestorage
15
15
  ```
16
16
 
17
+ For setting up image upload refer
18
+ https://neeto-editor.onrender.com/?path=/docs/examples-customize-options-addons--addons.
19
+
17
20
  ## Development
18
21
 
19
22
  Install all the dependencies by executing following command.