Skip to content

Commit 3a79ab1

Browse files
author
Brad Berger
committed
Updates changelog and version on website
1 parent 7a064b1 commit 3a79ab1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.2.7
2+
3+
- Adds selection of multiple dates
4+
- Will now read the ngModel and update selected dates accordingly
5+
- Fixes bug with injection of HTML for date content
6+
- Simplifies CSS, removing most custom classes
7+
18
## 0.2.5
29

310
- Adds better layout support for mobile

website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</div>
3434
<main class="mdl-layout__content">
3535
<div class="container text-center">
36-
<h1 class="text--bold-shadow mdl-typography--display-4">Angular Material Calendar <small>v0.2.5</small></h1>
36+
<h1 class="text--bold-shadow mdl-typography--display-4">Angular Material Calendar <small>v0.2.7</small></h1>
3737
<h3 class="text--bold-shadow mdl-typography--display-2">Flexible calendar directive for the Angular Material framework</h3>
3838
<a href="https://github.com/bradberger/angular-material-calendar/archive/master.zip" class="mdl-button mdl-button--large mdl-button--accent mdl-js-button mdl-button--raised mdl-js-ripple-effect">
3939
<i class="material-icons md-24">file_download</i>

0 commit comments

Comments
 (0)