@atlaskit/editor-plugin-table 1.1.4 → 1.1.5
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 +6 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/integration/delete-last-column-in-full-width.ts +1 -1
- package/src/__tests__/integration/floating-toolbar.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/editor-plugin-table
|
|
2
2
|
|
|
3
|
+
## 1.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`2cde23fc462`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cde23fc462) - This changeset exists because a PR touches these packages in a way that doesn't require a release
|
|
8
|
+
|
|
3
9
|
## 1.1.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
BrowserTestCase(
|
|
17
17
|
'Delete last table column in full-width mode',
|
|
18
18
|
// Only Chrome has logging support in BrowserStack now
|
|
19
|
-
{ skip: [
|
|
19
|
+
{ skip: [] },
|
|
20
20
|
async (client: any, testName: string) => {
|
|
21
21
|
const page = await goToEditorTestingWDExample(
|
|
22
22
|
client,
|
|
@@ -330,7 +330,7 @@ BrowserTestCase(
|
|
|
330
330
|
|
|
331
331
|
BrowserTestCase(
|
|
332
332
|
'should the context menu disabled item stay open when clicked.',
|
|
333
|
-
{ skip: [
|
|
333
|
+
{ skip: [] },
|
|
334
334
|
async (client: any, testName: string) => {
|
|
335
335
|
const page = await goToEditorTestingWDExample(
|
|
336
336
|
client,
|