Skip to content

Commit

Permalink
Version 4.5.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Nov 3, 2019
1 parent 9e696e4 commit 92f11fb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,13 @@
# Changelog

## 4.5.1-1

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.5.1-0...v4.5.1-1)**

- Fix [cursor jumping](https://github.com/reagent-project/reagent/blob/master/doc/examples/material-ui.md)
in textfields

## 4.5.1-0

- Update Material UI to v4.5.1
- Add [Material UI pickers](https://material-ui-pickers.dev/) v3.2.7
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ Their examples are very good. and this library tries to follow the original idea

To add Material UI to an existing Reagent project, just add this library to your dependencies:
```
[arttuka/reagent-material-ui "4.5.1-0"]
[arttuka/reagent-material-ui "4.5.1-1"]
```

Most of the library is in the form of regular Reagent components. Each component is contained in a namespace that mirrors
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject arttuka/reagent-material-ui "4.5.1-0"
(defproject arttuka/reagent-material-ui "4.5.1-1"
:description "Reagent wrapper library for Material UI v4"
:url "https://github.com/arttuka/reagent-material-ui"
:license {:name "Eclipse Public License 2.0"
Expand Down

0 comments on commit 92f11fb

Please sign in to comment.