@pie-lib/editable-html 7.17.3 → 7.17.6

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/CHANGELOG.md +48 -135
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,290 +3,203 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [7.17.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.2...@pie-lib/editable-html@7.17.3) (2021-08-30)
6
+ ## [7.17.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.5...@pie-lib/editable-html@7.17.6) (2021-09-16)
7
7
 
8
+ **Note:** Version bump only for package @pie-lib/editable-html
8
9
 
9
- ### Bug Fixes
10
10
 
11
- * **editor:** made sure that if the editor loses focus, the onBlur function is called no matter what [PD-1126] ([906046c](https://github.com/pie-framework/pie-lib/commit/906046c))
12
11
 
13
12
 
14
13
 
14
+ ## [7.17.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.4...@pie-lib/editable-html@7.17.5) (2021-09-08)
15
15
 
16
+ **Note:** Version bump only for package @pie-lib/editable-html
16
17
 
17
- ## [7.17.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.1...@pie-lib/editable-html@7.17.2) (2021-08-04)
18
18
 
19
19
 
20
- ### Bug Fixes
21
20
 
22
- * **paragraph:** made sure that long words are broken into separate lines regardless if they are in a paragraph or not [PD-194] ([df0f97d](https://github.com/pie-framework/pie-lib/commit/df0f97d))
23
- * **paragraph:** made sure the text is broken into separate lines and not expanding [PD-194] ([35c6807](https://github.com/pie-framework/pie-lib/commit/35c6807))
24
21
 
22
+ ## [7.17.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.3...@pie-lib/editable-html@7.17.4) (2021-09-08)
25
23
 
24
+ **Note:** Version bump only for package @pie-lib/editable-html
26
25
 
27
26
 
28
27
 
29
- ## [7.17.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.0...@pie-lib/editable-html@7.17.1) (2021-07-27)
30
28
 
31
29
 
32
- ### Bug Fixes
30
+ ## [7.17.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.2...@pie-lib/editable-html@7.17.3) (2021-08-30)
33
31
 
34
- * **table:** made sure inserting a table at last position works [PD-1240] ([e81ba95](https://github.com/pie-framework/pie-lib/commit/e81ba95))
35
32
 
33
+ ### Bug Fixes
36
34
 
35
+ * **editor:** made sure that if the editor loses focus, the onBlur function is called no matter what [PD-1126] ([906046c](https://github.com/pie-framework/pie-lib/commit/906046c))
37
36
 
38
37
 
39
38
 
40
- # [7.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.19...@pie-lib/editable-html@7.17.0) (2021-07-23)
41
39
 
42
40
 
43
- ### Bug Fixes
41
+ ## [7.17.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.1...@pie-lib/editable-html@7.17.2) (2021-08-04)
44
42
 
45
- * **editable-html:** add refs for editors, fix propTypes warnings for PD-1230 ([c6e3a2a](https://github.com/pie-framework/pie-lib/commit/c6e3a2a))
46
- * **editable-html:** Updated serialization PD-859 ([5f30897](https://github.com/pie-framework/pie-lib/commit/5f30897))
47
43
 
44
+ ### Bug Fixes
48
45
 
49
- ### Features
46
+ * **paragraph:** made sure that long words are broken into separate lines regardless if they are in a paragraph or not [PD-194] ([df0f97d](https://github.com/pie-framework/pie-lib/commit/df0f97d))
47
+ * **paragraph:** made sure the text is broken into separate lines and not expanding [PD-194] ([35c6807](https://github.com/pie-framework/pie-lib/commit/35c6807))
50
48
 
51
- * **editable-html:** add prop that allows editable-html fields to be validated PD-601 ([2fe2b9b](https://github.com/pie-framework/pie-lib/commit/2fe2b9b))
52
49
 
53
50
 
54
51
 
55
52
 
53
+ ## [7.17.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.0...@pie-lib/editable-html@7.17.1) (2021-07-27)
56
54
 
57
- ## [7.16.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.17...@pie-lib/editable-html@7.16.19) (2021-06-25)
58
55
 
59
- **Note:** Version bump only for package @pie-lib/editable-html
56
+ ### Bug Fixes
60
57
 
58
+ * **table:** made sure inserting a table at last position works [PD-1240] ([e81ba95](https://github.com/pie-framework/pie-lib/commit/e81ba95))
61
59
 
62
60
 
63
61
 
64
62
 
65
- ## [7.16.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.16...@pie-lib/editable-html@7.16.17) (2021-06-25)
66
63
 
64
+ # [7.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.19...@pie-lib/editable-html@7.17.0) (2021-07-23)
67
65
 
68
66
  ### Bug Fixes
69
67
 
70
- * **editable-html:** Fixed error checking makes it difficult to type a URL - PD-1082 ([42c5ad3](https://github.com/pie-framework/pie-lib/commit/42c5ad3))
71
- * **editable-html:** insert video should not accept audio and vice versa PD-832 ([4e1e0a3](https://github.com/pie-framework/pie-lib/commit/4e1e0a3))
72
- * **editable-html:** remove green checkmark next to the delete button on the toolbar PD-1125 ([b2cb463](https://github.com/pie-framework/pie-lib/commit/b2cb463))
73
- * **editable-html:** Text edits will remain when resize window - PD-356 ([c06caaf](https://github.com/pie-framework/pie-lib/commit/c06caaf))
74
- * **inline-dropdown:** Called onBlur on editable-html - PD-294 ([437ef1d](https://github.com/pie-framework/pie-lib/commit/437ef1d))
75
- * **multi-trait-rubric:** Added right and left alignment for the toolbar ([f3def8b](https://github.com/pie-framework/pie-lib/commit/f3def8b))
76
- * **table:** made sure table block is not the latest node in the document [PD-341] ([90bb47a](https://github.com/pie-framework/pie-lib/commit/90bb47a))
77
-
78
-
68
+ - **editable-html:** add refs for editors, fix propTypes warnings for PD-1230 ([c6e3a2a](https://github.com/pie-framework/pie-lib/commit/c6e3a2a))
69
+ - **editable-html:** Updated serialization PD-859 ([5f30897](https://github.com/pie-framework/pie-lib/commit/5f30897))
79
70
 
71
+ ### Features
80
72
 
73
+ - **editable-html:** add prop that allows editable-html fields to be validated PD-601 ([2fe2b9b](https://github.com/pie-framework/pie-lib/commit/2fe2b9b))
81
74
 
82
- ## [7.16.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.15...@pie-lib/editable-html@7.16.16) (2021-04-06)
75
+ ## [7.16.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.17...@pie-lib/editable-html@7.16.19) (2021-06-25)
83
76
 
84
77
  **Note:** Version bump only for package @pie-lib/editable-html
85
78
 
79
+ ## [7.16.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.16...@pie-lib/editable-html@7.16.17) (2021-06-25)
86
80
 
81
+ ### Bug Fixes
87
82
 
83
+ - **editable-html:** Fixed error checking makes it difficult to type a URL - PD-1082 ([42c5ad3](https://github.com/pie-framework/pie-lib/commit/42c5ad3))
84
+ - **editable-html:** insert video should not accept audio and vice versa PD-832 ([4e1e0a3](https://github.com/pie-framework/pie-lib/commit/4e1e0a3))
85
+ - **editable-html:** remove green checkmark next to the delete button on the toolbar PD-1125 ([b2cb463](https://github.com/pie-framework/pie-lib/commit/b2cb463))
86
+ - **editable-html:** Text edits will remain when resize window - PD-356 ([c06caaf](https://github.com/pie-framework/pie-lib/commit/c06caaf))
87
+ - **inline-dropdown:** Called onBlur on editable-html - PD-294 ([437ef1d](https://github.com/pie-framework/pie-lib/commit/437ef1d))
88
+ - **multi-trait-rubric:** Added right and left alignment for the toolbar ([f3def8b](https://github.com/pie-framework/pie-lib/commit/f3def8b))
89
+ - **table:** made sure table block is not the latest node in the document [PD-341](<[90bb47a](https://github.com/pie-framework/pie-lib/commit/90bb47a)>)
88
90
 
89
-
90
- ## [7.16.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.14...@pie-lib/editable-html@7.16.15) (2021-04-02)
91
+ ## [7.16.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.15...@pie-lib/editable-html@7.16.16) (2021-04-06)
91
92
 
92
93
  **Note:** Version bump only for package @pie-lib/editable-html
93
94
 
95
+ ## [7.16.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.14...@pie-lib/editable-html@7.16.15) (2021-04-02)
94
96
 
95
-
96
-
97
+ **Note:** Version bump only for package @pie-lib/editable-html
97
98
 
98
99
  ## [7.16.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.13...@pie-lib/editable-html@7.16.14) (2021-03-22)
99
100
 
100
-
101
101
  ### Bug Fixes
102
102
 
103
- * **editable-html:** custom key fix for math keypad - PD-388 ([adba7f0](https://github.com/pie-framework/pie-lib/commit/adba7f0))
104
-
105
-
106
-
107
-
103
+ - **editable-html:** custom key fix for math keypad - PD-388 ([adba7f0](https://github.com/pie-framework/pie-lib/commit/adba7f0))
108
104
 
109
105
  ## [7.16.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.12...@pie-lib/editable-html@7.16.13) (2021-03-15)
110
106
 
111
107
  **Note:** Version bump only for package @pie-lib/editable-html
112
108
 
113
-
114
-
115
-
116
-
117
109
  ## [7.16.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.11...@pie-lib/editable-html@7.16.12) (2021-03-03)
118
110
 
119
111
  **Note:** Version bump only for package @pie-lib/editable-html
120
112
 
121
-
122
-
123
-
124
-
125
113
  ## [7.16.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.10...@pie-lib/editable-html@7.16.11) (2021-03-02)
126
114
 
127
115
  **Note:** Version bump only for package @pie-lib/editable-html
128
116
 
129
-
130
-
131
-
132
-
133
117
  ## [7.16.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.9...@pie-lib/editable-html@7.16.10) (2021-03-01)
134
118
 
135
119
  **Note:** Version bump only for package @pie-lib/editable-html
136
120
 
137
-
138
-
139
-
140
-
141
121
  ## [7.16.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.8...@pie-lib/editable-html@7.16.9) (2021-03-01)
142
122
 
143
-
144
123
  ### Bug Fixes
145
124
 
146
- * **editable-html:** add delete button for response area PD-778 ([234ba06](https://github.com/pie-framework/pie-lib/commit/234ba06))
147
- * **editable-html:** add min and max height to fix PD-694 ([955db39](https://github.com/pie-framework/pie-lib/commit/955db39))
148
-
149
-
150
-
151
-
125
+ - **editable-html:** add delete button for response area PD-778 ([234ba06](https://github.com/pie-framework/pie-lib/commit/234ba06))
126
+ - **editable-html:** add min and max height to fix PD-694 ([955db39](https://github.com/pie-framework/pie-lib/commit/955db39))
152
127
 
153
128
  ## [7.16.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.7...@pie-lib/editable-html@7.16.8) (2021-02-15)
154
129
 
155
-
156
130
  ### Bug Fixes
157
131
 
158
- * demo ([affa119](https://github.com/pie-framework/pie-lib/commit/affa119))
159
-
160
-
161
-
162
-
132
+ - demo ([affa119](https://github.com/pie-framework/pie-lib/commit/affa119))
163
133
 
164
134
  ## [7.16.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.5...@pie-lib/editable-html@7.16.7) (2021-02-15)
165
135
 
166
136
  **Note:** Version bump only for package @pie-lib/editable-html
167
137
 
168
-
169
-
170
-
171
-
172
138
  ## [7.16.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.4...@pie-lib/editable-html@7.16.5) (2021-02-15)
173
139
 
174
140
  **Note:** Version bump only for package @pie-lib/editable-html
175
141
 
176
-
177
-
178
-
179
-
180
142
  ## [7.16.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.3...@pie-lib/editable-html@7.16.4) (2021-02-04)
181
143
 
182
144
  **Note:** Version bump only for package @pie-lib/editable-html
183
145
 
184
-
185
-
186
-
187
-
188
146
  ## [7.16.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.2...@pie-lib/editable-html@7.16.3) (2021-02-01)
189
147
 
190
148
  **Note:** Version bump only for package @pie-lib/editable-html
191
149
 
192
-
193
-
194
-
195
-
196
150
  ## [7.16.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.1...@pie-lib/editable-html@7.16.2) (2021-01-28)
197
151
 
198
152
  **Note:** Version bump only for package @pie-lib/editable-html
199
153
 
200
-
201
-
202
-
203
-
204
154
  ## [7.16.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.0...@pie-lib/editable-html@7.16.1) (2021-01-28)
205
155
 
206
156
  **Note:** Version bump only for package @pie-lib/editable-html
207
157
 
208
-
209
-
210
-
211
-
212
158
  # [7.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.15.0...@pie-lib/editable-html@7.16.0) (2021-01-25)
213
159
 
214
-
215
160
  ### Features
216
161
 
217
- * **editable-html:** remove Code plugin - PD-463 ([d830231](https://github.com/pie-framework/pie-lib/commit/d830231))
218
-
219
-
220
-
221
-
162
+ - **editable-html:** remove Code plugin - PD-463 ([d830231](https://github.com/pie-framework/pie-lib/commit/d830231))
222
163
 
223
164
  # [7.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.14.1...@pie-lib/editable-html@7.15.0) (2021-01-11)
224
165
 
225
-
226
166
  ### Bug Fixes
227
167
 
228
- * Added fix for text wrapping into next line and also font style is overrided by parent styling ([60ff10f](https://github.com/pie-framework/pie-lib/commit/60ff10f))
229
- * Due to resize of window, editor text gets reverted to previous state value. PD-356 ([c710829](https://github.com/pie-framework/pie-lib/commit/c710829))
230
- * Due to resize of window, editor text gets reverted to previous state value. PD-356 ([9f6b988](https://github.com/pie-framework/pie-lib/commit/9f6b988))
231
-
168
+ - Added fix for text wrapping into next line and also font style is overrided by parent styling ([60ff10f](https://github.com/pie-framework/pie-lib/commit/60ff10f))
169
+ - Due to resize of window, editor text gets reverted to previous state value. PD-356 ([c710829](https://github.com/pie-framework/pie-lib/commit/c710829))
170
+ - Due to resize of window, editor text gets reverted to previous state value. PD-356 ([9f6b988](https://github.com/pie-framework/pie-lib/commit/9f6b988))
232
171
 
233
172
  ### Features
234
173
 
235
- * **editable-html:** add better math keypad support - PD-355 ([bc4e586](https://github.com/pie-framework/pie-lib/commit/bc4e586))
236
-
237
-
238
-
239
-
174
+ - **editable-html:** add better math keypad support - PD-355 ([bc4e586](https://github.com/pie-framework/pie-lib/commit/bc4e586))
240
175
 
241
176
  ## [7.14.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.14.0...@pie-lib/editable-html@7.14.1) (2020-11-09)
242
177
 
243
178
  **Note:** Version bump only for package @pie-lib/editable-html
244
179
 
245
-
246
-
247
-
248
-
249
180
  # [7.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.5...@pie-lib/editable-html@7.14.0) (2020-11-07)
250
181
 
251
-
252
182
  ### Features
253
183
 
254
- * **media:** fixed design and some warnings ([df7d84d](https://github.com/pie-framework/pie-lib/commit/df7d84d))
255
- * **media:** implemented editing functionality plus some error some more handlng ([66732a3](https://github.com/pie-framework/pie-lib/commit/66732a3))
256
- * **media:** implemented some error handling and fixed a couple of bugs with inserting the media embed [pd501] ([1616ba2](https://github.com/pie-framework/pie-lib/commit/1616ba2))
257
- * **media:** made sure width and height are used, and toolbar is relative positioned ([9061067](https://github.com/pie-framework/pie-lib/commit/9061067))
258
-
259
-
260
-
261
-
184
+ - **media:** fixed design and some warnings ([df7d84d](https://github.com/pie-framework/pie-lib/commit/df7d84d))
185
+ - **media:** implemented editing functionality plus some error some more handlng ([66732a3](https://github.com/pie-framework/pie-lib/commit/66732a3))
186
+ - **media:** implemented some error handling and fixed a couple of bugs with inserting the media embed [pd501](<[1616ba2](https://github.com/pie-framework/pie-lib/commit/1616ba2)>)
187
+ - **media:** made sure width and height are used, and toolbar is relative positioned ([9061067](https://github.com/pie-framework/pie-lib/commit/9061067))
262
188
 
263
189
  ## [7.13.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.4...@pie-lib/editable-html@7.13.5) (2020-10-30)
264
190
 
265
-
266
191
  ### Bug Fixes
267
192
 
268
- * missing dependency ([86b18d2](https://github.com/pie-framework/pie-lib/commit/86b18d2))
269
-
270
-
271
-
272
-
193
+ - missing dependency ([86b18d2](https://github.com/pie-framework/pie-lib/commit/86b18d2))
273
194
 
274
195
  ## [7.13.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.3...@pie-lib/editable-html@7.13.4) (2020-10-28)
275
196
 
276
197
  **Note:** Version bump only for package @pie-lib/editable-html
277
198
 
278
-
279
-
280
-
281
-
282
199
  ## [7.13.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.2...@pie-lib/editable-html@7.13.3) (2020-10-26)
283
200
 
284
201
  **Note:** Version bump only for package @pie-lib/editable-html
285
202
 
286
-
287
-
288
-
289
-
290
203
  ## [7.13.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.1...@pie-lib/editable-html@7.13.2) (2020-10-26)
291
204
 
292
205
  **Note:** Version bump only for package @pie-lib/editable-html
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/editable-html",
3
- "version": "7.17.3",
3
+ "version": "7.17.6",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "main": "lib/index.js",
@@ -11,9 +11,9 @@
11
11
  "@material-ui/icons": "^3.0.2",
12
12
  "@material-ui/styles": "^3.0.0-alpha.10",
13
13
  "@pie-lib/drag": "^1.1.52",
14
- "@pie-lib/math-rendering": "^2.3.9",
15
- "@pie-lib/math-toolbar": "^1.8.0",
16
- "@pie-lib/render-ui": "^4.12.0",
14
+ "@pie-lib/math-rendering": "^2.3.11",
15
+ "@pie-lib/math-toolbar": "^1.8.3",
16
+ "@pie-lib/render-ui": "^4.12.2",
17
17
  "change-case": "^3.0.2",
18
18
  "classnames": "^2.2.6",
19
19
  "debug": "^4.1.1",
@@ -46,6 +46,6 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "de37d3ba44d3e7934e2f804381fe50d2da16a29a",
49
+ "gitHead": "b6168cd58267d2a063a18752ace9b70c15c8bd21",
50
50
  "scripts": {}
51
51
  }