@atlaskit/give-kudos 4.16.1 → 4.17.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,18 @@
1
1
  # @atlassian/give-kudos
2
2
 
3
+ ## 4.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`3ad3d7dd8b4bf`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3ad3d7dd8b4bf) -
8
+ [ux] Adds title text to 2 iframes
9
+
10
+ ## 4.16.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+
3
16
  ## 4.16.1
4
17
 
5
18
  ### Patch Changes
@@ -268,6 +268,7 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
268
268
  height: "100%",
269
269
  frameBorder: "0",
270
270
  allow: "camera;microphone",
271
+ title: intl.formatMessage(_messages.default.giveKudosButton),
271
272
  className: (0, _runtime.ax)([styles.iframe])
272
273
  }));
273
274
  // eslint-disable-next-line react-hooks/exhaustive-deps
@@ -249,6 +249,7 @@ const GiveKudosLauncher = props => {
249
249
  height: "100%",
250
250
  frameBorder: "0",
251
251
  allow: "camera;microphone",
252
+ title: intl.formatMessage(messages.giveKudosButton),
252
253
  className: ax([styles.iframe])
253
254
  }));
254
255
  // eslint-disable-next-line react-hooks/exhaustive-deps
@@ -259,6 +259,7 @@ var GiveKudosLauncher = function GiveKudosLauncher(props) {
259
259
  height: "100%",
260
260
  frameBorder: "0",
261
261
  allow: "camera;microphone",
262
+ title: intl.formatMessage(messages.giveKudosButton),
262
263
  className: ax([styles.iframe])
263
264
  }));
264
265
  // eslint-disable-next-line react-hooks/exhaustive-deps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/give-kudos",
3
- "version": "4.16.1",
3
+ "version": "4.17.0",
4
4
  "description": "Give Kudos experience ",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -41,8 +41,8 @@
41
41
  "@atlaskit/analytics-next": "^11.1.0",
42
42
  "@atlaskit/button": "^23.10.0",
43
43
  "@atlaskit/css": "^0.19.0",
44
- "@atlaskit/drawer": "^11.0.0",
45
- "@atlaskit/icon": "^32.0.0",
44
+ "@atlaskit/drawer": "^12.0.0",
45
+ "@atlaskit/icon": "^33.0.0",
46
46
  "@atlaskit/intl-messages-provider": "^2.0.0",
47
47
  "@atlaskit/link": "^3.3.0",
48
48
  "@atlaskit/modal-dialog": "^14.11.0",