@syncfusion/ej2-vue-splitbuttons 19.4.38 → 19.4.52

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.
Files changed (35) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/README.md +1 -1
  3. package/dist/ej2-vue-splitbuttons.umd.min.js +9 -0
  4. package/dist/global/ej2-vue-splitbuttons.min.js +2 -2
  5. package/package.json +8 -8
  6. package/styles/bootstrap-dark.css +1 -1
  7. package/styles/bootstrap.css +1 -1
  8. package/styles/bootstrap5-dark.css +12 -12
  9. package/styles/bootstrap5.css +12 -12
  10. package/styles/drop-down-button/bootstrap5-dark.css +3 -3
  11. package/styles/drop-down-button/bootstrap5.css +3 -3
  12. package/styles/drop-down-button/tailwind-dark.css +3 -3
  13. package/styles/drop-down-button/tailwind.css +3 -3
  14. package/styles/fabric-dark.css +1 -1
  15. package/styles/fabric.css +1 -1
  16. package/styles/highcontrast-light.css +1 -1
  17. package/styles/highcontrast.css +1 -1
  18. package/styles/material-dark.css +1 -1
  19. package/styles/material.css +1 -1
  20. package/styles/progress-button/bootstrap5-dark.css +8 -8
  21. package/styles/progress-button/bootstrap5.css +8 -8
  22. package/styles/progress-button/tailwind-dark.css +8 -8
  23. package/styles/progress-button/tailwind.css +8 -8
  24. package/styles/split-button/bootstrap-dark.css +1 -1
  25. package/styles/split-button/bootstrap.css +1 -1
  26. package/styles/split-button/bootstrap5-dark.css +1 -1
  27. package/styles/split-button/bootstrap5.css +1 -1
  28. package/styles/split-button/fabric-dark.css +1 -1
  29. package/styles/split-button/fabric.css +1 -1
  30. package/styles/split-button/highcontrast-light.css +1 -1
  31. package/styles/split-button/highcontrast.css +1 -1
  32. package/styles/split-button/material-dark.css +1 -1
  33. package/styles/split-button/material.css +1 -1
  34. package/styles/tailwind-dark.css +11 -11
  35. package/styles/tailwind.css +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ## 19.4.47 (2022-01-25)
6
+
7
+ ### DropDownButton
8
+
9
+ #### Bug Fixes
10
+
11
+ - `I339589` - Resolved the `DropdownButton` issue with react component as target.
12
+
13
+ ## 19.4.40 (2021-12-28)
14
+
15
+ ### DropDownButton
16
+
17
+ #### Bug Fixes
18
+
19
+ - ColorPicker is not closed while clicks again the DropDownButton issue has been resolved.
20
+
21
+ ## 19.4.38 (2021-12-17)
22
+
5
23
  ### DropDownButton
6
24
 
7
25
  #### Bug Fixes
package/README.md CHANGED
@@ -108,4 +108,4 @@ Check the license detail [here](https://github.com/syncfusion/ej2-vue-ui-compone
108
108
 
109
109
  Check the changelog [here](https://github.com/syncfusion/ej2-vue-ui-components/blob/master/components/splitbuttons/CHANGELOG.md?utm_source=npm&utm_campaign=split-button)
110
110
 
111
- © Copyright 2021 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
111
+ © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
@@ -1,5 +1,14 @@
1
1
  /*!
2
2
  * filename: ej2-vue-splitbuttons.umd.min.js
3
+ * version : 19.4.52
4
+ * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
+ * Use of this code is subject to the terms of our license.
6
+ * A copy of the current license can be obtained at any time by e-mailing
7
+ * licensing@syncfusion.com. Any infringement will be prosecuted under
8
+ * applicable laws.
9
+ */
10
+ /*!
11
+ * filename: ej2-vue-splitbuttons.umd.min.js
3
12
  * version : 19.4.38
4
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
14
  * Use of this code is subject to the terms of our license.