File tree Expand file tree Collapse file tree 7 files changed +6152
-8240
lines changed Expand file tree Collapse file tree 7 files changed +6152
-8240
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [
3
- " @babel/preset-env" ,
4
- " @babel/preset-react"
5
- ],
6
- "plugins" : [
7
- " @babel/plugin-syntax-dynamic-import" ,
8
- " @babel/plugin-syntax-import-meta" ,
9
- " @babel/plugin-proposal-class-properties" ,
10
- " @babel/plugin-proposal-json-strings" ,
11
3
[
12
- " @babel/plugin-proposal-decorators " ,
4
+ " @babel/preset-env " ,
13
5
{
14
- "legacy " : true
6
+ "shippedProposals " : true
15
7
}
16
8
],
17
- " @babel/plugin-proposal-function-sent " ,
18
- " @babel/plugin-proposal-export-namespace-from " ,
19
- " @babel/plugin-proposal-numeric-separator " ,
20
- " @babel/plugin-proposal-throw-expressions "
9
+ " @babel/preset-react "
10
+ ] ,
11
+ "plugins" : [
12
+ " @babel/plugin-transform-runtime "
21
13
]
22
14
}
Original file line number Diff line number Diff line change
1
+ last 3 Chrome major versions
2
+ last 2 Firefox major versions
3
+ last 2 Safari major versions
4
+ Firefox ESR
5
+ last 2 Edge major versions
6
+ last 2 Samsung major version
7
+ last 2 iOS major version
8
+ last 2 Android major version
Original file line number Diff line number Diff line change
1
+ # 2.0.0 - Dec 2020
2
+
3
+ *** (Enhancement)*** Breaking change to optimize the bundle for modern browsers (may break legacy browser support)
4
+
1
5
# 1.7.0 - Apr 2020
2
6
3
7
*** (FEATURE)*** Add support for IntersectionObserver and disable autoplay functionality when the carousel is outside the viewport
You can’t perform that action at this time.
0 commit comments