@atlaskit/link-picker 1.28.1 → 1.28.2

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/link-picker
2
2
 
3
+ ## 1.28.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`d2cf6a73817`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2cf6a73817) - Remove redundant aria-label from the input field
8
+
3
9
  ## 1.28.1
4
10
 
5
11
  ### Patch Changes
@@ -26,7 +26,7 @@ var testIds = {
26
26
  exports.testIds = testIds;
27
27
  var PACKAGE_DATA = {
28
28
  packageName: "@atlaskit/link-picker",
29
- packageVersion: "1.28.1",
29
+ packageVersion: "1.28.2",
30
30
  componentName: _constants.COMPONENT_NAME,
31
31
  source: _constants.COMPONENT_NAME
32
32
  };
@@ -319,7 +319,6 @@ var LinkPicker = (0, _analytics.withLinkPickerAnalyticsContext)( /*#__PURE__*/(0
319
319
  label: intl.formatMessage(_messages.linkTextMessages.linkTextLabel),
320
320
  placeholder: intl.formatMessage(_messages.linkTextMessages.linkTextPlaceholder),
321
321
  clearLabel: intl.formatMessage(_messages.linkTextMessages.clearLinkText),
322
- "aria-label": intl.formatMessage(_messages.linkTextMessages.linkTextAriaLabel),
323
322
  onClear: handleClear,
324
323
  onChange: handleChangeText
325
324
  }), !!queryState && (isLoadingPlugins || isActivePlugin) && (0, _react2.jsx)(_searchResults.SearchResults, {
@@ -16,7 +16,7 @@ export const testIds = {
16
16
  };
17
17
  export const PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker",
19
- packageVersion: "1.28.1",
19
+ packageVersion: "1.28.2",
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -319,7 +319,6 @@ export const LinkPicker = withLinkPickerAnalyticsContext( /*#__PURE__*/memo(({
319
319
  label: intl.formatMessage(linkTextMessages.linkTextLabel),
320
320
  placeholder: intl.formatMessage(linkTextMessages.linkTextPlaceholder),
321
321
  clearLabel: intl.formatMessage(linkTextMessages.clearLinkText),
322
- "aria-label": intl.formatMessage(linkTextMessages.linkTextAriaLabel),
323
322
  onClear: handleClear,
324
323
  onChange: handleChangeText
325
324
  }), !!queryState && (isLoadingPlugins || isActivePlugin) && jsx(SearchResults, {
@@ -16,7 +16,7 @@ export var testIds = {
16
16
  };
17
17
  export var PACKAGE_DATA = {
18
18
  packageName: "@atlaskit/link-picker",
19
- packageVersion: "1.28.1",
19
+ packageVersion: "1.28.2",
20
20
  componentName: COMPONENT_NAME,
21
21
  source: COMPONENT_NAME
22
22
  };
@@ -312,7 +312,6 @@ export var LinkPicker = withLinkPickerAnalyticsContext( /*#__PURE__*/memo(functi
312
312
  label: intl.formatMessage(linkTextMessages.linkTextLabel),
313
313
  placeholder: intl.formatMessage(linkTextMessages.linkTextPlaceholder),
314
314
  clearLabel: intl.formatMessage(linkTextMessages.clearLinkText),
315
- "aria-label": intl.formatMessage(linkTextMessages.linkTextAriaLabel),
316
315
  onClear: handleClear,
317
316
  onChange: handleChangeText
318
317
  }), !!queryState && (isLoadingPlugins || isActivePlugin) && jsx(SearchResults, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-picker",
3
- "version": "1.28.1",
3
+ "version": "1.28.2",
4
4
  "description": "Standalone link picker",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "publishConfig": {
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/link-picker",
3
- "version": "1.28.1",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/link-picker",
3
- "version": "1.28.1",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/link-picker",
3
- "version": "1.28.1",
4
- "sideEffects": false
5
- }