Skip to content

Commit

Permalink
Prepare 18.2.1-beta.1 (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
nightskylark authored Aug 10, 2018
1 parent ec63239 commit b590b65
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 18.2.1-beta.1 (2018-08-10)

### Features

- Update `devextreme` version to 18.2.1-pre

## 18.1.5-beta.3 (2018-07-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion examples/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h3>Home</h3>

<h2>DxDrawer</h2>

<dx-button icon="menu" (onClick)="drawer.menuVisible = !drawer.menuVisible"></dx-button>
<dx-button icon="menu" (onClick)="drawer.toggle()"></dx-button>
<dx-drawer #drawer [height]="260">
<div *dxTemplate="let data of 'menu'">
<ul style="padding: 20px;">
Expand Down

0 comments on commit b590b65

Please sign in to comment.