ydb-embedded-ui 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ### [1.5.1](https://github.com/ydb-platform/ydb-embedded-ui/compare/v1.5.0...v1.5.1) (2022-05-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **Authentication:** submit form with enter in the login field ([7b6132a](https://github.com/ydb-platform/ydb-embedded-ui/commit/7b6132a6b2556939648167f30b08c5688b56ab98))
9
+
3
10
  ## [1.5.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v1.4.2...v1.5.0) (2022-05-24)
4
11
 
5
12
 
@@ -72,6 +72,7 @@ function Authentication({authenticate, error}: any) {
72
72
  onUpdate={onLoginUpdate}
73
73
  placeholder={'Username'}
74
74
  error={loginError}
75
+ onKeyDown={onEnterClick}
75
76
  size="l"
76
77
  autoFocus
77
78
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ydb-embedded-ui",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],