Skip to content

Commit

Permalink
Merge pull request react-materialize#694 from react-materialize/2.5.0
Browse files Browse the repository at this point in the history
2.5.0
  • Loading branch information
alextrastero authored Nov 19, 2018
2 parents 9bab461 + 2337927 commit b67bf0b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Changelog

### 2.5.8
### 2.5.0

- Feature `<Autocomplete/>` supports arrow navigation (mustaphaturhan #690)
- Adds `xl` size to `<Input/>` (CloudPower97 #676)

### 2.4.8

- Fixes input#checkbox bug (Marzon #680)

### 2.5.7
### 2.4.7

- Updates npm scripts
- Added `pull` and `push` modifiers to `<Columns/>` (CloudPower97 #647)

### 2.5.6
### 2.4.6

- Fixes multiple input bug (trishtzy #658)
- Adds centerLogo prop to Navbar (CloudPower97 #534)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-materialize",
"version": "2.4.8",
"version": "2.5.0",
"description": "Material design components for react",
"main": "./lib/index.js",
"files": [
Expand Down

0 comments on commit b67bf0b

Please sign in to comment.