@syncfusion/ej2-vue-base 20.4.42 → 20.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 CHANGED
@@ -6,14 +6,20 @@
6
6
 
7
7
  ### Common
8
8
 
9
+ #### Bug Fixes
10
+
11
+ - `#I409205` - The issue with the "Signature plugin missing in the latest Vue 2 direct script" has been resolved.
12
+ - The issue with the "v-model support is not working for the textbox component in Vue 3" has been resolved.
13
+
9
14
  #### New Features
10
15
 
11
16
  - `#FB34897` - Provided Vue 3 direct script support for Syncfusion Vue components.
17
+ - The new `Rating` component has been added to Vue.
18
+ - The `AppBar`, `Floating Action Button (FAB)`, `Mention`, `Message` and `Speed Dial` components have been developed to meet industry standards and are now marked production-ready.
12
19
 
13
- #### Bug Fixes
20
+ #### Breaking Changes
14
21
 
15
- - `#I409205` - The issue with the "Signature plugin missing in the latest Vue 2 direct script" has been resolved.
16
- - The issue with the "v-model support is not working for the textbox component in Vue 3" has been resolved.
22
+ - If you are using Syncfusion's Vue components without first registering a license, a license dialog will appear after a certain limit of usage, preventing further interaction in the application. Please make sure to register a valid license in order to continue using the Syncfusion Vue components without interruption.
17
23
 
18
24
  ## 20.3.47 (2022-09-29)
19
25
 
@@ -1,5 +1,14 @@
1
1
  /*!
2
2
  * filename: ej2-vue-base.umd.min.js
3
+ * version : 20.4.48
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-base.umd.min.js
3
12
  * version : 20.4.42
4
13
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
14
  * Use of this code is subject to the terms of our license.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-vue-base.min.js
3
- * version : 20.4.42
3
+ * version : 20.4.48
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 20.4.42
3
+ * version : 20.4.48
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-vue-base@*",
3
- "_id": "@syncfusion/ej2-vue-base@20.4.40",
3
+ "_id": "@syncfusion/ej2-vue-base@20.4.42",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-9pdvSoi//nzYvn+XBQDZHg3OkkhU5Ywy1429e9GaZufw/00LmUUAlBbQpGsfyyUyYUj5bv0rz4uDQEpKIMJatA==",
5
+ "_integrity": "sha512-aHJ91aEOCk6vcEtE1GhztjI8HH2Gg9x3itpYkX0/DRdXODIii35NvN7xgOMUpvkGj+9kbskTRPPWGrdbufGvUA==",
6
6
  "_location": "/@syncfusion/ej2-vue-base",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -52,8 +52,8 @@
52
52
  "/@syncfusion/ej2-vue-treegrid",
53
53
  "/@syncfusion/ej2-vue-treemap"
54
54
  ],
55
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-base/-/ej2-vue-base-20.4.40.tgz",
56
- "_shasum": "6d726da3fc638f327bead9bda83b4917179541f9",
55
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-base/-/ej2-vue-base-20.4.42.tgz",
56
+ "_shasum": "6fba0cf6207dd552c15e089f195bfbb95b7181e8",
57
57
  "_spec": "@syncfusion/ej2-vue-base@*",
58
58
  "_where": "/jenkins/workspace/ease-automation_release_19.1.0.1/packages/included",
59
59
  "author": {
@@ -64,7 +64,7 @@
64
64
  },
65
65
  "bundleDependencies": false,
66
66
  "dependencies": {
67
- "@syncfusion/ej2-base": "~20.4.42",
67
+ "@syncfusion/ej2-base": "~20.4.48",
68
68
  "glob": "^7.0.5"
69
69
  },
70
70
  "deprecated": false,
@@ -94,6 +94,6 @@
94
94
  "postinstall": "node ./postinstall.js"
95
95
  },
96
96
  "typings": "index.d.ts",
97
- "version": "20.4.42",
97
+ "version": "20.4.48",
98
98
  "sideEffects": true
99
99
  }