@syncfusion/ej2-react-navigations 20.1.58 → 20.2.36
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 +79 -0
- package/diConfig.json +0 -7
- package/dist/ej2-react-navigations.umd.min.js +1 -1
- package/package.json +8 -8
- package/styles/bootstrap-dark.css +744 -16
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +748 -23
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +748 -20
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +793 -21
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +793 -21
- package/styles/bootstrap5.scss +1 -0
- package/styles/breadcrumb/fluent-dark.css +5 -4
- package/styles/breadcrumb/fluent.css +5 -4
- package/styles/carousel/bootstrap-dark.css +24 -16
- package/styles/carousel/bootstrap.css +24 -16
- package/styles/carousel/bootstrap4.css +24 -16
- package/styles/carousel/bootstrap5-dark.css +24 -16
- package/styles/carousel/bootstrap5.css +24 -16
- package/styles/carousel/fabric-dark.css +24 -16
- package/styles/carousel/fabric.css +24 -16
- package/styles/carousel/fluent-dark.css +24 -16
- package/styles/carousel/fluent.css +24 -16
- package/styles/carousel/highcontrast-light.css +24 -16
- package/styles/carousel/highcontrast.css +24 -16
- package/styles/carousel/material-dark.css +24 -16
- package/styles/carousel/material.css +24 -16
- package/styles/carousel/tailwind-dark.css +24 -16
- package/styles/carousel/tailwind.css +24 -16
- package/styles/context-menu/bootstrap-dark.css +33 -0
- package/styles/context-menu/bootstrap.css +34 -0
- package/styles/context-menu/bootstrap4.css +34 -0
- package/styles/context-menu/bootstrap5-dark.css +44 -0
- package/styles/context-menu/bootstrap5.css +44 -0
- package/styles/context-menu/fabric-dark.css +33 -0
- package/styles/context-menu/fabric.css +34 -0
- package/styles/context-menu/fluent-dark.css +44 -0
- package/styles/context-menu/fluent.css +44 -0
- package/styles/context-menu/highcontrast-light.css +33 -0
- package/styles/context-menu/highcontrast.css +34 -0
- package/styles/context-menu/material-dark.css +51 -0
- package/styles/context-menu/material.css +53 -0
- package/styles/context-menu/tailwind-dark.css +44 -0
- package/styles/context-menu/tailwind.css +44 -0
- package/styles/fabric-dark.css +744 -16
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +745 -16
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +763 -21
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +763 -21
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.css +744 -16
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +745 -16
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.css +763 -17
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +764 -16
- package/styles/material.scss +1 -0
- package/styles/menu/bootstrap.css +1 -2
- package/styles/menu/bootstrap4.css +2 -2
- package/styles/menu/fluent-dark.css +1 -1
- package/styles/menu/fluent.css +1 -1
- package/styles/pager/bootstrap-dark.css +686 -0
- package/styles/pager/bootstrap-dark.scss +1 -0
- package/styles/pager/bootstrap.css +686 -0
- package/styles/pager/bootstrap.scss +1 -0
- package/styles/pager/bootstrap4.css +686 -0
- package/styles/pager/bootstrap4.scss +1 -0
- package/styles/pager/bootstrap5-dark.css +721 -0
- package/styles/pager/bootstrap5-dark.scss +1 -0
- package/styles/pager/bootstrap5.css +721 -0
- package/styles/pager/bootstrap5.scss +1 -0
- package/styles/pager/fabric-dark.css +686 -0
- package/styles/pager/fabric-dark.scss +1 -0
- package/styles/pager/fabric.css +686 -0
- package/styles/pager/fabric.scss +1 -0
- package/styles/pager/fluent-dark.css +688 -0
- package/styles/pager/fluent-dark.scss +1 -0
- package/styles/pager/fluent.css +688 -0
- package/styles/pager/fluent.scss +1 -0
- package/styles/pager/highcontrast-light.css +686 -0
- package/styles/pager/highcontrast-light.scss +1 -0
- package/styles/pager/highcontrast.css +686 -0
- package/styles/pager/highcontrast.scss +1 -0
- package/styles/pager/material-dark.css +687 -0
- package/styles/pager/material-dark.scss +1 -0
- package/styles/pager/material.css +687 -0
- package/styles/pager/material.scss +1 -0
- package/styles/pager/tailwind-dark.css +813 -0
- package/styles/pager/tailwind-dark.scss +1 -0
- package/styles/pager/tailwind.css +813 -0
- package/styles/pager/tailwind.scss +1 -0
- package/styles/tab/bootstrap.css +1 -2
- package/styles/tab/bootstrap5-dark.css +1 -2
- package/styles/tab/bootstrap5.css +1 -2
- package/styles/tab/material-dark.css +1 -1
- package/styles/tailwind-dark.css +883 -17
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +883 -17
- package/styles/tailwind.scss +1 -0
- package/styles/toolbar/bootstrap.css +1 -3
- package/styles/toolbar/bootstrap4.css +1 -2
- package/styles/toolbar/bootstrap5-dark.css +1 -2
- package/styles/toolbar/bootstrap5.css +1 -2
- package/styles/treeview/bootstrap5-dark.css +1 -1
- package/styles/treeview/bootstrap5.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,85 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
### Carousel
|
|
6
|
+
|
|
7
|
+
#### New Features
|
|
8
|
+
|
|
9
|
+
- Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.
|
|
10
|
+
|
|
11
|
+
#### Breaking Changes
|
|
12
|
+
|
|
13
|
+
- Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
|
|
14
|
+
- To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
|
|
15
|
+
|
|
16
|
+
**Previous**
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
```typescript
|
|
20
|
+
|
|
21
|
+
const carouselObj: Carousel = new Carousel({
|
|
22
|
+
animation: { customEffect: "parallax" }
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
**Now**
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
```typescript
|
|
31
|
+
|
|
32
|
+
const carouselObj: Carousel = new Carousel({
|
|
33
|
+
cssClass: 'parallax',
|
|
34
|
+
animationEffect: 'custom'
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
- Removed `animation` property from Carousel component, now you can set the animation effect directly to the `animationEffect` property.
|
|
40
|
+
- To apply custom animation effects, Needs to set `animationEffect` property to `custom` and specify the custom animation class in `cssClass` property.
|
|
41
|
+
|
|
42
|
+
**Previous**
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
```tsx
|
|
46
|
+
|
|
47
|
+
<CarouselComponent animation={{ customEffect: "parallax" }}></CarouselComponent>
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
**Now**
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
```tsx
|
|
55
|
+
|
|
56
|
+
<CarouselComponent animationEffect="custom" cssClass="parallax"></CarouselComponent>
|
|
57
|
+
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
### TreeView
|
|
61
|
+
|
|
62
|
+
#### Bug Fixes
|
|
63
|
+
|
|
64
|
+
- `#I383454` - The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.
|
|
65
|
+
|
|
66
|
+
## 20.1.61 (2022-06-21)
|
|
67
|
+
|
|
68
|
+
### Tab
|
|
69
|
+
|
|
70
|
+
#### Bug Fixes
|
|
71
|
+
|
|
72
|
+
- `#I384728` - An issue with "Tab `data-id` attribute does not work after the initial load" has been fixed.
|
|
73
|
+
|
|
74
|
+
## 20.1.60 (2022-06-14)
|
|
75
|
+
|
|
76
|
+
### Sidebar
|
|
77
|
+
|
|
78
|
+
#### Bug Fixes
|
|
79
|
+
|
|
80
|
+
- `#F175215` - The issue with "Sidebar showBackdrop property is not working properly while setting the target property" has been resolved.
|
|
81
|
+
|
|
82
|
+
## 20.1.58 (2022-05-31)
|
|
83
|
+
|
|
5
84
|
### Tab
|
|
6
85
|
|
|
7
86
|
#### Bug Fixes
|
package/diConfig.json
CHANGED
|
@@ -614,13 +614,6 @@
|
|
|
614
614
|
" * ```",
|
|
615
615
|
" */"
|
|
616
616
|
],
|
|
617
|
-
"complexDirective": [
|
|
618
|
-
{
|
|
619
|
-
"propertyName": "animation",
|
|
620
|
-
"baseClass": "CarouselAnimationSettings",
|
|
621
|
-
"aspClassName": "CarouselAnimationSettings"
|
|
622
|
-
}
|
|
623
|
-
],
|
|
624
617
|
"tagDirective": [
|
|
625
618
|
{
|
|
626
619
|
"baseClass": "CarouselItem",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* filename: ej2-react-navigations.umd.min.js
|
|
3
|
-
* version : 20.
|
|
3
|
+
* version : 20.2.36
|
|
4
4
|
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
|
|
5
5
|
* Use of this code is subject to the terms of our license.
|
|
6
6
|
* A copy of the current license can be obtained at any time by e-mailing
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-react-navigations@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-react-navigations@
|
|
3
|
+
"_id": "@syncfusion/ej2-react-navigations@19.45.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512
|
|
5
|
+
"_integrity": "sha512-K+gMxDk+I3327/THOVonI126ExuI/JodTKo02XLZJk2txJGANi4X6KwOg9tKT5VrQKmOJo7r7lcPCmWWc0mJSQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-react-navigations",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-react-navigations/-/ej2-react-navigations-19.45.0.tgz",
|
|
23
|
+
"_shasum": "f22cc41556e4006195ae9287f4d7d0f003e4d70a",
|
|
24
24
|
"_spec": "@syncfusion/ej2-react-navigations@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~20.
|
|
35
|
-
"@syncfusion/ej2-navigations": "20.
|
|
36
|
-
"@syncfusion/ej2-react-base": "~20.
|
|
34
|
+
"@syncfusion/ej2-base": "~20.2.36",
|
|
35
|
+
"@syncfusion/ej2-navigations": "20.2.36",
|
|
36
|
+
"@syncfusion/ej2-react-base": "~20.2.36"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 navigation components such as Tree-view, Tab, Toolbar, Context-menu, and Accordion which is used to navigate from one page to another for React",
|
|
@@ -166,6 +166,6 @@
|
|
|
166
166
|
"type": "git",
|
|
167
167
|
"url": "git+https://github.com/syncfusion/ej2-react-ui-components.git"
|
|
168
168
|
},
|
|
169
|
-
"version": "20.
|
|
169
|
+
"version": "20.2.36",
|
|
170
170
|
"sideEffects": false
|
|
171
171
|
}
|