Skip to content

Commit 6980033

Browse files
committed
New version release
1 parent 114c4b8 commit 6980033

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Prefix the change with one of these keywords:
2323
- *Fixed*: for any bug fixes.
2424
- *Security*: in case of vulnerabilities.
2525

26+
## 4.1.35 - 2022-12-27
27+
28+
- Added: the ability to choose email from options in *EmailInput*.
29+
2630
## 4.1.34 - 2022-12-26
2731

2832
- Fixed: Select dropdown width when strategy fixed.
@@ -83,7 +87,6 @@ Added: `shouldDynamicallyRenderRowSize` to calculate rows per page dynamically b
8387
## 4.1.17 - 2022-12-01
8488
Fixed: Issue with class instance producing undefined in the host application.
8589
Added: Types for `manager`.
86-
8790
## 4.1.16 - 2022-12-01
8891

8992
Fixed: Prevents form submission when the `enter` key is pressed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigbinary/neetoui",
3-
"version": "4.1.34",
3+
"version": "4.1.35",
44
"main": "./index.js",
55
"module": "./index.js",
66
"types": "./index.d.ts",

0 commit comments

Comments
 (0)