Skip to content

Commit

Permalink
Merge pull request #262 from DuneSt/development
Browse files Browse the repository at this point in the history
v2.1.7
  • Loading branch information
jecisc committed Oct 11, 2019
2 parents 5818e71 + 16c3afe commit 46748fa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 29 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H)) v1.3.2...HEAD --grep="Merge "-->
<!--git log --pretty="* %s ([%h](https://github.com/DuneSt/MaterialDesignLite/commit/%H))" v2.1.7...HEAD --grep="Merge pull"-->

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

## Infrastructure

* Update Seaside dependency to 3.4.x ([3fa632d](https://github.com/DuneSt/MaterialDesignLite/commit/3fa632dfac21f1ab69d1e644dce75c9e20c08883))
* Remove appveyor from checks ([cb442d3](https://github.com/DuneSt/MaterialDesignLite/commit/cb442d39dd51e68f9d25b76a056d74dede0cfbdf))
* Add more description to menu demo ([d33a3bd](https://github.com/DuneSt/MaterialDesignLite/commit/d33a3bd74989a31c1d3e212c603c725acd25b8c3))

# [v2.1.6](https://github.com/DuneSt/MaterialDesignLite/compare/v2.1.5...v2.1.6) (2019-05-31)

## Infrastructure
Expand Down
23 changes: 0 additions & 23 deletions appveyor.yml

This file was deleted.

1 change: 0 additions & 1 deletion src/.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
#format : #tonel
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ BaselineOfMaterialDesignLite >> seaside3: spec [
baseline: 'Seaside3'
with: [ spec
loads: #('Core' 'JQuery' 'Zinc');
repository: 'github://SeasideSt/Seaside:v3.3.x/repository' ]
repository: 'github://SeasideSt/Seaside:v3.4.x/repository' ]
]

{ #category : #dependencies }
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 @@ -81,7 +81,7 @@ MDLDemo class >> open [

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

{ #category : #hooks }
Expand Down
4 changes: 2 additions & 2 deletions src/Material-Design-Lite-Demo/MDLMenusScreen.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ I'm representing the menu components screen
Class {
#name : #MDLMenusScreen,
#superclass : #MDLComponentDemo,
#category : 'Material-Design-Lite-Demo-Components'
#category : #'Material-Design-Lite-Demo-Components'
}

{ #category : #accessing }
MDLMenusScreen class >> description [
^ 'Lists of clickable actions.'
^ 'Lists of clickable actions. Those menus are anchored to elements and can have their anchor point specified.'
]

{ #category : #accessing }
Expand Down

0 comments on commit 46748fa

Please sign in to comment.