Skip to content

Commit

Permalink
Merge pull request #295 from DuneSt/development
Browse files Browse the repository at this point in the history
v2.2.1
  • Loading branch information
jecisc committed Jan 9, 2020
2 parents d465d7c + a4e128a commit 1680d54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v2.2.0...HEAD --grep="Merge pull"-->
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v2.2.1...HEAD --grep="Merge pull"-->

# [v2.2.1](https://github.com/DuneSt/MaterialDesignLite/compare/v2.2.0...v2.2.1) (2020-01-09)

## Bug fixes

* MDLHighLevelWidget #style: is broken ([057cd462](https://github.com/DuneSt/MaterialDesignLite/commit/057cd462fc0f9c7c8e69602e3237f82784dd719d))

# [v2.2.0](https://github.com/DuneSt/MaterialDesignLite/compare/v2.1.7...v2.2.0) (2019-10-29)

## New features


* Table widget - A component to describe the columns of a table instead of giving collection of rows ([0f40cd36](https://github.com/DuneSt/MaterialDesignLite/commit/0f40cd3675cc937f61a21cefcccf26b413afc1c7))
* Expansion panel - As brush or widget ([7bc5485f](https://github.com/DuneSt/MaterialDesignLite/commit/7bc5485fcd3093b4f63611762ad61a9edbb9ce4d)) ([af0681f6](https://github.com/DuneSt/MaterialDesignLite/commit/af0681f6aaa8315f2ccef4db0d88a5de6b36a92f)) ([e68f6c17](https://github.com/DuneSt/MaterialDesignLite/commit/e68f6c17fa04c6c38bb83b54593451c5c4b5f822))
* Create some predefined alerts in MDL extensions ([5c0f9005](https://github.com/DuneSt/MaterialDesignLite/commit/5c0f90056d0d72eebfd341f09f6d59b2e5f03360))
Expand Down
2 changes: 1 addition & 1 deletion src/Material-Design-Lite-Demo/MDLDemo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ MDLDemo class >> open [

{ #category : #versions }
MDLDemo class >> version [
^ 'v2.2.0'
^ 'v2.2.1'
]

{ #category : #hooks }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@ MDLHighLevelWidget >> style: aString [
nextPutAll: aString ] ]
ifAbsent: [ aString ].

self propertiesAt: #style: put: stringToAdd
self propertiesAt: #style: put: {stringToAdd}
]

0 comments on commit 1680d54

Please sign in to comment.