@atlaskit/reactions 33.3.2 → 33.3.4
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/reactions
|
|
2
2
|
|
|
3
|
+
## 33.3.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 33.3.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 33.3.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -2635,7 +2647,6 @@
|
|
|
2635
2647
|
|
|
2636
2648
|
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
2637
2649
|
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
2638
|
-
|
|
2639
2650
|
- @atlaskit/docs@8.3.2
|
|
2640
2651
|
- @atlaskit/analytics-next@6.3.5
|
|
2641
2652
|
- @atlaskit/button@13.3.7
|
|
@@ -2760,12 +2771,10 @@
|
|
|
2760
2771
|
safety. Flow types are no longer provided. No behavioural changes.
|
|
2761
2772
|
|
|
2762
2773
|
**Breaking changes**
|
|
2763
|
-
|
|
2764
2774
|
- `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
|
|
2765
2775
|
- `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
|
|
2766
2776
|
|
|
2767
2777
|
**Breaking changes to TypeScript annotations**
|
|
2768
|
-
|
|
2769
2778
|
- `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
|
|
2770
2779
|
props as a generic type.
|
|
2771
2780
|
- `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
|
|
@@ -2806,7 +2815,6 @@
|
|
|
2806
2815
|
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
2807
2816
|
|
|
2808
2817
|
In this PR, we are:
|
|
2809
|
-
|
|
2810
2818
|
- Re-introducing dist build folders
|
|
2811
2819
|
- Adding back cjs
|
|
2812
2820
|
- Replacing es5 by cjs and es2015 by esm
|
|
@@ -2871,19 +2879,16 @@
|
|
|
2871
2879
|
## 17.1.0
|
|
2872
2880
|
|
|
2873
2881
|
- [minor][21f5217343](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21f5217343):
|
|
2874
|
-
|
|
2875
2882
|
- consume emoji new entrypoints in AK
|
|
2876
2883
|
|
|
2877
2884
|
## 17.0.1
|
|
2878
2885
|
|
|
2879
2886
|
- [patch][5e00c40c32](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/5e00c40c32):
|
|
2880
|
-
|
|
2881
2887
|
- Remove the Reactions component's white background
|
|
2882
2888
|
|
|
2883
2889
|
## 17.0.0
|
|
2884
2890
|
|
|
2885
2891
|
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
2886
|
-
|
|
2887
2892
|
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
2888
2893
|
this package, please ensure you use at least this version of react and react-dom.
|
|
2889
2894
|
|
|
@@ -2906,7 +2911,6 @@
|
|
|
2906
2911
|
## 16.1.8
|
|
2907
2912
|
|
|
2908
2913
|
- [patch][0a4ccaafae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/0a4ccaafae):
|
|
2909
|
-
|
|
2910
2914
|
- Bump tslib
|
|
2911
2915
|
|
|
2912
2916
|
## 16.1.7
|
|
@@ -2923,7 +2927,6 @@
|
|
|
2923
2927
|
## 16.1.6
|
|
2924
2928
|
|
|
2925
2929
|
- [patch][3f28e6443c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3f28e6443c):
|
|
2926
|
-
|
|
2927
2930
|
- @atlaskit/analytics-next-types is deprecated. Now you can use types for @atlaskit/analytics-next
|
|
2928
2931
|
supplied from itself.
|
|
2929
2932
|
|
|
@@ -2942,7 +2945,6 @@
|
|
|
2942
2945
|
## 16.1.4
|
|
2943
2946
|
|
|
2944
2947
|
- [patch][d13fad66df](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13fad66df):
|
|
2945
|
-
|
|
2946
2948
|
- Enable esModuleInterop for typescript, this allows correct use of default exports
|
|
2947
2949
|
|
|
2948
2950
|
## 16.1.3
|
|
@@ -2963,19 +2965,16 @@
|
|
|
2963
2965
|
## 16.1.1
|
|
2964
2966
|
|
|
2965
2967
|
- [patch][1bcaa1b991](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1bcaa1b991):
|
|
2966
|
-
|
|
2967
2968
|
- Add npmignore for index.ts to prevent some jest tests from resolving that instead of index.js
|
|
2968
2969
|
|
|
2969
2970
|
## 16.1.0
|
|
2970
2971
|
|
|
2971
2972
|
- [minor][b684722884](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b684722884):
|
|
2972
|
-
|
|
2973
2973
|
- improvement of SSR tests and examples for Fabric Elements
|
|
2974
2974
|
|
|
2975
2975
|
## 16.0.0
|
|
2976
2976
|
|
|
2977
2977
|
- [major][9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
2978
|
-
|
|
2979
2978
|
- Dropped ES5 distributables from the typescript packages
|
|
2980
2979
|
|
|
2981
2980
|
## 15.6.3
|
|
@@ -3014,7 +3013,6 @@
|
|
|
3014
3013
|
## 15.6.0
|
|
3015
3014
|
|
|
3016
3015
|
- [minor][aa6176aad1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aa6176aad1):
|
|
3017
|
-
|
|
3018
3016
|
- added SSR tests to reactions
|
|
3019
3017
|
|
|
3020
3018
|
## 15.5.1
|
|
@@ -3028,7 +3026,6 @@
|
|
|
3028
3026
|
## 15.5.0
|
|
3029
3027
|
|
|
3030
3028
|
- [minor][9ab9e467d2](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ab9e467d2):
|
|
3031
|
-
|
|
3032
3029
|
- Bump version of typestyle for ssr compatibility
|
|
3033
3030
|
|
|
3034
3031
|
## 15.4.2
|
|
@@ -3049,7 +3046,6 @@
|
|
|
3049
3046
|
## 15.4.0
|
|
3050
3047
|
|
|
3051
3048
|
- [minor][68ef17af8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/68ef17af8b):
|
|
3052
|
-
|
|
3053
3049
|
- Enable noImplicitAny for reactions, fix type issues.
|
|
3054
3050
|
|
|
3055
3051
|
## 15.3.4
|
|
@@ -3089,7 +3085,6 @@
|
|
|
3089
3085
|
## 15.3.0
|
|
3090
3086
|
|
|
3091
3087
|
- [minor][e60d7aa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e60d7aa):
|
|
3092
|
-
|
|
3093
3088
|
- updated i18n translations
|
|
3094
3089
|
|
|
3095
3090
|
## 15.2.2
|
|
@@ -3108,17 +3103,14 @@
|
|
|
3108
3103
|
## 15.2.0
|
|
3109
3104
|
|
|
3110
3105
|
- [minor][277edda](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/277edda):
|
|
3111
|
-
|
|
3112
3106
|
- replaced enzyme-react-intl with @atlaskit/editor-test-helpers
|
|
3113
3107
|
|
|
3114
3108
|
## 15.1.0
|
|
3115
3109
|
|
|
3116
3110
|
- [minor][1296324](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1296324):
|
|
3117
|
-
|
|
3118
3111
|
- added i18n support to reactions
|
|
3119
3112
|
|
|
3120
3113
|
- [minor][ccf385a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ccf385a):
|
|
3121
|
-
|
|
3122
3114
|
- added i18n translations
|
|
3123
3115
|
|
|
3124
3116
|
## 15.0.11
|
|
@@ -3162,7 +3154,6 @@
|
|
|
3162
3154
|
## 15.0.7
|
|
3163
3155
|
|
|
3164
3156
|
- [patch][3061b52](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3061b52):
|
|
3165
|
-
|
|
3166
3157
|
- AK-5723 - adjust files in package.json to ensure correct publishing of dist/package.json
|
|
3167
3158
|
|
|
3168
3159
|
## 15.0.6
|
|
@@ -3201,7 +3192,6 @@
|
|
|
3201
3192
|
## 15.0.2
|
|
3202
3193
|
|
|
3203
3194
|
- [patch][36c362f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/36c362f):
|
|
3204
|
-
|
|
3205
3195
|
- FS-3174 - Fix usage of gridSize() and borderRadius()
|
|
3206
3196
|
|
|
3207
3197
|
## 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.3";
|
|
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.3";
|
|
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.3";
|
|
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.4",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"@atlaskit/popper": "^7.1.0",
|
|
50
50
|
"@atlaskit/popup": "^4.4.0",
|
|
51
51
|
"@atlaskit/portal": "^5.1.0",
|
|
52
|
-
"@atlaskit/primitives": "^
|
|
53
|
-
"@atlaskit/react-ufo": "^4.
|
|
52
|
+
"@atlaskit/primitives": "^16.0.0",
|
|
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": {
|