ru.coon 2.8.8 → 2.8.9

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
@@ -1,3 +1,10 @@
1
+ # Version 2.8.9, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/e7caa6346a23d956edb83477128e8a326b3161d6)
2
+ * ## Fixes
3
+ * <span style='color:red'> HT-10322: add tooltip</span> ([ed47ca], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/ed47cab60d0baee4710dcda242139b18a37d0336))
4
+
5
+ * ([Update], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/Update file ClearFiltersButton.js49d4ca63fff054fdbdf107eec6703483d7e666d6))
6
+ * update: CHANGELOG.md ([6e0c7d], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/6e0c7dba31f141f81a59279fc18823b26415b3c1))
7
+
1
8
  # Version 2.8.8, [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/45ff9950c8d445813e49923d75671f55042ab526)
2
9
  * ## Features
3
10
  * <span style='color:green'>feat: HT-10322: add plugin</span> ([8e06ce], [link](http://gitlab-dbr.sigma-it.local/dbr/ru.coon/-/commit/8e06cef994d5a85d9752bb73717a5fa3a69e1a44))
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "ru.coon"
5
5
  },
6
6
  "description": "",
7
- "version": "2.8.8",
7
+ "version": "2.8.9",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "git+http://gitlab-dbr.sigma-it.local/dbr/ru.coon"
@@ -9,7 +9,7 @@ Ext.define('Coon.report.component.ClearFiltersButton', {
9
9
  focusable: false,
10
10
  allowDepress: false,
11
11
  iconCls: 'svg-icon svg-icon-filter-alt-off',
12
- title: 'Сбросить все фильтры',
12
+ tooltip: 'Отключить фильтры в колонках',
13
13
  toolbar: null,
14
14
  grid: null,
15
15
  handler() {
package/src/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  Ext.define('Coon.version', {
2
2
  singleton: true,
3
- number: '2.8.8',
3
+ number: '2.8.9',
4
4
  });