handsontable 12.1.1 → 12.1.2

Sign up to get free protection for your applications and to get access to all the features.
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 = "05/07/2022 15:06:36";
56
- Handsontable.version = "12.1.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 = "05/07/2022 15:06:41";
41
- Handsontable.version = "12.1.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,
@@ -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.1
29
- * Release date: 05/07/2022 (built at 05/07/2022 15:06:46)
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.1
29
- * Release date: 05/07/2022 (built at 05/07/2022 15:06:46)
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