@atlaskit/editor-plugin-insert-block 0.3.5 → 1.0.0

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,21 @@
1
1
  # @atlaskit/editor-plugin-insert-block
2
2
 
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#72386](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72386) [`0c52b0be40c1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0c52b0be40c1) - This changeset exists to bump all editor plugins that currently don't have a major version. This is to address an issue with Jira plugin consumption.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
13
+ ## 0.3.6
14
+
15
+ ### Patch Changes
16
+
17
+ - [#72081](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72081) [`4487160917d2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4487160917d2) - [ux] ED-22052: adds button type attribute to non atlaskit button instances
18
+
3
19
  ## 0.3.5
4
20
 
5
21
  ### Patch Changes
@@ -62,6 +62,7 @@ var TableSelectorButton = function TableSelectorButton(_ref) {
62
62
  return handleInitialButtonFocus();
63
63
  } : undefined;
64
64
  return (0, _react2.jsx)("button", {
65
+ type: "button",
65
66
  css: [buttonStyles, isActive ? selectedButtonStyles : undefined],
66
67
  onClick: function onClick() {
67
68
  return _onClick(row, col);
@@ -54,6 +54,7 @@ const TableSelectorButton = ({
54
54
  }, [isFocused, btnRef]);
55
55
  const handleFocus = col === 1 && row === 1 ? () => handleInitialButtonFocus() : undefined;
56
56
  return jsx("button", {
57
+ type: "button",
57
58
  css: [buttonStyles, isActive ? selectedButtonStyles : undefined],
58
59
  onClick: () => onClick(row, col),
59
60
  "aria-label": label,
@@ -55,6 +55,7 @@ var TableSelectorButton = function TableSelectorButton(_ref) {
55
55
  return handleInitialButtonFocus();
56
56
  } : undefined;
57
57
  return jsx("button", {
58
+ type: "button",
58
59
  css: [buttonStyles, isActive ? selectedButtonStyles : undefined],
59
60
  onClick: function onClick() {
60
61
  return _onClick(row, col);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-insert-block",
3
- "version": "0.3.5",
3
+ "version": "1.0.0",
4
4
  "description": "Insert block plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -33,35 +33,35 @@
33
33
  ".": "./src/index.ts"
34
34
  },
35
35
  "dependencies": {
36
- "@atlaskit/editor-common": "^77.3.0",
37
- "@atlaskit/editor-plugin-analytics": "^0.4.0",
36
+ "@atlaskit/editor-common": "^77.4.0",
37
+ "@atlaskit/editor-plugin-analytics": "^1.0.0",
38
38
  "@atlaskit/editor-plugin-block-type": "^3.0.0",
39
- "@atlaskit/editor-plugin-code-block": "^0.1.0",
40
- "@atlaskit/editor-plugin-date": "^0.3.0",
39
+ "@atlaskit/editor-plugin-code-block": "^1.0.0",
40
+ "@atlaskit/editor-plugin-date": "^1.0.0",
41
41
  "@atlaskit/editor-plugin-emoji": "^1.1.0",
42
- "@atlaskit/editor-plugin-expand": "^0.4.0",
43
- "@atlaskit/editor-plugin-extension": "^0.7.0",
42
+ "@atlaskit/editor-plugin-expand": "^1.0.0",
43
+ "@atlaskit/editor-plugin-extension": "^1.0.0",
44
44
  "@atlaskit/editor-plugin-feature-flags": "^1.0.0",
45
- "@atlaskit/editor-plugin-hyperlink": "^0.8.0",
46
- "@atlaskit/editor-plugin-image-upload": "^0.2.0",
47
- "@atlaskit/editor-plugin-layout": "^0.1.0",
48
- "@atlaskit/editor-plugin-media": "^0.12.0",
49
- "@atlaskit/editor-plugin-mentions": "^0.2.0",
50
- "@atlaskit/editor-plugin-panel": "^0.3.0",
51
- "@atlaskit/editor-plugin-placeholder-text": "^0.1.0",
52
- "@atlaskit/editor-plugin-quick-insert": "^0.2.0",
53
- "@atlaskit/editor-plugin-rule": "^0.1.0",
54
- "@atlaskit/editor-plugin-status": "^0.3.0",
55
- "@atlaskit/editor-plugin-table": "^7.2.0",
56
- "@atlaskit/editor-plugin-tasks-and-decisions": "^0.3.0",
57
- "@atlaskit/editor-plugin-type-ahead": "^0.9.0",
45
+ "@atlaskit/editor-plugin-hyperlink": "^1.0.0",
46
+ "@atlaskit/editor-plugin-image-upload": "^1.0.0",
47
+ "@atlaskit/editor-plugin-layout": "^1.0.0",
48
+ "@atlaskit/editor-plugin-media": "^1.0.0",
49
+ "@atlaskit/editor-plugin-mentions": "^1.0.0",
50
+ "@atlaskit/editor-plugin-panel": "^1.0.0",
51
+ "@atlaskit/editor-plugin-placeholder-text": "^1.0.0",
52
+ "@atlaskit/editor-plugin-quick-insert": "^1.0.0",
53
+ "@atlaskit/editor-plugin-rule": "^1.0.0",
54
+ "@atlaskit/editor-plugin-status": "^1.0.0",
55
+ "@atlaskit/editor-plugin-table": "^7.3.0",
56
+ "@atlaskit/editor-plugin-tasks-and-decisions": "^1.0.0",
57
+ "@atlaskit/editor-plugin-type-ahead": "^1.0.0",
58
58
  "@atlaskit/editor-prosemirror": "3.0.0",
59
59
  "@atlaskit/editor-shared-styles": "^2.9.0",
60
60
  "@atlaskit/emoji": "^67.6.0",
61
61
  "@atlaskit/icon": "^22.0.0",
62
62
  "@atlaskit/primitives": "^2.0.0",
63
63
  "@atlaskit/theme": "^12.6.0",
64
- "@atlaskit/tokens": "^1.35.0",
64
+ "@atlaskit/tokens": "^1.36.0",
65
65
  "@babel/runtime": "^7.0.0",
66
66
  "@emotion/react": "^11.7.1",
67
67
  "bind-event-listener": "^2.1.1",