Skip to content

Commit

Permalink
v0.101.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bennapp committed May 16, 2022
1 parent 9091e04 commit b0e4457
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
Major/Minor/Patch: This is an example changelog item, usually can be the commit message.
Prepend new items to make git merging easier.

## 0.101.6
## 0.101.7

-fix(Number): add id and name into ref. Ensure onChange value on ref is a number
-fix(Date): add id and name into ref
- feat(Date): Add ability to pass `onFocus` and `onBlur` into cell control
- feat(Autocompleter): Add ability to pass `onFocus` and `onBlur` into cell control
- feat(Input): Add ability to pass `onFocus` and `onBlur` into cell control
Expand All @@ -15,6 +13,12 @@ Prepend new items to make git merging easier.
- feat(Number): Add ability to pass `onFocus` and `onBlur` into cell control
- feat(Select): Add ability to pass `onFocus` and `onBlur` into cell control


## 0.101.6

-fix(Number): add id and name into ref. Ensure onChange value on ref is a number
-fix(Date): add id and name into ref

## 0.101.5

- feat(Date): Implement a onDeactivate and onActive callbacks, so developers can listen
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": "@mavenlink/design-system",
"version": "0.101.6",
"version": "0.101.7",
"description": "Mavenlink React Components",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit b0e4457

Please sign in to comment.