diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cbe65e9..aa6d3e88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========= +## v1.2.0 + +### Pull Requests + +- [#163](https://github.com/offirgolan/ember-light-table/pull/163) [BUGFIX] Autoprefix addon.css (until PostCSS is up and running) + install ember-cli-autoprefixer to prefix demo page CSS *by [Offir Golan](https://github.com/offirgolan)* +- [#163](https://github.com/offirgolan/ember-light-table/pull/163) [BUGFIX] Pass table instance + rawValue to custom cell component *by [Offir Golan](https://github.com/offirgolan)* +- [#163](https://github.com/offirgolan/ember-light-table/pull/163) [BUGFIX] Use style instead of deprecated width attribute *by [Offir Golan](https://github.com/offirgolan)* +- [#163](https://github.com/offirgolan/ember-light-table/pull/163) [BUGFIX] Remove readOnly from value in base cell so it can be modified *by [Offir Golan](https://github.com/offirgolan)* +- [#163](https://github.com/offirgolan/ember-light-table/pull/163) [BUGFIX] Column resizer now applies width to table rows on `mouseUp` instead of on `mouseMove` *by [Offir Golan](https://github.com/offirgolan)* + ## v1.1.1 ### Pull Requests diff --git a/package.json b/package.json index 896be0b8..abae0cac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-light-table", - "version": "1.1.1", + "version": "1.2.0", "description": "Lightweight, component based table for Ember 2.x", "homepage": "https://github.com/offirgolan/ember-light-table", "directories": {