File tree Expand file tree Collapse file tree 6 files changed +6187
-8198
lines changed Expand file tree Collapse file tree 6 files changed +6187
-8198
lines changed Original file line number Diff line number Diff line change 4
4
" @babel/preset-react"
5
5
],
6
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
- [
12
- " @babel/plugin-proposal-decorators" ,
13
- {
14
- "legacy" : true
15
- }
16
- ],
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"
7
+ " @babel/plugin-transform-runtime" ,
8
+ " @babel/plugin-proposal-class-properties"
21
9
]
22
10
}
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 make lodash a peer dependency and optimize the bundle for modern browsers
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