handsontable 12.3.1-next-712715f-20230130 → 12.3.1-next-75db455-20230202

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
@@ -12,16 +12,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
  ## [12.3.1] - 2023-02-06
13
13
 
14
14
  ### Added
15
- - Added Japanese translation for Copy with Headers feature. [#10201](https://github.com/handsontable/handsontable/pull/10201)
15
+ - Added a Japanese translation of the "Copy with headers" feature. [#10201](https://github.com/handsontable/handsontable/pull/10201)
16
16
 
17
17
  ### Removed
18
- - Removed the license key delay condition that prevents printing warnings about key expiration in the console. [#10175](https://github.com/handsontable/handsontable/pull/10175)
18
+ - Removed the two-week delay in showing the console warning about license expiration. [#10175](https://github.com/handsontable/handsontable/pull/10175)
19
19
 
20
20
  ### Fixed
21
- - Fixed the _NestedRows_ plugin that did not react when the Core `updateData` method was called. [#10178](https://github.com/handsontable/handsontable/pull/10178)
22
- - Fixed a Chrome issue, where the freshly-merged cells were missing right and bottom borders. [#10212](https://github.com/handsontable/handsontable/pull/10212)
23
- - Fixed an issue where some browser or system shortcuts left the CTRL/CMD key held down [#6441](https://github.com/handsontable/handsontable/issues/6441)
24
- - Fixed unwanted rendered overlay that was visible in the Filters conditional component. [#10174](https://github.com/handsontable/handsontable/pull/10174)
21
+ - Fixed an issue where `updateData()` didn't work with nested data structures (`NestedRows`). [#10178](https://github.com/handsontable/handsontable/pull/10178)
22
+ - Fixed an issue of unwanted pixels in the "Filter by condition" menu by removing a superfluous overlay. [#10174](https://github.com/handsontable/handsontable/pull/10174)
23
+ - Fixed an issue where merged cells could lack right and bottom borders due to a Chrome bug. [#10212](https://github.com/handsontable/handsontable/pull/10212)
24
+ - Fixed an issue where using some browser and system shortcuts could cause Handsontable to behave as if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> was being held down. [#10210](https://github.com/handsontable/handsontable/pull/10210)
25
+
26
+ For more information on Handsontable 12.3.1, see:
27
+ - [Blog post (12.3.1)](PLACEHOLDER)
28
+ - [Documentation (12.3)](https://handsontable.com/docs/12.3)
29
+ - [Release notes (12.3.1)](https://handsontable.com/docs/release-notes/#_12-3-1)
25
30
 
26
31
  ## [12.3.0] - 2022-12-14
27
32
 
package/base.js CHANGED
@@ -46,8 +46,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
46
46
  Handsontable.CellCoords = _src.CellCoords;
47
47
  Handsontable.CellRange = _src.CellRange;
48
48
  Handsontable.packageName = 'handsontable';
49
- Handsontable.buildDate = "30/01/2023 11:56:11";
50
- Handsontable.version = "12.3.1-next-712715f-20230130";
49
+ Handsontable.buildDate = "02/02/2023 13:29:16";
50
+ Handsontable.version = "12.3.1-next-75db455-20230202";
51
51
  Handsontable.languages = {
52
52
  dictionaryKeys: _registry.dictionaryKeys,
53
53
  getLanguageDictionary: _registry.getLanguageDictionary,
package/base.mjs CHANGED
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
35
35
  Handsontable.CellCoords = CellCoords;
36
36
  Handsontable.CellRange = CellRange;
37
37
  Handsontable.packageName = 'handsontable';
38
- Handsontable.buildDate = "30/01/2023 11:56:29";
39
- Handsontable.version = "12.3.1-next-712715f-20230130";
38
+ Handsontable.buildDate = "02/02/2023 13:29:35";
39
+ Handsontable.version = "12.3.1-next-75db455-20230202";
40
40
  Handsontable.languages = {
41
41
  dictionaryKeys: dictionaryKeys,
42
42
  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.3.1-next-712715f-20230130
29
- * Release date: 06/02/2023 (built at 30/01/2023 11:56:44)
28
+ * Version: 12.3.1-next-75db455-20230202
29
+ * Release date: 06/02/2023 (built at 02/02/2023 13:29:51)
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.3.1-next-712715f-20230130
29
- * Release date: 06/02/2023 (built at 30/01/2023 11:56:44)
28
+ * Version: 12.3.1-next-75db455-20230202
29
+ * Release date: 06/02/2023 (built at 02/02/2023 13:29:51)
30
30
  */
31
31
  /**
32
32
  * Fix for bootstrap styles