@atlaskit/editor-plugin-table 2.13.0 → 2.13.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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-plugin-table
2
2
 
3
+ ## 2.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`dca155209d9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dca155209d9) - ED-15094 Feature flag clean up for copy button
8
+
3
9
  ## 2.13.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-table",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "Table plugin for the @atlaskit/editor",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -78,7 +78,7 @@ BrowserTestCase(
78
78
 
79
79
  BrowserTestCase(
80
80
  'should show hover indicators on delete columns menu option',
81
- { skip: ['safari'] }, // The test does not pass on CI but works on physical browser
81
+ { skip: ['*'] }, // The test does not pass on CI but works on physical browser
82
82
  async (client: any, testName: string) => {
83
83
  const page = await goToEditorTestingWDExample(
84
84
  client,
@@ -125,7 +125,7 @@ BrowserTestCase(
125
125
 
126
126
  BrowserTestCase(
127
127
  'should show hover indicators on delete rows menu option',
128
- { skip: ['safari'] }, // The test does not pass on CI but works on physical browser
128
+ { skip: ['*'] }, // The test does not pass on CI but works on physical browser
129
129
  async (client: any, testName: string) => {
130
130
  const page = await goToEditorTestingWDExample(
131
131
  client,
@@ -171,7 +171,7 @@ BrowserTestCase(
171
171
 
172
172
  BrowserTestCase(
173
173
  'should show tooltip on hover on disabled sort button then remove it on mouse out',
174
- { skip: ['safari'] }, // The test does not pass on CI but works on physical browser
174
+ { skip: ['*'] }, // The test does not pass on CI but works on physical browser
175
175
  async (client: any, testName: string) => {
176
176
  const page = await goToEditorTestingWDExample(
177
177
  client,
@@ -232,7 +232,7 @@ BrowserTestCase(
232
232
 
233
233
  BrowserTestCase(
234
234
  'should show yellow highlight on the megred rows when hover disabled sort column ASC menu option',
235
- { skip: ['safari'] }, // The test does not pass on CI but works on physical browser
235
+ { skip: ['*'] }, // The test does not pass on CI but works on physical browser
236
236
  async (client: any, testName: string) => {
237
237
  const page = await goToEditorTestingWDExample(
238
238
  client,
@@ -279,7 +279,7 @@ BrowserTestCase(
279
279
 
280
280
  BrowserTestCase(
281
281
  'should show yellow highlight on the megred rows when hover disabled sort column DESC menu option',
282
- { skip: ['safari'] }, // The test does not pass on CI but works on physical browser
282
+ { skip: ['*'] }, // The test does not pass on CI but works on physical browser
283
283
  async (client: any, testName: string) => {
284
284
  const page = await goToEditorTestingWDExample(
285
285
  client,
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b71f23d11823e24b9a7ce319b38e1c2625f9d88301ebd4ce03074214202caa2
3
- size 15206
2
+ oid sha256:e09a662deaa9b014c1e12fd8fb2f9d459e6d111d5678837ad029e099d1ca8520
3
+ size 15379
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eca71983bb60a79e2f607ec05ab3d99ff58bc8551b232219dcf24fd8e176fea3
3
- size 32711
2
+ oid sha256:7e8a49dcb4d8cc54649f09578e9918425d1eb17e7d7783ad8e1e083ca096c185
3
+ size 33219
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f2033158fd0e520d5dff43ca6308b8312b2321e246ffb0604aee1de57368e6b
3
- size 15136
2
+ oid sha256:7050307cfa80b31c43ec57d695a37a7812f4037fd5b07b8d771c335b7bda005f
3
+ size 15307
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:559ec334bb7930be94de71631ca380ff968ac8d58ce4de6a3dc20881a1e48ab9
3
- size 32765
2
+ oid sha256:65193ee6064523ad095458c47dfb4377fe145ab71886eb4b5088e6cd2914bfb1
3
+ size 33260