Releases: WeAreNova/mui-data-table
Releases · WeAreNova/mui-data-table
v1.9.1
Bug Fixes
- overlapping issue fixed for pinned group headers #29 (nouman nawaz)
Tests
- test cases added #29 (noumannawazfusiontech)
- coverage increased #29 (noumannawazfusiontech)
Continuous Integration
- code-scan action file updated, to support manuall trigger #29 (noumannawazfusiontech)
Commits
- 22f2bf5: 1.9.1 (Nova Bot)
v2.2.2
v1.9.0
Features
- adding a save edit event #26 (Christian Carroll)
Bug Fixes
- setting to save edits when row or other editable cell clicked #26 (Christian Carroll)
- giving a type to the events rest parameter #26 (Christian Carroll)
Documentation
- documenting what triggers a save and what cancels an edit #26 (Christian Carroll)
Continuous Integration
- swaps sonarqube for sonarcloud (David)
Chores
- fixes peer dependencies (David)
Commits
- b4af508: 1.9.0 (Nova Bot)
v2.2.1
v2.2.0
Bug Fixes
- column grouping: fixes pinned column groups to prevent them from overlapping each other (David)
- column grouping: fixes columns remaining pinned after unpinning (David)
- cell grouping: returns null if body cell does not have a row span (David)
- table body: cells in a column that are pinned have hover effect (David)
- fixes after merging changes from v1.x (David)
Code Refactoring
- types: adds new type definitions for internal column definitions (David)
- body row: changes
previousSibling
topreviousElementSibling
for better typing (David)
Chores
- package-lock: changes package-lock (David)
- commitlint: disables body max line length (David)
- dev: defaults change server side to false and only email groups with itself (David)
- package-lock: fixes package lock (David)
Commits
v1.8.0
Features
- add in custom title for filter option, use if column title is object type #25 (Christian Carroll)
Bug Fixes
- making it actually work #25 (Christian Carroll)
Documentation
- updating filtering to include new field in filterOptions #25 (Christian Carroll)
Commits
- 1a0a056: 1.8.0 (Nova Bot)
v1.7.13
Features
- allows multiple colimns to be pinned #24 (Ross White)
Bug Fixes
- grouped columns now pinnig correctly #24 (Ross White)
- removing console.log #24 (Ross White)
- dev: table date not duplicated in dev environment #24 (Ross White)
Documentation
- updating docs to say that miltiple columns can be pinned #24 (Ross White)
Chores
- package-lock: updates package-lock (David)
Commits
- caa466f: 1.7.13 (Nova Bot)
v1.7.12
Bug Fixes
- cell grouping: returns null if body cell does not have a row span (David)
- table body: cells in a column that are pinned have hover effect (David)
Chores
- commitlint: disables body max line length (David)
- dev: defaults change server side to false and only email groups with itself (David)
Commits
- e53ac7e: 1.7.12 (Nova Bot)
v1.7.11
v1.7.10
Bug Fixes
- column grouping: fixes pinned column groups to prevent them from overlapping each other (David)
Code Refactoring
- types: adds new type definitions for internal column definitions (David)
- body row: changes
previousSibling
topreviousElementSibling
for better typing (David)
Chores
Commits
- fd58514: 1.7.10 (Nova Bot)