@atlaskit/status 3.0.19 → 3.0.21
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,17 @@
|
|
|
1
1
|
# @atlaskit/status
|
|
2
2
|
|
|
3
|
+
## 3.0.21
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.0.20
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 3.0.19
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -837,7 +849,6 @@
|
|
|
837
849
|
|
|
838
850
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
839
851
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
840
|
-
|
|
841
852
|
- @atlaskit/docs@8.3.2
|
|
842
853
|
- @atlaskit/visual-regression@0.1.9
|
|
843
854
|
- @atlaskit/analytics-next@6.3.5
|
|
@@ -872,7 +883,6 @@
|
|
|
872
883
|
|
|
873
884
|
ED-8246 Fix focus outline on status buttons when tab is used to navigate- Updated dependencies
|
|
874
885
|
[edc4a4a7ae](https://bitbucket.org/atlassian/atlassian-frontend/commits/edc4a4a7ae):
|
|
875
|
-
|
|
876
886
|
- @atlaskit/editor-test-helpers@10.4.1
|
|
877
887
|
|
|
878
888
|
## 0.9.19
|
|
@@ -992,12 +1002,10 @@
|
|
|
992
1002
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
993
1003
|
|
|
994
1004
|
**Breaking changes**
|
|
995
|
-
|
|
996
1005
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
997
1006
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
998
1007
|
|
|
999
1008
|
**Breaking changes to TypeScript annotations**
|
|
1000
|
-
|
|
1001
1009
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
1002
1010
|
props as a generic type.
|
|
1003
1011
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -1046,7 +1054,6 @@
|
|
|
1046
1054
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
1047
1055
|
|
|
1048
1056
|
In this PR, we are:
|
|
1049
|
-
|
|
1050
1057
|
- Re-introducing dist build folders
|
|
1051
1058
|
- Adding back cjs
|
|
1052
1059
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -1104,7 +1111,6 @@
|
|
|
1104
1111
|
## 0.9.0
|
|
1105
1112
|
|
|
1106
1113
|
- [minor][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
1107
|
-
|
|
1108
1114
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
1109
1115
|
this package, please ensure you use at least this version of react and react-dom.
|
|
1110
1116
|
|
|
@@ -1121,20 +1127,17 @@
|
|
|
1121
1127
|
## 0.8.2
|
|
1122
1128
|
|
|
1123
1129
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
1124
|
-
|
|
1125
1130
|
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
1126
1131
|
supplied from itself.
|
|
1127
1132
|
|
|
1128
1133
|
## 0.8.1
|
|
1129
1134
|
|
|
1130
1135
|
- [patch][351e23aeb5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/351e23aeb5):
|
|
1131
|
-
|
|
1132
1136
|
- ED-6102: fixed inline node deletion on Android
|
|
1133
1137
|
|
|
1134
1138
|
## 0.8.0
|
|
1135
1139
|
|
|
1136
1140
|
- [minor][97abf5e006](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97abf5e006):
|
|
1137
|
-
|
|
1138
1141
|
- Support entry points for Status and StatusPicker for selective imports
|
|
1139
1142
|
|
|
1140
1143
|
## 0.7.2
|
|
@@ -1146,19 +1149,16 @@
|
|
|
1146
1149
|
## 0.7.1
|
|
1147
1150
|
|
|
1148
1151
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
1149
|
-
|
|
1150
1152
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
1151
1153
|
|
|
1152
1154
|
## 0.7.0
|
|
1153
1155
|
|
|
1154
1156
|
- [minor][b684722884](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b684722884):
|
|
1155
|
-
|
|
1156
1157
|
- improvement of SSR tests and examples for Fabric Elements
|
|
1157
1158
|
|
|
1158
1159
|
## 0.6.0
|
|
1159
1160
|
|
|
1160
1161
|
- [minor][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
1161
|
-
|
|
1162
1162
|
- Dropped ES5 distributables from the typescript packages
|
|
1163
1163
|
|
|
1164
1164
|
## 0.5.2
|
|
@@ -1182,25 +1182,21 @@
|
|
|
1182
1182
|
## 0.5.0
|
|
1183
1183
|
|
|
1184
1184
|
- [minor][4072865c1c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4072865c1c):
|
|
1185
|
-
|
|
1186
1185
|
- added SSR tests to task-decision
|
|
1187
1186
|
|
|
1188
1187
|
## 0.4.0
|
|
1189
1188
|
|
|
1190
1189
|
- [minor][36bb743af0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36bb743af0):
|
|
1191
|
-
|
|
1192
1190
|
- added/cleaned up ssr tests
|
|
1193
1191
|
|
|
1194
1192
|
## 0.3.8
|
|
1195
1193
|
|
|
1196
1194
|
- [patch][e27ba4f443](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e27ba4f443):
|
|
1197
|
-
|
|
1198
1195
|
- added SSR tests to status
|
|
1199
1196
|
|
|
1200
1197
|
## 0.3.7
|
|
1201
1198
|
|
|
1202
1199
|
- [patch][0e4dedafc1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0e4dedafc1):
|
|
1203
|
-
|
|
1204
1200
|
- Fix incorrect dependency listings
|
|
1205
1201
|
|
|
1206
1202
|
## 0.3.6
|
|
@@ -1212,19 +1208,16 @@
|
|
|
1212
1208
|
## 0.3.5
|
|
1213
1209
|
|
|
1214
1210
|
- [patch][1856738865](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1856738865):
|
|
1215
|
-
|
|
1216
1211
|
- Update status picker example to be interactive
|
|
1217
1212
|
|
|
1218
1213
|
## 0.3.4
|
|
1219
1214
|
|
|
1220
1215
|
- [patch][109cf449d6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/109cf449d6):
|
|
1221
|
-
|
|
1222
1216
|
- enable noImplicitAny for status. fix related issues
|
|
1223
1217
|
|
|
1224
1218
|
## 0.3.3
|
|
1225
1219
|
|
|
1226
1220
|
- [patch][9696b18dec](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9696b18dec):
|
|
1227
|
-
|
|
1228
1221
|
- disabled automatic correction and spelling in the StatusPicker texfield (safari bug)
|
|
1229
1222
|
|
|
1230
1223
|
## 0.3.2
|
|
@@ -1237,32 +1230,26 @@
|
|
|
1237
1230
|
## 0.3.1
|
|
1238
1231
|
|
|
1239
1232
|
- [patch][7d9ccd7](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d9ccd7):
|
|
1240
|
-
|
|
1241
1233
|
- fixed copy/paste status from renderer to editor
|
|
1242
1234
|
|
|
1243
1235
|
## 0.3.0
|
|
1244
1236
|
|
|
1245
1237
|
- [minor][00c648e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/00c648e):
|
|
1246
|
-
|
|
1247
1238
|
- fixed typo in i18n messages and code improvements
|
|
1248
1239
|
|
|
1249
1240
|
- [minor][a17bb0e](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a17bb0e):
|
|
1250
|
-
|
|
1251
1241
|
- added i18n translations
|
|
1252
1242
|
|
|
1253
1243
|
- [minor][99f08a0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/99f08a0):
|
|
1254
|
-
|
|
1255
1244
|
- added i18n support to Fabric Status
|
|
1256
1245
|
|
|
1257
1246
|
## 0.2.11
|
|
1258
1247
|
|
|
1259
1248
|
- [patch][d3f3e19](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d3f3e19):
|
|
1260
|
-
|
|
1261
1249
|
- restored StatusContainer to editor-core, avoid re-rendering on event handlers, removed unused
|
|
1262
1250
|
props in the renderer
|
|
1263
1251
|
|
|
1264
1252
|
- [patch][44cc61d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/44cc61d):
|
|
1265
|
-
|
|
1266
1253
|
- added native status analytics
|
|
1267
1254
|
|
|
1268
1255
|
## 0.2.10
|
|
@@ -1277,7 +1264,6 @@
|
|
|
1277
1264
|
## 0.2.9
|
|
1278
1265
|
|
|
1279
1266
|
- [patch][48640fb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/48640fb):
|
|
1280
|
-
|
|
1281
1267
|
- FS-3227 - Prevent status popup focus from scrolling editor
|
|
1282
1268
|
|
|
1283
1269
|
## 0.2.8
|
|
@@ -1292,7 +1278,6 @@
|
|
|
1292
1278
|
## 0.2.7
|
|
1293
1279
|
|
|
1294
1280
|
- [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
|
|
1295
|
-
|
|
1296
1281
|
- AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
|
|
1297
1282
|
|
|
1298
1283
|
## 0.2.6
|
|
@@ -1304,20 +1289,17 @@
|
|
|
1304
1289
|
## 0.2.5
|
|
1305
1290
|
|
|
1306
1291
|
- [patch][d518ce0](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d518ce0):
|
|
1307
|
-
|
|
1308
1292
|
- FS-3118 - Only focus status input field on initial insertion. FS-3158 - Fix focus flicker in
|
|
1309
1293
|
status input field.
|
|
1310
1294
|
|
|
1311
1295
|
## 0.2.4
|
|
1312
1296
|
|
|
1313
1297
|
- [patch][36c362f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36c362f):
|
|
1314
|
-
|
|
1315
1298
|
- FS-3174 - Fix usage of gridSize() and borderRadius()
|
|
1316
1299
|
|
|
1317
1300
|
## 0.2.3
|
|
1318
1301
|
|
|
1319
1302
|
- [patch][527b954](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/527b954):
|
|
1320
|
-
|
|
1321
1303
|
- FS-3174 - Remove usage of util-shared-styles from elements components
|
|
1322
1304
|
|
|
1323
1305
|
## 0.2.2
|
|
@@ -10,7 +10,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
10
10
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
11
11
|
var ELEMENTS_CHANNEL = exports.ELEMENTS_CHANNEL = 'fabric-elements';
|
|
12
12
|
var packageName = "@atlaskit/status";
|
|
13
|
-
var packageVersion = "
|
|
13
|
+
var packageVersion = "3.0.20";
|
|
14
14
|
var createStatusAnalyticsAndFire = exports.createStatusAnalyticsAndFire = function createStatusAnalyticsAndFire(createAnalyticsEvent) {
|
|
15
15
|
return function (payload) {
|
|
16
16
|
var statusPayload = _objectSpread(_objectSpread({}, payload), {}, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const ELEMENTS_CHANNEL = 'fabric-elements';
|
|
2
2
|
const packageName = "@atlaskit/status";
|
|
3
|
-
const packageVersion = "
|
|
3
|
+
const packageVersion = "3.0.20";
|
|
4
4
|
export const createStatusAnalyticsAndFire = createAnalyticsEvent => payload => {
|
|
5
5
|
const statusPayload = {
|
|
6
6
|
...payload,
|
|
@@ -3,7 +3,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
3
3
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
4
|
export var ELEMENTS_CHANNEL = 'fabric-elements';
|
|
5
5
|
var packageName = "@atlaskit/status";
|
|
6
|
-
var packageVersion = "
|
|
6
|
+
var packageVersion = "3.0.20";
|
|
7
7
|
export var createStatusAnalyticsAndFire = function createStatusAnalyticsAndFire(createAnalyticsEvent) {
|
|
8
8
|
return function (payload) {
|
|
9
9
|
var statusPayload = _objectSpread(_objectSpread({}, payload), {}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/status",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.21",
|
|
4
4
|
"description": "Fabric Status React Components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@atlaskit/lozenge": "^13.0.0",
|
|
33
33
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
34
34
|
"@atlaskit/platform-feature-flags-react": "^0.3.0",
|
|
35
|
-
"@atlaskit/primitives": "^
|
|
35
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
36
36
|
"@atlaskit/textfield": "^8.0.0",
|
|
37
|
-
"@atlaskit/tokens": "^
|
|
37
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0",
|
|
39
|
-
"@compiled/react": "^0.18.
|
|
39
|
+
"@compiled/react": "^0.18.6"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": "^18.2.0",
|