Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jducro committed Jun 22, 2018
1 parent f2b3aa9 commit a40e9fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.0 - 2018-06-22

* Double stage delete on tokens
* Refactor inputs
* Allow to pass meta to avoid API call on load

## 0.3.4 - 2018-06-19

* Add loader on Promise loading
Expand Down
2 changes: 1 addition & 1 deletion npm-shrinkwrap.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": "@deskpro/token-field",
"version": "0.3.4",
"version": "0.4.0",
"description": "",
"main": "dist/index.js",
"private": false,
Expand Down
1 change: 0 additions & 1 deletion src/Components/Input/TokenInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export default class TokenInput extends React.Component {
} else {
this.props.removeToken();
}
console.log(this.state.value);
};

renderDetached = () => {
Expand Down

0 comments on commit a40e9fb

Please sign in to comment.