@atlaskit/editor-plugin-find-replace 6.0.2 → 6.0.4
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 +12 -3
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-find-replace
|
|
2
2
|
|
|
3
|
+
## 6.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 6.0.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 6.0.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -252,7 +264,6 @@
|
|
|
252
264
|
shared context or singletons.
|
|
253
265
|
|
|
254
266
|
**HOW TO ADJUST:**
|
|
255
|
-
|
|
256
267
|
- Consumers must now explicitly install `@atlaskit/editor-common` in their own project if they use
|
|
257
268
|
any of these editor plugins.
|
|
258
269
|
- Ensure the version you install matches the version required by the plugins.
|
|
@@ -1135,7 +1146,6 @@
|
|
|
1135
1146
|
## WHAT?:
|
|
1136
1147
|
|
|
1137
1148
|
Removing feature flags:
|
|
1138
|
-
|
|
1139
1149
|
- singleLayout
|
|
1140
1150
|
- newInsertionBehaviour
|
|
1141
1151
|
- interactiveExpand
|
|
@@ -1149,7 +1159,6 @@
|
|
|
1149
1159
|
maintenance burden
|
|
1150
1160
|
|
|
1151
1161
|
## HOW to update your code:
|
|
1152
|
-
|
|
1153
1162
|
- If you were using the feature flag - the behaviour is now default and you can remove the flags
|
|
1154
1163
|
- If you were not using the feature flag - the behaviour is now default.
|
|
1155
1164
|
- If you have opted out of using the feature flag - we have been careful to ensure no-one has
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-find-replace",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.4",
|
|
4
4
|
"description": "find replace plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/button": "^23.5.0",
|
|
32
32
|
"@atlaskit/editor-plugin-analytics": "^6.1.0",
|
|
33
|
-
"@atlaskit/editor-plugin-card": "^11.
|
|
34
|
-
"@atlaskit/editor-plugin-expand": "^7.
|
|
33
|
+
"@atlaskit/editor-plugin-card": "^11.3.0",
|
|
34
|
+
"@atlaskit/editor-plugin-expand": "^7.1.0",
|
|
35
35
|
"@atlaskit/editor-plugin-mentions": "^8.0.0",
|
|
36
36
|
"@atlaskit/editor-plugin-primary-toolbar": "^7.0.0",
|
|
37
37
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
38
|
-
"@atlaskit/editor-shared-styles": "^3.
|
|
38
|
+
"@atlaskit/editor-shared-styles": "^3.7.0",
|
|
39
39
|
"@atlaskit/form": "^14.2.0",
|
|
40
40
|
"@atlaskit/icon": "^28.5.0",
|
|
41
41
|
"@atlaskit/icon-lab": "^5.10.0",
|
|
42
|
-
"@atlaskit/mention": "^24.
|
|
42
|
+
"@atlaskit/mention": "^24.3.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
44
|
-
"@atlaskit/primitives": "^
|
|
44
|
+
"@atlaskit/primitives": "^15.0.0",
|
|
45
45
|
"@atlaskit/textfield": "^8.0.0",
|
|
46
46
|
"@atlaskit/theme": "^21.0.0",
|
|
47
|
-
"@atlaskit/tmp-editor-statsig": "^13.
|
|
48
|
-
"@atlaskit/tokens": "^
|
|
47
|
+
"@atlaskit/tmp-editor-statsig": "^13.13.0",
|
|
48
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
49
49
|
"@atlaskit/tooltip": "^20.5.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@af/visual-regression": "workspace:^",
|
|
58
|
-
"@atlaskit/editor-plugin-block-type": "^10.
|
|
58
|
+
"@atlaskit/editor-plugin-block-type": "^10.1.0",
|
|
59
59
|
"@atlaskit/editor-plugin-text-formatting": "^6.0.0",
|
|
60
60
|
"@testing-library/react": "^13.4.0",
|
|
61
61
|
"@testing-library/user-event": "^14.4.3",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"react-dom": "^18.2.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
|
-
"@atlaskit/editor-common": "^110.
|
|
67
|
+
"@atlaskit/editor-common": "^110.13.0",
|
|
68
68
|
"react": "^18.2.0",
|
|
69
69
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
70
70
|
},
|