handsontable 12.1.1 → 12.1.2
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 +8 -0
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/dist/handsontable.css +2 -2
- package/dist/handsontable.full.css +2 -2
- package/dist/handsontable.full.js +4551 -4551
- package/dist/handsontable.full.min.css +2 -2
- package/dist/handsontable.full.min.js +6 -6
- package/dist/handsontable.js +6 -6
- package/dist/handsontable.min.css +2 -2
- package/dist/handsontable.min.js +3 -3
- package/helpers/mixed.js +2 -2
- package/helpers/mixed.mjs +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
8
8
|
|
|
9
9
|
<!-- UNVERSIONED -->
|
|
10
10
|
|
|
11
|
+
## [12.1.2] - 2022-07-08
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
- *Vue:* Freezed the Vue framework in `devDependencies` to ~2.6. [#9624](https://github.com/handsontable/handsontable/issues/9624)
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
- Security upgrade moment from 2.29.3 to 2.29.4. [#9637](https://github.com/handsontable/handsontable/issues/9637)
|
|
18
|
+
|
|
11
19
|
## [12.1.1] - 2022-07-05
|
|
12
20
|
|
|
13
21
|
For more information on this release, see:
|
package/base.js
CHANGED
|
@@ -52,8 +52,8 @@ Handsontable.Core = function (rootElement) {
|
|
|
52
52
|
Handsontable.DefaultSettings = (0, _dataMap.metaSchemaFactory)();
|
|
53
53
|
Handsontable.hooks = _pluginHooks.default.getSingleton();
|
|
54
54
|
Handsontable.packageName = 'handsontable';
|
|
55
|
-
Handsontable.buildDate = "
|
|
56
|
-
Handsontable.version = "12.1.
|
|
55
|
+
Handsontable.buildDate = "08/07/2022 15:24:00";
|
|
56
|
+
Handsontable.version = "12.1.2";
|
|
57
57
|
Handsontable.languages = {
|
|
58
58
|
dictionaryKeys: _registry.dictionaryKeys,
|
|
59
59
|
getLanguageDictionary: _registry.getLanguageDictionary,
|
package/base.mjs
CHANGED
|
@@ -37,8 +37,8 @@ Handsontable.Core = function (rootElement) {
|
|
|
37
37
|
Handsontable.DefaultSettings = metaSchemaFactory();
|
|
38
38
|
Handsontable.hooks = Hooks.getSingleton();
|
|
39
39
|
Handsontable.packageName = 'handsontable';
|
|
40
|
-
Handsontable.buildDate = "
|
|
41
|
-
Handsontable.version = "12.1.
|
|
40
|
+
Handsontable.buildDate = "08/07/2022 15:24:08";
|
|
41
|
+
Handsontable.version = "12.1.2";
|
|
42
42
|
Handsontable.languages = {
|
|
43
43
|
dictionaryKeys: dictionaryKeys,
|
|
44
44
|
getLanguageDictionary: getLanguageDictionary,
|
package/dist/handsontable.css
CHANGED
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
|
27
27
|
*
|
|
28
|
-
* Version: 12.1.
|
|
29
|
-
* Release date:
|
|
28
|
+
* Version: 12.1.2
|
|
29
|
+
* Release date: 08/07/2022 (built at 08/07/2022 09:25:40)
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Fix for bootstrap styles
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
|
27
27
|
*
|
|
28
|
-
* Version: 12.1.
|
|
29
|
-
* Release date:
|
|
28
|
+
* Version: 12.1.2
|
|
29
|
+
* Release date: 08/07/2022 (built at 08/07/2022 09:25:40)
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Fix for bootstrap styles
|