Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.1.6...v2.0.0) (2020-10-01)

### Bug Fixes

* 🐛 Fixed data-cy reference for Select internal input ([eb954d5](eb954d5))
* 🐛 Fixed space between global action buttons ([a3534a4](a3534a4))

### Features

* 🎸 Added empty state option to Table ([7246b92](7246b92))
* 🎸 Baseline to move Table on MUITable ([b04fa20](b04fa20))
* 🎸 Handling generic MouseEvents in suppressEvent util ([c1704b1](c1704b1))
* 🎸 Handling generic MouseEvents in suppressEvent util ([73fb605](73fb605))
* 🎸 Restored actions in Table ([761d83d](761d83d))
* 🎸 Sticky applies to Footer as well ([1627fa4](1627fa4))
* 🎸 StickyHeader applies to all header ([a03207b](a03207b))
* 🎸 Table feature parity and add-ons ([8ece2d0](8ece2d0))

### BREAKING CHANGES

* 🧨 Changed signature for onPageSizeChange and onSortChange

✅ Closes: 149
* 🧨 Removed material-table direct dependency and all related dependencies

✅ Closes: 149
  • Loading branch information
semantic-release-bot committed Oct 1, 2020
1 parent e92fc88 commit 59f0aaa
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# [2.0.0](https://github.com/melfore/mosaic/compare/v1.1.6...v2.0.0) (2020-10-01)


### Bug Fixes

* 🐛 Fixed data-cy reference for Select internal input ([eb954d5](https://github.com/melfore/mosaic/commit/eb954d59688284db71c8277fb517d2647c1b65df))
* 🐛 Fixed space between global action buttons ([a3534a4](https://github.com/melfore/mosaic/commit/a3534a43e27179f0a588d08b63a7f71413222478))


### Features

* 🎸 Added empty state option to Table ([7246b92](https://github.com/melfore/mosaic/commit/7246b92c518ff5f2b2c7f98f54deee8dc79786ac))
* 🎸 Baseline to move Table on MUITable ([b04fa20](https://github.com/melfore/mosaic/commit/b04fa209999587d14c94cd507ad57a194aa27b17))
* 🎸 Handling generic MouseEvents in suppressEvent util ([c1704b1](https://github.com/melfore/mosaic/commit/c1704b10db6ca3f29b47e02b724b06c807778617))
* 🎸 Handling generic MouseEvents in suppressEvent util ([73fb605](https://github.com/melfore/mosaic/commit/73fb6050de12235392e5ef6739b84c215d4e1ee9))
* 🎸 Restored actions in Table ([761d83d](https://github.com/melfore/mosaic/commit/761d83dcabce11bd4d079024113c8f55c63cf2d1))
* 🎸 Sticky applies to Footer as well ([1627fa4](https://github.com/melfore/mosaic/commit/1627fa4193e8aa480757dc7247dc0286c67c8afa))
* 🎸 StickyHeader applies to all header ([a03207b](https://github.com/melfore/mosaic/commit/a03207bc34666b7f4d5738e3566c56b0bead96d7))
* 🎸 Table feature parity and add-ons ([8ece2d0](https://github.com/melfore/mosaic/commit/8ece2d074fe538fb0a60d224d76e508e3eacae56))


### BREAKING CHANGES

* 🧨 Changed signature for onPageSizeChange and onSortChange

✅ Closes: 149
* 🧨 Removed material-table direct dependency and all related dependencies

✅ Closes: 149

## [1.1.6](https://github.com/melfore/mosaic/compare/v1.1.5...v1.1.6) (2020-08-17)

## [1.1.5](https://github.com/melfore/mosaic/compare/v1.1.4...v1.1.5) (2020-08-13)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@melfore/mosaic",
"version": "1.1.6",
"version": "2.0.0",
"homepage": "https://github.com/melfore/mosaic#readme",
"description": "Melfore's UI kit library based on `@material-ui`",
"repository": {
Expand Down

0 comments on commit 59f0aaa

Please sign in to comment.