Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Jul 28, 2020
2 parents 1680d54 + 6512720 commit 73351a2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v2.2.1...HEAD --grep="Merge pull"-->

# [v2.2.2](https://github.com/DuneSt/MaterialDesignLite/compare/v2.2.1...v2.2.2) (2020-07-28)

## Cleanup

* Move SortedTable css to css file ([d46dc194](https://github.com/DuneSt/MaterialDesignLite/commit/d46dc194796f602e277b1d769448f9494bdb3554))

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

## Bug fixes
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.1'
^ 'v2.2.2'
]

{ #category : #hooks }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ MDLSortedTableScreen >> renderSortedTableOn: html [
{class printString.
class superclass printString.
class subclasses size} ] ];
title: 'Hierarchy information table';
rowsPerPagePossibilities: #(10 50 100 200))
]

Expand Down
Loading

0 comments on commit 73351a2

Please sign in to comment.