Skip to content

Commit

Permalink
chore(release): v6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frikki committed Oct 8, 2015
1 parent 7b95757 commit 3eee301
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v6.3.1 (2015-10-09)


## Bug Fixes

- prevent `Textarea` label float synchronization
([51b1415a](https://github.com/CyclicMaterials/molecule-input/commits/51b1415a99f5b6ecc70798b7e27e11617ee1b308),
[#59](https://github.com/CyclicMaterials/molecule-input/issues/59))
- **Input:** prevent label and placeholder overlap
([61020bfd](https://github.com/CyclicMaterials/molecule-input/commits/61020bfd714e4d5890c02f63d10de0761fcb4ad2),
[#53](https://github.com/CyclicMaterials/molecule-input/issues/53))


## Performance Improvements

- **InputContainer:**
- prevent render of empty DIVs
([f9238c73](https://github.com/CyclicMaterials/molecule-input/commits/f9238c7377719fd3c856bbeed425e8e0f5533112),
[#54](https://github.com/CyclicMaterials/molecule-input/issues/54))
- exclude `floatLabelPlaceholder` rendering
([65f86837](https://github.com/CyclicMaterials/molecule-input/commits/65f86837a8fb5ad833b1c4eb7232361277081fd0),
[#56](https://github.com/CyclicMaterials/molecule-input/issues/56))
- **Textarea:** add `distinctUntilChanged()`
([75b7577b](https://github.com/CyclicMaterials/molecule-input/commits/75b7577bfb060274e7652bda7bba4cda83ac0c15))


# v6.3.0 (2015-10-06)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclic/molecule-input",
"version": "6.3.0",
"version": "6.3.1",
"author": "Frederik Krautwald",
"description": "A Material Design text field",
"license": "MIT",
Expand Down

0 comments on commit 3eee301

Please sign in to comment.