@atlaskit/reactions 33.3.2 → 33.3.3
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/reactions
|
|
2
2
|
|
|
3
|
+
## 33.3.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
3
9
|
## 33.3.2
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -2635,7 +2641,6 @@
|
|
|
2635
2641
|
|
|
2636
2642
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
2637
2643
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
2638
|
-
|
|
2639
2644
|
- @atlaskit/docs@8.3.2
|
|
2640
2645
|
- @atlaskit/analytics-next@6.3.5
|
|
2641
2646
|
- @atlaskit/button@13.3.7
|
|
@@ -2760,12 +2765,10 @@
|
|
|
2760
2765
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
2761
2766
|
|
|
2762
2767
|
**Breaking changes**
|
|
2763
|
-
|
|
2764
2768
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
2765
2769
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
2766
2770
|
|
|
2767
2771
|
**Breaking changes to TypeScript annotations**
|
|
2768
|
-
|
|
2769
2772
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
2770
2773
|
props as a generic type.
|
|
2771
2774
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -2806,7 +2809,6 @@
|
|
|
2806
2809
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
2807
2810
|
|
|
2808
2811
|
In this PR, we are:
|
|
2809
|
-
|
|
2810
2812
|
- Re-introducing dist build folders
|
|
2811
2813
|
- Adding back cjs
|
|
2812
2814
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -2871,19 +2873,16 @@
|
|
|
2871
2873
|
## 17.1.0
|
|
2872
2874
|
|
|
2873
2875
|
- [minor][21f5217343](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21f5217343):
|
|
2874
|
-
|
|
2875
2876
|
- consume emoji new entrypoints in AK
|
|
2876
2877
|
|
|
2877
2878
|
## 17.0.1
|
|
2878
2879
|
|
|
2879
2880
|
- [patch][5e00c40c32](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e00c40c32):
|
|
2880
|
-
|
|
2881
2881
|
- Remove the Reactions component's white background
|
|
2882
2882
|
|
|
2883
2883
|
## 17.0.0
|
|
2884
2884
|
|
|
2885
2885
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2886
|
-
|
|
2887
2886
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2888
2887
|
this package, please ensure you use at least this version of react and react-dom.
|
|
2889
2888
|
|
|
@@ -2906,7 +2905,6 @@
|
|
|
2906
2905
|
## 16.1.8
|
|
2907
2906
|
|
|
2908
2907
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
2909
|
-
|
|
2910
2908
|
- Bump tslib
|
|
2911
2909
|
|
|
2912
2910
|
## 16.1.7
|
|
@@ -2923,7 +2921,6 @@
|
|
|
2923
2921
|
## 16.1.6
|
|
2924
2922
|
|
|
2925
2923
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
2926
|
-
|
|
2927
2924
|
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
2928
2925
|
supplied from itself.
|
|
2929
2926
|
|
|
@@ -2942,7 +2939,6 @@
|
|
|
2942
2939
|
## 16.1.4
|
|
2943
2940
|
|
|
2944
2941
|
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
2945
|
-
|
|
2946
2942
|
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
2947
2943
|
|
|
2948
2944
|
## 16.1.3
|
|
@@ -2963,19 +2959,16 @@
|
|
|
2963
2959
|
## 16.1.1
|
|
2964
2960
|
|
|
2965
2961
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
2966
|
-
|
|
2967
2962
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
2968
2963
|
|
|
2969
2964
|
## 16.1.0
|
|
2970
2965
|
|
|
2971
2966
|
- [minor][b684722884](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b684722884):
|
|
2972
|
-
|
|
2973
2967
|
- improvement of SSR tests and examples for Fabric Elements
|
|
2974
2968
|
|
|
2975
2969
|
## 16.0.0
|
|
2976
2970
|
|
|
2977
2971
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2978
|
-
|
|
2979
2972
|
- Dropped ES5 distributables from the typescript packages
|
|
2980
2973
|
|
|
2981
2974
|
## 15.6.3
|
|
@@ -3014,7 +3007,6 @@
|
|
|
3014
3007
|
## 15.6.0
|
|
3015
3008
|
|
|
3016
3009
|
- [minor][aa6176aad1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aa6176aad1):
|
|
3017
|
-
|
|
3018
3010
|
- added SSR tests to reactions
|
|
3019
3011
|
|
|
3020
3012
|
## 15.5.1
|
|
@@ -3028,7 +3020,6 @@
|
|
|
3028
3020
|
## 15.5.0
|
|
3029
3021
|
|
|
3030
3022
|
- [minor][9ab9e467d2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ab9e467d2):
|
|
3031
|
-
|
|
3032
3023
|
- Bump version of typestyle for ssr compatibility
|
|
3033
3024
|
|
|
3034
3025
|
## 15.4.2
|
|
@@ -3049,7 +3040,6 @@
|
|
|
3049
3040
|
## 15.4.0
|
|
3050
3041
|
|
|
3051
3042
|
- [minor][68ef17af8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/68ef17af8b):
|
|
3052
|
-
|
|
3053
3043
|
- Enable noImplicitAny for reactions, fix type issues.
|
|
3054
3044
|
|
|
3055
3045
|
## 15.3.4
|
|
@@ -3089,7 +3079,6 @@
|
|
|
3089
3079
|
## 15.3.0
|
|
3090
3080
|
|
|
3091
3081
|
- [minor][e60d7aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e60d7aa):
|
|
3092
|
-
|
|
3093
3082
|
- updated i18n translations
|
|
3094
3083
|
|
|
3095
3084
|
## 15.2.2
|
|
@@ -3108,17 +3097,14 @@
|
|
|
3108
3097
|
## 15.2.0
|
|
3109
3098
|
|
|
3110
3099
|
- [minor][277edda](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/277edda):
|
|
3111
|
-
|
|
3112
3100
|
- replaced enzyme-react-intl with @atlaskit/editor-test-helpers
|
|
3113
3101
|
|
|
3114
3102
|
## 15.1.0
|
|
3115
3103
|
|
|
3116
3104
|
- [minor][1296324](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1296324):
|
|
3117
|
-
|
|
3118
3105
|
- added i18n support to reactions
|
|
3119
3106
|
|
|
3120
3107
|
- [minor][ccf385a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ccf385a):
|
|
3121
|
-
|
|
3122
3108
|
- added i18n translations
|
|
3123
3109
|
|
|
3124
3110
|
## 15.0.11
|
|
@@ -3162,7 +3148,6 @@
|
|
|
3162
3148
|
## 15.0.7
|
|
3163
3149
|
|
|
3164
3150
|
- [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
|
|
3165
|
-
|
|
3166
3151
|
- AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
|
|
3167
3152
|
|
|
3168
3153
|
## 15.0.6
|
|
@@ -3201,7 +3186,6 @@
|
|
|
3201
3186
|
## 15.0.2
|
|
3202
3187
|
|
|
3203
3188
|
- [patch][36c362f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36c362f):
|
|
3204
|
-
|
|
3205
3189
|
- FS-3174 - Fix usage of gridSize() and borderRadius()
|
|
3206
3190
|
|
|
3207
3191
|
## 15.0.1
|
|
@@ -11,7 +11,7 @@ var _analyticsGasTypes = require("@atlaskit/analytics-gas-types");
|
|
|
11
11
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
12
12
|
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; }
|
|
13
13
|
var packageName = "@atlaskit/reactions";
|
|
14
|
-
var packageVersion = "33.3.
|
|
14
|
+
var packageVersion = "33.3.2";
|
|
15
15
|
/**
|
|
16
16
|
* TODO: move to utility package?
|
|
17
17
|
* A random sampling function
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
2
2
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
3
3
|
const packageName = "@atlaskit/reactions";
|
|
4
|
-
const packageVersion = "33.3.
|
|
4
|
+
const packageVersion = "33.3.2";
|
|
5
5
|
/**
|
|
6
6
|
* TODO: move to utility package?
|
|
7
7
|
* A random sampling function
|
|
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
5
5
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
6
6
|
var packageName = "@atlaskit/reactions";
|
|
7
|
-
var packageVersion = "33.3.
|
|
7
|
+
var packageVersion = "33.3.2";
|
|
8
8
|
/**
|
|
9
9
|
* TODO: move to utility package?
|
|
10
10
|
* A random sampling function
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "33.3.
|
|
3
|
+
"version": "33.3.3",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
"@atlaskit/popup": "^4.4.0",
|
|
51
51
|
"@atlaskit/portal": "^5.1.0",
|
|
52
52
|
"@atlaskit/primitives": "^15.0.0",
|
|
53
|
-
"@atlaskit/react-ufo": "^4.
|
|
53
|
+
"@atlaskit/react-ufo": "^4.12.0",
|
|
54
54
|
"@atlaskit/spinner": "^19.0.0",
|
|
55
55
|
"@atlaskit/tabs": "^18.2.0",
|
|
56
56
|
"@atlaskit/theme": "^21.0.0",
|
|
57
|
-
"@atlaskit/tokens": "^
|
|
57
|
+
"@atlaskit/tokens": "^7.0.0",
|
|
58
58
|
"@atlaskit/tooltip": "^20.5.0",
|
|
59
59
|
"@atlaskit/ufo": "^0.4.0",
|
|
60
60
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
61
61
|
"@babel/runtime": "^7.0.0",
|
|
62
|
-
"@compiled/react": "^0.18.
|
|
62
|
+
"@compiled/react": "^0.18.6",
|
|
63
63
|
"focus-trap": "^2.4.5"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|