@syncfusion/ej2-navigations 19.4.47 → 19.4.48
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 +26 -0
- package/dist/ej2-navigations.umd.min.js +2 -2
- package/dist/ej2-navigations.umd.min.js.map +1 -1
- package/dist/es6/ej2-navigations.es2015.js +46 -25
- package/dist/es6/ej2-navigations.es2015.js.map +1 -1
- package/dist/es6/ej2-navigations.es5.js +45 -24
- package/dist/es6/ej2-navigations.es5.js.map +1 -1
- package/dist/global/ej2-navigations.min.js +2 -2
- package/dist/global/ej2-navigations.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/accordion/accordion.js +10 -8
- package/src/common/menu-base.d.ts +1 -1
- package/src/common/menu-base.js +15 -10
- package/src/tab/tab.js +1 -0
- package/src/toolbar/toolbar.js +19 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## 19.4.47 (2022-01-25)
|
|
6
|
+
|
|
7
|
+
### Breadcrumb
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#I360615` - Issue with When Breadcrumb is build, it throws style warning has been resolved.
|
|
12
|
+
|
|
13
|
+
### Tab
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#SF-363121` - An issue with "script error occurred while adding a new tab item without content" has been fixed.
|
|
18
|
+
|
|
19
|
+
### Menu
|
|
20
|
+
|
|
21
|
+
#### Bug Fixes
|
|
22
|
+
|
|
23
|
+
- Issue with 'setItem' method has been fixed.
|
|
24
|
+
|
|
25
|
+
### Breadcrumb
|
|
26
|
+
|
|
27
|
+
#### Bug Fixes
|
|
28
|
+
|
|
29
|
+
- Issue with CSS validation has been fixed.
|
|
30
|
+
|
|
5
31
|
## 19.4.41 (2022-01-04)
|
|
6
32
|
|
|
7
33
|
### Menu
|