Releases: WeAreNova/mui-data-table
Releases · WeAreNova/mui-data-table
v1.1.3
v1.1.2
v1.1.1
Commits
- 8f25655: Added code scan workflow back in (David)
- b308a14: Merge remote-tracking branch 'origin/main' into main (David)
- 57dc897: Fix for release artifact upload (David)
- 2ce1f13: Package lock change and added demo gif (David)
- 54ad990: Added documentation message in readme (David)
- 444a467: Incremented package.json versions to match root version (David)
- 952571f: Pushes leftover
package.json
s (David) - b82f8d4: 1.1.1 (Nova Bot)
v1.1.0
Commits
- f5ed663: Added SonarQube scan on push to main (David)
- 9fde405: Fix for scan? (David)
- f5c26a4: Added sonarjs eslint plugin (David)
- 7fdb7a2: Dry run publish for testing (David)
- 4d146aa: Only pushes package version change on successful publish (David)
- 141c36c: Removed dry run for publish (David)
- e9fb437: Combined build and publish steps (David)
- 3e95a86: Moved increment version step (David)
- a8a5053: Fix for increment version step (David)
- 48a7915: 1.0.5 (Nova Bot)
- 6f1b86c: Added run id to sonarqube scan (David)
- 4e2646e: Merge remote-tracking branch 'origin/main' into main (David)
- 7391482: Changed run id to run number for sonarqube scan (David)
- 6d74ca0: Set up workflow for creating releases on tag push after publish (David)
- d940ac3: Workflow changes (David)
- d1ccddc: Removed
--dry-run
option from publish step (David) - 837d130: Many changes for altering the file structure (David)
- 7ce9a19: Further improvements for development (David)
- 8569025: Fix for sonarqube (David)
- a9c6de3: Improvements for development, build and
peerDependencies
(David) - afa5c3d: Fix for publish (David)
- 6e41189: Fix? (David)
- 6311c71: Step to install
npm@8
for better workspace support (David) - a99f349: 1.1.0 (Nova Bot)
v1.0.4
Full Changelog: 1.0.1...1.0.4
- Breaking Type changes
- from
@wearenova/mui-data-table/lib/types
to@wearenova/mui-data-table
- from
- Style fix for header cells to make only center aligned cells have
flex: 1; width: 100%