@atlaskit/button 23.0.6 → 23.0.7
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 +9 -0
- package/dist/cjs/new-button/variants/default/link.js +0 -1
- package/dist/cjs/old-button/shared/button-base.js +1 -1
- package/dist/es2019/new-button/variants/default/link.js +0 -1
- package/dist/es2019/old-button/shared/button-base.js +1 -1
- package/dist/esm/new-button/variants/default/link.js +0 -1
- package/dist/esm/old-button/shared/button-base.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/button
|
|
2
2
|
|
|
3
|
+
## 23.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#149289](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149289)
|
|
8
|
+
[`718ee6f525ccc`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/718ee6f525ccc) -
|
|
9
|
+
Fixed a bug in LinkButton, where the `shouldFitContainer` prop was unintentionally being passed to
|
|
10
|
+
the underlying anchor DOM element.
|
|
11
|
+
|
|
3
12
|
## 23.0.6
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -134,7 +134,6 @@ var LinkButtonBase = function LinkButtonBase(_ref, ref) {
|
|
|
134
134
|
onPointerUpCapture: onPointerUpCapture,
|
|
135
135
|
onTouchEndCapture: onTouchEndCapture,
|
|
136
136
|
onTouchStartCapture: onTouchStartCapture,
|
|
137
|
-
shouldFitContainer: shouldFitContainer,
|
|
138
137
|
testId: testId,
|
|
139
138
|
componentName: "LinkButton",
|
|
140
139
|
interactionName: interactionName
|
|
@@ -133,7 +133,7 @@ var ButtonBase = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(prop
|
|
|
133
133
|
action: 'clicked',
|
|
134
134
|
componentName: 'button',
|
|
135
135
|
packageName: "@atlaskit/button",
|
|
136
|
-
packageVersion: "23.0.
|
|
136
|
+
packageVersion: "23.0.7",
|
|
137
137
|
analyticsData: analyticsContext
|
|
138
138
|
});
|
|
139
139
|
|
|
@@ -122,7 +122,6 @@ const LinkButtonBase = ({
|
|
|
122
122
|
onPointerUpCapture: onPointerUpCapture,
|
|
123
123
|
onTouchEndCapture: onTouchEndCapture,
|
|
124
124
|
onTouchStartCapture: onTouchStartCapture,
|
|
125
|
-
shouldFitContainer: shouldFitContainer,
|
|
126
125
|
testId: testId,
|
|
127
126
|
componentName: "LinkButton",
|
|
128
127
|
interactionName: interactionName
|
|
@@ -119,7 +119,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref)
|
|
|
119
119
|
action: 'clicked',
|
|
120
120
|
componentName: 'button',
|
|
121
121
|
packageName: "@atlaskit/button",
|
|
122
|
-
packageVersion: "23.0.
|
|
122
|
+
packageVersion: "23.0.7",
|
|
123
123
|
analyticsData: analyticsContext
|
|
124
124
|
});
|
|
125
125
|
|
|
@@ -124,7 +124,6 @@ var LinkButtonBase = function LinkButtonBase(_ref, ref) {
|
|
|
124
124
|
onPointerUpCapture: onPointerUpCapture,
|
|
125
125
|
onTouchEndCapture: onTouchEndCapture,
|
|
126
126
|
onTouchStartCapture: onTouchStartCapture,
|
|
127
|
-
shouldFitContainer: shouldFitContainer,
|
|
128
127
|
testId: testId,
|
|
129
128
|
componentName: "LinkButton",
|
|
130
129
|
interactionName: interactionName
|
|
@@ -125,7 +125,7 @@ var ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
|
|
|
125
125
|
action: 'clicked',
|
|
126
126
|
componentName: 'button',
|
|
127
127
|
packageName: "@atlaskit/button",
|
|
128
|
-
packageVersion: "23.0.
|
|
128
|
+
packageVersion: "23.0.7",
|
|
129
129
|
analyticsData: analyticsContext
|
|
130
130
|
});
|
|
131
131
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/button",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.7",
|
|
4
4
|
"description": "A button triggers an event or action. They let users know what will happen next.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@atlaskit/icon": "^25.6.0",
|
|
92
92
|
"@atlaskit/interaction-context": "^3.0.0",
|
|
93
93
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
94
|
-
"@atlaskit/primitives": "^14.
|
|
94
|
+
"@atlaskit/primitives": "^14.6.0",
|
|
95
95
|
"@atlaskit/spinner": "^18.0.0",
|
|
96
96
|
"@atlaskit/theme": "^18.0.0",
|
|
97
97
|
"@atlaskit/tokens": "^4.8.0",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@atlaskit/form": "^12.0.0",
|
|
116
116
|
"@atlaskit/heading": "^5.2.0",
|
|
117
117
|
"@atlaskit/link": "^3.1.0",
|
|
118
|
-
"@atlaskit/logo": "^
|
|
118
|
+
"@atlaskit/logo": "^18.0.0",
|
|
119
119
|
"@atlaskit/modal-dialog": "^14.1.0",
|
|
120
120
|
"@atlaskit/section-message": "^8.2.0",
|
|
121
121
|
"@atlaskit/select": "^20.4.0",
|