@neovici/cosmoz-omnitable 8.3.1 → 8.3.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.
@@ -125,15 +125,14 @@ const
125
125
  setColumns(domColumnsToConfig(host, { enabledColumns }));
126
126
  };
127
127
 
128
+ handler();
128
129
  slot.addEventListener('slotchange', handler);
129
130
  host.addEventListener('cosmoz-column-prop-changed', handler);
130
131
  return () => {
131
132
  slot.removeEventListener('slotchange', handler);
132
133
  host.removeEventListener('cosmoz-column-prop-changed', handler);
133
134
  };
134
- }, []);
135
-
136
- useEffect(() => setColumns(domColumnsToConfig(host, { enabledColumns })), [enabledColumns]);
135
+ }, [enabledColumns]);
137
136
 
138
137
  return columns;
139
138
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-omnitable",
3
- "version": "8.3.1",
3
+ "version": "8.3.2",
4
4
  "description": "[![Build Status](https://travis-ci.org/Neovici/cosmoz-omnitable.svg?branch=master)](https://travis-ci.org/Neovici/cosmoz-omnitable)",
5
5
  "keywords": [
6
6
  "web-components"
@@ -58,7 +58,7 @@
58
58
  "@neovici/cosmoz-dropdown": "^1.5.0",
59
59
  "@neovici/cosmoz-grouped-list": "^3.2.0",
60
60
  "@neovici/cosmoz-i18next": "^3.1.1",
61
- "@neovici/cosmoz-page-router": "^6.0.3",
61
+ "@neovici/cosmoz-page-router": "^7.0.0",
62
62
  "@neovici/cosmoz-utils": "^3.19.0",
63
63
  "@neovici/nullxlsx": "^3.0.0",
64
64
  "@polymer/iron-icon": "^3.0.0",
@@ -92,8 +92,8 @@
92
92
  "@web/test-runner": "^0.13.0",
93
93
  "@web/test-runner-selenium": "^0.5.0",
94
94
  "husky": "^7.0.0",
95
- "semantic-release": "^18.0.0",
96
- "sinon": "^12.0.0",
95
+ "semantic-release": "^19.0.0",
96
+ "sinon": "^13.0.0",
97
97
  "web-animations-js": "^2.3.2"
98
98
  }
99
99
  }