auth0-lock 11.30.3 → 11.31.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.circleci/config.yml +66 -19
- package/.eslintrc.json +9 -2
- package/.prettierignore +1 -0
- package/.prettierrc.yaml +5 -0
- package/.shiprc +7 -0
- package/CHANGELOG.md +387 -208
- package/DEVELOPMENT.md +13 -3
- package/LICENSE +23 -0
- package/README.md +160 -139
- package/karma.conf.js +129 -0
- package/lib/__tests__/connection/database/reset_password.js +82 -4
- package/lib/__tests__/core/index.js +134 -0
- package/lib/__tests__/core/web_api/helper.js +3 -3
- package/lib/__tests__/core/web_api.js +7 -7
- package/lib/__tests__/setup-tests.js +1 -1
- package/lib/__tests__/ui/box/chrome.js +16 -3
- package/lib/__tests__/utils/format.js +33 -0
- package/lib/browser.js +6 -6
- package/lib/connection/database/index.js +2 -2
- package/lib/connection/database/reset_password.js +15 -0
- package/lib/core/actions.js +3 -3
- package/lib/core/index.js +11 -18
- package/lib/core/web_api/helper.js +1 -1
- package/lib/core.js +1 -1
- package/lib/i18n/nl.js +34 -34
- package/lib/i18n.js +5 -3
- package/lib/lock.js +1 -1
- package/lib/passwordless.js +1 -1
- package/lib/store/index.js +1 -1
- package/lib/sync.js +1 -1
- package/lib/ui/box/chrome.js +16 -5
- package/lib/ui/box/container.js +4 -4
- package/lib/ui/box/header.js +4 -4
- package/lib/ui/box.js +5 -5
- package/lib/ui/input/password/password_strength.js +3 -3
- package/lib/utils/cdn_utils.js +6 -6
- package/lib/utils/format.js +48 -0
- package/package.json +40 -36
- package/.zuul.yml +0 -19
- package/circle.yml +0 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,265 +1,324 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [v11.31.0](https://github.com/auth0/lock/tree/v11.31.0) (2021-10-15)
|
|
4
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.6...v11.31.0)
|
|
5
|
+
|
|
6
|
+
**Added**
|
|
7
|
+
- [SDK-2295] Add forceAutoHeight property to UI config [\#2050](https://github.com/auth0/lock/pull/2050) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
8
|
+
|
|
9
|
+
**Fixed**
|
|
10
|
+
- [SDK-2823] Fix password reset when using custom connection resolver [\#2048](https://github.com/auth0/lock/pull/2048) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
11
|
+
|
|
12
|
+
## [v11.30.6](https://github.com/auth0/lock/tree/v11.30.6) (2021-09-27)
|
|
13
|
+
|
|
14
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.5...v11.30.6)
|
|
15
|
+
|
|
16
|
+
This release intends to fix the build for Bower users, whilst upgrading some development-time dependencies and build configuration.
|
|
17
|
+
|
|
18
|
+
Please see [the diff](https://github.com/auth0/lock/compare/v11.30.5...v11.30.6) for the full set of changes.
|
|
19
|
+
|
|
20
|
+
## [v11.30.5](https://github.com/auth0/lock/tree/v11.30.5) (2021-09-13)
|
|
21
|
+
|
|
22
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.4...v11.30.5)
|
|
23
|
+
|
|
24
|
+
**Changed**
|
|
25
|
+
|
|
26
|
+
[SDK-2708] Use `domain` value for client assets download instead of `cdn.*.auth0.com` [\#2029](https://github.com/auth0/lock/pull/2029) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
27
|
+
|
|
28
|
+
**Fixed**
|
|
29
|
+
|
|
30
|
+
Inline `util.format` and replace usage of `global` for `window` [\#2030](https://github.com/auth0/lock/pull/2030) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
31
|
+
|
|
32
|
+
## [v11.30.4](https://github.com/auth0/lock/tree/v11.30.4) (2021-07-12)
|
|
33
|
+
|
|
34
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.3...v11.30.4)
|
|
35
|
+
|
|
36
|
+
**Fixed**
|
|
37
|
+
|
|
38
|
+
- Updated Dutch translations [\#2013](https://github.com/auth0/lock/pull/2013) ([erombouts](https://github.com/erombouts))
|
|
39
|
+
|
|
3
40
|
## [v11.30.3](https://github.com/auth0/lock/tree/v11.30.3) (2021-06-25)
|
|
4
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.2...v11.30.3)
|
|
5
41
|
|
|
42
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.2...v11.30.3)
|
|
6
43
|
|
|
7
44
|
**Fixed**
|
|
8
|
-
- Fix country dialing code dropdown [\#2009](https://github.com/auth0/lock/pull/2009) ([adamjmcgrath](https://github.com/adamjmcgrath))
|
|
9
45
|
|
|
46
|
+
- Fix country dialing code dropdown [\#2009](https://github.com/auth0/lock/pull/2009) ([adamjmcgrath](https://github.com/adamjmcgrath))
|
|
10
47
|
|
|
11
48
|
## [v11.30.2](https://github.com/auth0/lock/tree/v11.30.2) (2021-06-11)
|
|
12
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.1...v11.30.2)
|
|
13
49
|
|
|
50
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.1...v11.30.2)
|
|
14
51
|
|
|
15
52
|
**Changed**
|
|
16
|
-
- [ESD-13941] Implement a DOMPurify hook to enable target attributes on links [\#2006](https://github.com/auth0/lock/pull/2006) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
17
53
|
|
|
54
|
+
- [ESD-13941] Implement a DOMPurify hook to enable target attributes on links [\#2006](https://github.com/auth0/lock/pull/2006) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
18
55
|
|
|
19
56
|
## [v11.30.1](https://github.com/auth0/lock/tree/v11.30.1) (2021-06-04)
|
|
20
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.0...v11.30.1)
|
|
21
57
|
|
|
58
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.30.0...v11.30.1)
|
|
22
59
|
|
|
23
60
|
**Changed**
|
|
61
|
+
|
|
24
62
|
- Update fa.js [\#2000](https://github.com/auth0/lock/pull/2000) ([alirezagit](https://github.com/alirezagit))
|
|
25
63
|
|
|
26
64
|
**Fixed**
|
|
65
|
+
|
|
27
66
|
- [SDK-2588] Avoid multiple simultaneous HTTP calls [\#1998](https://github.com/auth0/lock/pull/1998) ([frederikprijck](https://github.com/frederikprijck))
|
|
28
67
|
|
|
29
68
|
**Security**
|
|
69
|
+
|
|
30
70
|
- Update auth0-js + node-fetch [\#1996](https://github.com/auth0/lock/pull/1996) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
31
71
|
- [SEC-687, SEC-700] For more information on this security release, please see [the release on GitHub](https://github.com/auth0/lock/releases/tag/v11.30.1).
|
|
32
72
|
|
|
33
|
-
|
|
34
73
|
## [v11.30.0](https://github.com/auth0/lock/tree/v11.30.0) (2021-04-26)
|
|
35
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.29.1...v11.30.0)
|
|
36
74
|
|
|
75
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.29.1...v11.30.0)
|
|
37
76
|
|
|
38
77
|
**Added**
|
|
78
|
+
|
|
39
79
|
- Recaptcha Enterprise support [\#1986](https://github.com/auth0/lock/pull/1986) ([akmjenkins](https://github.com/akmjenkins))
|
|
40
80
|
|
|
41
81
|
**Fixed**
|
|
42
|
-
- [ESD-12716]fix recaptcha on mobile when lang is not English [\#1988](https://github.com/auth0/lock/pull/1988) ([jfromaniello](https://github.com/jfromaniello))
|
|
43
82
|
|
|
83
|
+
- [ESD-12716]fix recaptcha on mobile when lang is not English [\#1988](https://github.com/auth0/lock/pull/1988) ([jfromaniello](https://github.com/jfromaniello))
|
|
44
84
|
|
|
45
85
|
## [v11.29.1](https://github.com/auth0/lock/tree/v11.29.1) (2021-04-14)
|
|
46
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.29.0...v11.29.1)
|
|
47
86
|
|
|
87
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.29.0...v11.29.1)
|
|
48
88
|
|
|
49
89
|
**Fixed**
|
|
50
|
-
- fix ESD-12716: move CSS display override to render function to fix recaptcha on sign-up [\#1983](https://github.com/auth0/lock/pull/1983) ([jfromaniello](https://github.com/jfromaniello))
|
|
51
90
|
|
|
91
|
+
- fix ESD-12716: move CSS display override to render function to fix recaptcha on sign-up [\#1983](https://github.com/auth0/lock/pull/1983) ([jfromaniello](https://github.com/jfromaniello))
|
|
52
92
|
|
|
53
93
|
## [v11.29.0](https://github.com/auth0/lock/tree/v11.29.0) (2021-04-06)
|
|
54
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.28.1...v11.29.0)
|
|
55
94
|
|
|
95
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.28.1...v11.29.0)
|
|
56
96
|
|
|
57
97
|
**Added**
|
|
98
|
+
|
|
58
99
|
- [SDK-2412] Add event for SSO data fetch [\#1977](https://github.com/auth0/lock/pull/1977) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
59
100
|
- [SDK-2306] Add login and signup hooks [\#1976](https://github.com/auth0/lock/pull/1976) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
60
101
|
|
|
61
102
|
**Fixed**
|
|
103
|
+
|
|
62
104
|
- [ESD-12716] fix issue with recaptcha in mobile [\#1978](https://github.com/auth0/lock/pull/1978) ([jfromaniello](https://github.com/jfromaniello))
|
|
63
105
|
- Fixes typo "assests" to "assets" [\#1975](https://github.com/auth0/lock/pull/1975) ([morkro](https://github.com/morkro))
|
|
64
106
|
- Remove line breaks from passwordless vcode entry instructions [\#1974](https://github.com/auth0/lock/pull/1974) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
65
107
|
- Remove padding from screen tabs [\#1971](https://github.com/auth0/lock/pull/1971) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
66
108
|
|
|
67
|
-
|
|
68
109
|
## [v11.28.1](https://github.com/auth0/lock/tree/v11.28.1) (2021-03-01)
|
|
69
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.28.0...v11.28.1)
|
|
70
110
|
|
|
111
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.28.0...v11.28.1)
|
|
71
112
|
|
|
72
113
|
**Fixed**
|
|
114
|
+
|
|
73
115
|
- Disable form submit manually for passwordless Safari [\#1968](https://github.com/auth0/lock/pull/1968) ([adamjmcgrath](https://github.com/adamjmcgrath))
|
|
74
116
|
|
|
75
117
|
**Security**
|
|
76
|
-
- Upgrade trim version to fix security issue [\#1960](https://github.com/auth0/lock/pull/1960) ([blankg](https://github.com/blankg))
|
|
77
118
|
|
|
119
|
+
- Upgrade trim version to fix security issue [\#1960](https://github.com/auth0/lock/pull/1960) ([blankg](https://github.com/blankg))
|
|
78
120
|
|
|
79
121
|
## [v11.28.0](https://github.com/auth0/lock/tree/v11.28.0) (2021-01-06)
|
|
122
|
+
|
|
80
123
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.2...v11.28.0)
|
|
81
124
|
|
|
82
125
|
**Added**
|
|
126
|
+
|
|
83
127
|
- An option to hide username in signup view [\#1954](https://github.com/auth0/lock/pull/1954) ([saltukalakus](https://github.com/saltukalakus))
|
|
84
128
|
|
|
85
129
|
**Changed**
|
|
130
|
+
|
|
86
131
|
- Wording and spelling fixes to Bulgarian language file [\#1953](https://github.com/auth0/lock/pull/1953) ([maximnaidenov](https://github.com/maximnaidenov))
|
|
87
132
|
|
|
88
133
|
## [v11.27.2](https://github.com/auth0/lock/tree/v11.27.2) (2020-12-16)
|
|
89
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.1...v11.27.2)
|
|
90
134
|
|
|
135
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.1...v11.27.2)
|
|
91
136
|
|
|
92
137
|
**Changed**
|
|
138
|
+
|
|
93
139
|
- Update cs.js [\#1944](https://github.com/auth0/lock/pull/1944) ([HopXXII](https://github.com/HopXXII))
|
|
94
140
|
|
|
95
141
|
**Fixed**
|
|
142
|
+
|
|
96
143
|
- [ESD-10361] Fix password strength popup overflow issue [\#1949](https://github.com/auth0/lock/pull/1949) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
97
144
|
- [ESD-10373] Fix rendering of Lock inside popup on first open [\#1948](https://github.com/auth0/lock/pull/1948) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
98
145
|
|
|
99
|
-
|
|
100
146
|
## [v11.27.1](https://github.com/auth0/lock/tree/v11.27.1) (2020-10-26)
|
|
101
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.0...v11.27.1)
|
|
102
147
|
|
|
148
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.27.0...v11.27.1)
|
|
103
149
|
|
|
104
150
|
**Fixed**
|
|
151
|
+
|
|
105
152
|
- Remove top padding from wrapper element [\#1939](https://github.com/auth0/lock/pull/1939) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
106
153
|
- Remove javascript:void(0) from links that do not navigate [\#1938](https://github.com/auth0/lock/pull/1938) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
107
154
|
- Respect showTerms option for passwordless [\#1931](https://github.com/auth0/lock/pull/1931) ([saltukalakus](https://github.com/saltukalakus))
|
|
108
155
|
|
|
109
|
-
|
|
110
156
|
## [v11.27.0](https://github.com/auth0/lock/tree/v11.27.0) (2020-09-18)
|
|
111
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.3...v11.27.0)
|
|
112
157
|
|
|
158
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.3...v11.27.0)
|
|
113
159
|
|
|
114
160
|
**Changed**
|
|
161
|
+
|
|
115
162
|
- Better flash error messages on incorrect, empty fields. [\#1923](https://github.com/auth0/lock/pull/1923) ([saltukalakus](https://github.com/saltukalakus))
|
|
116
163
|
- [SDK-1946] Update Basecamp logo [\#1922](https://github.com/auth0/lock/pull/1922) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
117
164
|
|
|
118
165
|
**Fixed**
|
|
166
|
+
|
|
119
167
|
- [SDK-1911] Always use UsernamePane when using custom resolver [\#1918](https://github.com/auth0/lock/pull/1918) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
120
168
|
|
|
121
169
|
**Security**
|
|
170
|
+
|
|
122
171
|
- Dependencies [\#1924](https://github.com/auth0/lock/pull/1924) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
123
172
|
- Add license scan report and status [\#1920](https://github.com/auth0/lock/pull/1920) ([fossabot](https://github.com/fossabot))
|
|
124
173
|
|
|
125
|
-
|
|
126
174
|
## [v11.26.3](https://github.com/auth0/lock/tree/v11.26.3) (2020-08-14)
|
|
175
|
+
|
|
127
176
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.2...v11.26.3)
|
|
128
177
|
|
|
129
178
|
**Security**
|
|
179
|
+
|
|
130
180
|
- [SEC-512] Replace usage of i18n.html with i18n.str in Passwordless verification code UI ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
131
181
|
|
|
132
182
|
## [v11.26.2](https://github.com/auth0/lock/tree/v11.26.2) (2020-08-12)
|
|
183
|
+
|
|
133
184
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.1...v11.26.2)
|
|
134
185
|
|
|
135
186
|
**Fixed**
|
|
187
|
+
|
|
136
188
|
- Fallback to default language dictionary when the language file cannot be loaded [\#1912](https://github.com/auth0/lock/pull/1912) ([davidpatrick](https://github.com/davidpatrick))
|
|
137
189
|
- [SDK-1813] Send connection scope config to enterprise connections [\#1910](https://github.com/auth0/lock/pull/1910) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
138
190
|
|
|
139
191
|
**Security**
|
|
140
|
-
- [Security] Bump elliptic from 6.4.1 to 6.5.3 [\#1909](https://github.com/auth0/lock/pull/1909) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
141
192
|
|
|
193
|
+
- [Security] Bump elliptic from 6.4.1 to 6.5.3 [\#1909](https://github.com/auth0/lock/pull/1909) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
142
194
|
|
|
143
195
|
## [v11.26.1](https://github.com/auth0/lock/tree/v11.26.1) (2020-07-23)
|
|
144
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.0...v11.26.1)
|
|
145
196
|
|
|
197
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.26.0...v11.26.1)
|
|
146
198
|
|
|
147
199
|
**Fixed**
|
|
148
|
-
- fix issue #1906 - remove extension from import [\#1907](https://github.com/auth0/lock/pull/1907) ([jfromaniello](https://github.com/jfromaniello))
|
|
149
200
|
|
|
201
|
+
- fix issue #1906 - remove extension from import [\#1907](https://github.com/auth0/lock/pull/1907) ([jfromaniello](https://github.com/jfromaniello))
|
|
150
202
|
|
|
151
203
|
## [v11.26.0](https://github.com/auth0/lock/tree/v11.26.0) (2020-07-23)
|
|
152
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.25.1...v11.26.0)
|
|
153
204
|
|
|
205
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.25.1...v11.26.0)
|
|
154
206
|
|
|
155
207
|
**Added**
|
|
208
|
+
|
|
156
209
|
- [CAUTH-423] Add captcha in the sign-up flow [\#1902](https://github.com/auth0/lock/pull/1902) ([jfromaniello](https://github.com/jfromaniello))
|
|
157
210
|
|
|
158
211
|
**Changed**
|
|
212
|
+
|
|
159
213
|
- [CAUTH-511] improve error handling on missing captcha [\#1900](https://github.com/auth0/lock/pull/1900) ([jfromaniello](https://github.com/jfromaniello))
|
|
160
214
|
|
|
161
215
|
**Fixed**
|
|
162
|
-
- [SDK-1284] Fix for "growing" tabs when repeatedly clicked [\#1904](https://github.com/auth0/lock/pull/1904) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
163
216
|
|
|
217
|
+
- [SDK-1284] Fix for "growing" tabs when repeatedly clicked [\#1904](https://github.com/auth0/lock/pull/1904) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
164
218
|
|
|
165
219
|
## [v11.25.1](https://github.com/auth0/lock/tree/v11.25.1) (2020-07-14)
|
|
166
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.25.0...v11.25.1)
|
|
167
220
|
|
|
221
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.25.0...v11.25.1)
|
|
168
222
|
|
|
169
223
|
**Fixed**
|
|
170
|
-
- [SDK-1809] Connection display name is used even when no IdP domains are available [\#1898](https://github.com/auth0/lock/pull/1898) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
171
224
|
|
|
225
|
+
- [SDK-1809] Connection display name is used even when no IdP domains are available [\#1898](https://github.com/auth0/lock/pull/1898) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
172
226
|
|
|
173
227
|
## [v11.25.0](https://github.com/auth0/lock/tree/v11.25.0) (2020-07-09)
|
|
174
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.5...v11.25.0)
|
|
175
228
|
|
|
229
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.5...v11.25.0)
|
|
176
230
|
|
|
177
231
|
**Added**
|
|
178
|
-
- [SDK-1710] Allow Lock to use connection display name field from client configuration file [\#1896](https://github.com/auth0/lock/pull/1896) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
179
232
|
|
|
233
|
+
- [SDK-1710] Allow Lock to use connection display name field from client configuration file [\#1896](https://github.com/auth0/lock/pull/1896) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
180
234
|
|
|
181
235
|
## [v11.24.5](https://github.com/auth0/lock/tree/v11.24.5) (2020-07-03)
|
|
182
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.4...v11.24.5)
|
|
183
236
|
|
|
237
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.4...v11.24.5)
|
|
184
238
|
|
|
185
239
|
**Fixed**
|
|
186
|
-
- [SDK-1738] Remove subtle transition on header element [\#1892](https://github.com/auth0/lock/pull/1892) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
187
240
|
|
|
241
|
+
- [SDK-1738] Remove subtle transition on header element [\#1892](https://github.com/auth0/lock/pull/1892) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
188
242
|
|
|
189
243
|
## [v11.24.4](https://github.com/auth0/lock/tree/v11.24.4) (2020-07-02)
|
|
190
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.3...v11.24.4)
|
|
191
244
|
|
|
245
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.3...v11.24.4)
|
|
192
246
|
|
|
193
247
|
**Changed**
|
|
248
|
+
|
|
194
249
|
- [SDK-1756] Add HTML5 novalidate attribute to Lock form to remove native browser validation [\#1890](https://github.com/auth0/lock/pull/1890) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
195
250
|
- Bump auth0-js to 9.13.3 [\#1889](https://github.com/auth0/lock/pull/1889) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
196
251
|
|
|
197
|
-
|
|
198
252
|
## [v11.24.3](https://github.com/auth0/lock/tree/v11.24.3) (2020-06-19)
|
|
199
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.2...v11.24.3)
|
|
200
253
|
|
|
254
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.2...v11.24.3)
|
|
201
255
|
|
|
202
256
|
**Fixed**
|
|
257
|
+
|
|
203
258
|
- Allows i18n en lang override [\#1885](https://github.com/auth0/lock/pull/1885) ([davidpatrick](https://github.com/davidpatrick))
|
|
204
259
|
- Show the "Can't be blank" message under the password input [\#1882](https://github.com/auth0/lock/pull/1882) ([adamjmcgrath](https://github.com/adamjmcgrath))
|
|
205
260
|
|
|
206
261
|
**Security**
|
|
207
|
-
- [Security] Bump websocket-extensions from 0.1.3 to 0.1.4 [\#1880](https://github.com/auth0/lock/pull/1880) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
208
262
|
|
|
263
|
+
- [Security] Bump websocket-extensions from 0.1.3 to 0.1.4 [\#1880](https://github.com/auth0/lock/pull/1880) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
209
264
|
|
|
210
265
|
## [v11.24.2](https://github.com/auth0/lock/tree/v11.24.2) (2020-06-05)
|
|
211
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.1...v11.24.2)
|
|
212
266
|
|
|
267
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.1...v11.24.2)
|
|
213
268
|
|
|
214
269
|
**Fixed**
|
|
270
|
+
|
|
215
271
|
- [SDK-1556] Apply window height style to root document for Passwordless UI [\#1878](https://github.com/auth0/lock/pull/1878) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
216
272
|
- Add !hostedLoginPage condition to redirect check [\#1876](https://github.com/auth0/lock/pull/1876) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
217
273
|
- Header height not updated when Lock dialog is closed and reopened [\#1874](https://github.com/auth0/lock/pull/1874) ([adamjmcgrath](https://github.com/adamjmcgrath))
|
|
218
274
|
- z-index needs to be less than the close button to avoid hiding it [\#1872](https://github.com/auth0/lock/pull/1872) ([adamjmcgrath](https://github.com/adamjmcgrath))
|
|
219
275
|
|
|
220
|
-
|
|
221
276
|
## [v11.24.1](https://github.com/auth0/lock/tree/v11.24.1) (2020-05-18)
|
|
222
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.0...v11.24.1)
|
|
223
277
|
|
|
278
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.0...v11.24.1)
|
|
224
279
|
|
|
225
280
|
**Fixed**
|
|
226
|
-
- [ESD-6221] Remove CSS variable from header height calculation [\#1867](https://github.com/auth0/lock/pull/1867) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
227
281
|
|
|
282
|
+
- [ESD-6221] Remove CSS variable from header height calculation [\#1867](https://github.com/auth0/lock/pull/1867) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
228
283
|
|
|
229
284
|
## [v11.24.0](https://github.com/auth0/lock/tree/v11.24.0) (2020-05-11)
|
|
230
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.23.1...v11.24.0)
|
|
231
285
|
|
|
286
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.23.1...v11.24.0)
|
|
232
287
|
|
|
233
288
|
**Added**
|
|
289
|
+
|
|
234
290
|
- Add support for google recaptcha [\#1845](https://github.com/auth0/lock/pull/1845) ([kusold](https://github.com/kusold))
|
|
235
291
|
|
|
236
292
|
**Fixed**
|
|
293
|
+
|
|
237
294
|
- Fix header height calculation for large titles [\#1859](https://github.com/auth0/lock/pull/1859) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
238
295
|
- Typo fix in username.js [\#1857](https://github.com/auth0/lock/pull/1857) ([thduttonuk](https://github.com/thduttonuk))
|
|
239
296
|
- Fix send sms error event [\#1856](https://github.com/auth0/lock/pull/1856) ([blankg](https://github.com/blankg))
|
|
240
297
|
|
|
241
|
-
|
|
242
298
|
## [v11.23.1](https://github.com/auth0/lock/tree/v11.23.1) (2020-04-20)
|
|
243
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.23.0...v11.23.1)
|
|
244
299
|
|
|
300
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.23.0...v11.23.1)
|
|
245
301
|
|
|
246
302
|
**Fixed**
|
|
247
|
-
|
|
303
|
+
|
|
304
|
+
- [ESD-5299] Bug with the special characters password hint [\#1847](https://github.com/auth0/lock/pull/1847) ([adamjmcgrath](https://github.com/adamjmcgrath))
|
|
248
305
|
- [ESD-5397] Fix header z-index [\#1846](https://github.com/auth0/lock/pull/1846) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
249
306
|
|
|
250
307
|
**Security**
|
|
308
|
+
|
|
251
309
|
- Upgraded dependencies from security advisories [\#1848](https://github.com/auth0/lock/pull/1848) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
252
310
|
- Bump auth0-js from 9.13.1 to 9.13.2 [\#1844](https://github.com/auth0/lock/pull/1844) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))
|
|
253
311
|
|
|
254
|
-
|
|
255
312
|
## [v11.23.0](https://github.com/auth0/lock/tree/v11.23.0) (2020-04-02)
|
|
256
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.5...v11.23.0)
|
|
257
313
|
|
|
314
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.5...v11.23.0)
|
|
258
315
|
|
|
259
316
|
**Added**
|
|
317
|
+
|
|
260
318
|
- Add invalidHint to phoneNumberInput (fix issue #1836) [\#1837](https://github.com/auth0/lock/pull/1837) ([blankg](https://github.com/blankg))
|
|
261
319
|
|
|
262
320
|
**Fixed**
|
|
321
|
+
|
|
263
322
|
- [SDK-1413] Re-added scrollbars and fixed password strength popup clip issue [\#1839](https://github.com/auth0/lock/pull/1839) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
264
323
|
- Add 'social_signup_needs_terms_acception' Japanese translation [\#1835](https://github.com/auth0/lock/pull/1835) ([mag-chang](https://github.com/mag-chang))
|
|
265
324
|
|
|
@@ -268,584 +327,611 @@
|
|
|
268
327
|
- Bumped auth0-js to 9.13.1 [\#1842](https://github.com/auth0/lock/pull/1842) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
269
328
|
|
|
270
329
|
## [v11.22.5](https://github.com/auth0/lock/tree/v11.22.5) (2020-03-25)
|
|
271
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.4...v11.22.5)
|
|
272
330
|
|
|
331
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.4...v11.22.5)
|
|
273
332
|
|
|
274
333
|
**Added**
|
|
275
|
-
- add Azerbaijan language [\#1828](https://github.com/auth0/lock/pull/1828) ([Haqverdi](https://github.com/Haqverdi))
|
|
276
334
|
|
|
335
|
+
- add Azerbaijan language [\#1828](https://github.com/auth0/lock/pull/1828) ([Haqverdi](https://github.com/Haqverdi))
|
|
277
336
|
|
|
278
337
|
## [v11.22.4](https://github.com/auth0/lock/tree/v11.22.4) (2020-03-06)
|
|
279
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.3...v11.22.4)
|
|
280
338
|
|
|
339
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.3...v11.22.4)
|
|
281
340
|
|
|
282
341
|
**Fixed**
|
|
283
|
-
- [CAUTH-373] do not autologin the user if captcha is required [\#1818](https://github.com/auth0/lock/pull/1818) ([jfromaniello](https://github.com/jfromaniello))
|
|
284
342
|
|
|
343
|
+
- [CAUTH-373] do not autologin the user if captcha is required [\#1818](https://github.com/auth0/lock/pull/1818) ([jfromaniello](https://github.com/jfromaniello))
|
|
285
344
|
|
|
286
345
|
## [v11.22.3](https://github.com/auth0/lock/tree/v11.22.3) (2020-03-04)
|
|
287
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.2...v11.22.3)
|
|
288
346
|
|
|
347
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.2...v11.22.3)
|
|
289
348
|
|
|
290
349
|
**Fixed**
|
|
291
|
-
- [SDK-1389] Applied appearance styles for Bootstrap in Safari [\#1815](https://github.com/auth0/lock/pull/1815) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
292
350
|
|
|
351
|
+
- [SDK-1389] Applied appearance styles for Bootstrap in Safari [\#1815](https://github.com/auth0/lock/pull/1815) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
293
352
|
|
|
294
353
|
## [v11.22.2](https://github.com/auth0/lock/tree/v11.22.2) (2020-02-20)
|
|
295
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.1...v11.22.2)
|
|
296
354
|
|
|
355
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.1...v11.22.2)
|
|
297
356
|
|
|
298
357
|
**Changed**
|
|
358
|
+
|
|
299
359
|
- Change Sign in with Apple button background to full black [\#1811](https://github.com/auth0/lock/pull/1811) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
300
360
|
|
|
301
361
|
**Fixed**
|
|
302
|
-
- Update cs.js - plural adjustments [\#1810](https://github.com/auth0/lock/pull/1810) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
303
362
|
|
|
363
|
+
- Update cs.js - plural adjustments [\#1810](https://github.com/auth0/lock/pull/1810) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
304
364
|
|
|
305
365
|
## [v11.22.1](https://github.com/auth0/lock/tree/v11.22.1) (2020-02-18)
|
|
306
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.0...v11.22.1)
|
|
307
366
|
|
|
367
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.22.0...v11.22.1)
|
|
308
368
|
|
|
309
369
|
**Fixed**
|
|
310
|
-
- [SDK-1361] Fix missing padding on social buttons [\#1808](https://github.com/auth0/lock/pull/1808) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
311
370
|
|
|
371
|
+
- [SDK-1361] Fix missing padding on social buttons [\#1808](https://github.com/auth0/lock/pull/1808) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
312
372
|
|
|
313
373
|
## [v11.22.0](https://github.com/auth0/lock/tree/v11.22.0) (2020-02-17)
|
|
374
|
+
|
|
314
375
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.21.1...v11.22.0)
|
|
315
376
|
|
|
316
377
|
**Changed**
|
|
378
|
+
|
|
317
379
|
- [SDK-1373] Added style rules to handle overflow and scroll [\#1803](https://github.com/auth0/lock/pull/1803) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
318
380
|
- [SDK-1361] Adjust styling for social buttons and Apple compliance [\#1801](https://github.com/auth0/lock/pull/1801) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
319
381
|
- Return results with signup success callback [\#1799](https://github.com/auth0/lock/pull/1799) ([bstaley](https://github.com/bstaley))
|
|
320
382
|
|
|
321
383
|
**Fixed**
|
|
322
|
-
- [SDK-1374] Email input now uses type="email" [\#1802](https://github.com/auth0/lock/pull/1802) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
323
384
|
|
|
385
|
+
- [SDK-1374] Email input now uses type="email" [\#1802](https://github.com/auth0/lock/pull/1802) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
324
386
|
|
|
325
387
|
## [v11.21.1](https://github.com/auth0/lock/tree/v11.21.1) (2020-02-03)
|
|
326
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.21.0...v11.21.1)
|
|
327
388
|
|
|
389
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.21.0...v11.21.1)
|
|
328
390
|
|
|
329
391
|
**Fixed**
|
|
330
|
-
- [SDK-1300] Added missing translation keys for 6 EU languages [\#1791](https://github.com/auth0/lock/pull/1791) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
331
392
|
|
|
393
|
+
- [SDK-1300] Added missing translation keys for 6 EU languages [\#1791](https://github.com/auth0/lock/pull/1791) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
332
394
|
|
|
333
395
|
## [v11.21.0](https://github.com/auth0/lock/tree/v11.21.0) (2020-01-30)
|
|
334
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.4...v11.21.0)
|
|
335
396
|
|
|
397
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.4...v11.21.0)
|
|
336
398
|
|
|
337
399
|
**Security**
|
|
338
|
-
- Make placeholder text-only, add new placeholderHTML for additionalSignUpFields [\#1788](https://github.com/auth0/lock/pull/1788) ([davidpatrick](https://github.com/davidpatrick))
|
|
339
400
|
|
|
401
|
+
- Make placeholder text-only, add new placeholderHTML for additionalSignUpFields [\#1788](https://github.com/auth0/lock/pull/1788) ([davidpatrick](https://github.com/davidpatrick))
|
|
340
402
|
|
|
341
403
|
## [v11.20.4](https://github.com/auth0/lock/tree/v11.20.4) (2020-01-29)
|
|
342
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.3...v11.20.4)
|
|
343
404
|
|
|
405
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.3...v11.20.4)
|
|
344
406
|
|
|
345
407
|
**Fixed**
|
|
408
|
+
|
|
346
409
|
- Fix for login button being cut off on some mobile devices [\#1785](https://github.com/auth0/lock/pull/1785) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
347
410
|
- Emit authorization_error event on passwordless error [\#1784](https://github.com/auth0/lock/pull/1784) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
348
411
|
|
|
349
|
-
|
|
350
412
|
## [v11.20.3](https://github.com/auth0/lock/tree/v11.20.3) (2020-01-15)
|
|
351
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.2...v11.20.3)
|
|
352
413
|
|
|
414
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.2...v11.20.3)
|
|
353
415
|
|
|
354
416
|
**Changed**
|
|
417
|
+
|
|
355
418
|
- Bumped Auth0.js to 9.12.2 [\#1780](https://github.com/auth0/lock/pull/1780) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
356
419
|
- Prevent loading overlay from showing when using Sign In With Apple [\#1779](https://github.com/auth0/lock/pull/1779) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
357
420
|
|
|
358
421
|
**Fixed**
|
|
359
|
-
- Fix translation pt-PT [\#1776](https://github.com/auth0/lock/pull/1776) ([mario-moura-silva](https://github.com/mario-moura-silva))
|
|
360
422
|
|
|
423
|
+
- Fix translation pt-PT [\#1776](https://github.com/auth0/lock/pull/1776) ([mario-moura-silva](https://github.com/mario-moura-silva))
|
|
361
424
|
|
|
362
425
|
## [v11.20.2](https://github.com/auth0/lock/tree/v11.20.2) (2020-01-06)
|
|
363
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.1...v11.20.2)
|
|
364
426
|
|
|
427
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.1...v11.20.2)
|
|
365
428
|
|
|
366
429
|
**Fixed**
|
|
367
|
-
- [CAUTH-277] prevent posting when captcha is required and empty [\#1774](https://github.com/auth0/lock/pull/1774) ([jfromaniello](https://github.com/jfromaniello))
|
|
368
430
|
|
|
431
|
+
- [CAUTH-277] prevent posting when captcha is required and empty [\#1774](https://github.com/auth0/lock/pull/1774) ([jfromaniello](https://github.com/jfromaniello))
|
|
369
432
|
|
|
370
433
|
## [v11.20.1](https://github.com/auth0/lock/tree/v11.20.1) (2019-12-20)
|
|
371
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.0...v11.20.1)
|
|
372
434
|
|
|
435
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.20.0...v11.20.1)
|
|
373
436
|
|
|
374
437
|
**Fixed**
|
|
375
|
-
- Set the default token validation leeway to 60 sec [\#1770](https://github.com/auth0/lock/pull/1770) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
376
438
|
|
|
439
|
+
- Set the default token validation leeway to 60 sec [\#1770](https://github.com/auth0/lock/pull/1770) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
377
440
|
|
|
378
441
|
## [v11.20.0](https://github.com/auth0/lock/tree/v11.20.0) (2019-12-16)
|
|
379
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.19.0...v11.20.0)
|
|
380
442
|
|
|
443
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.19.0...v11.20.0)
|
|
381
444
|
|
|
382
445
|
**Added**
|
|
446
|
+
|
|
383
447
|
- add captcha support [\#1765](https://github.com/auth0/lock/pull/1765) ([jfromaniello](https://github.com/jfromaniello))
|
|
384
448
|
|
|
385
449
|
**Security**
|
|
386
|
-
- [SDK-980] Bumped auth0.js to 9.12.0 [\#1767](https://github.com/auth0/lock/pull/1767) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
387
450
|
|
|
451
|
+
- [SDK-980] Bumped auth0.js to 9.12.0 [\#1767](https://github.com/auth0/lock/pull/1767) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
388
452
|
|
|
389
453
|
## [v11.19.0](https://github.com/auth0/lock/tree/v11.19.0) (2019-12-04)
|
|
390
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.18.1...v11.19.0)
|
|
391
454
|
|
|
455
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.18.1...v11.19.0)
|
|
392
456
|
|
|
393
457
|
**Added**
|
|
458
|
+
|
|
394
459
|
- New Feature: Signup Success Event [\#1754](https://github.com/auth0/lock/pull/1754) ([fostergn](https://github.com/fostergn))
|
|
395
460
|
|
|
396
461
|
**Fixed**
|
|
462
|
+
|
|
397
463
|
- [SDK-1191] Lock social buttons now render as links instead of buttons [\#1760](https://github.com/auth0/lock/pull/1760) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
398
464
|
- [SDK-1141] Altered readme samples to remove ref to localstorage [\#1759](https://github.com/auth0/lock/pull/1759) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
399
465
|
- Applied overflow style only on mobile views [\#1758](https://github.com/auth0/lock/pull/1758) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
400
466
|
- Bugfix for WebExtension [\#1750](https://github.com/auth0/lock/pull/1750) ([STK913](https://github.com/STK913))
|
|
401
467
|
|
|
402
|
-
|
|
403
468
|
## [v11.18.1](https://github.com/auth0/lock/tree/v11.18.1) (2019-10-28)
|
|
404
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.18.0...v11.18.1)
|
|
405
469
|
|
|
470
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.18.0...v11.18.1)
|
|
406
471
|
|
|
407
472
|
**Added**
|
|
473
|
+
|
|
408
474
|
- added hungarian transalation for social_signup_needs_terms_acception [\#1744](https://github.com/auth0/lock/pull/1744) ([smatyas](https://github.com/smatyas))
|
|
409
475
|
- Add a Lock event 'sso login' [\#1742](https://github.com/auth0/lock/pull/1742) ([countergram](https://github.com/countergram))
|
|
410
476
|
- fix: Add missing property for finnish translation [\#1740](https://github.com/auth0/lock/pull/1740) ([petetnt](https://github.com/petetnt))
|
|
411
477
|
|
|
412
478
|
**Fixed**
|
|
413
|
-
- Reset .auth0-lock-form display to 'initial' for iPhone [\#1745](https://github.com/auth0/lock/pull/1745) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
414
479
|
|
|
480
|
+
- Reset .auth0-lock-form display to 'initial' for iPhone [\#1745](https://github.com/auth0/lock/pull/1745) ([stevehobbsdev](https://github.com/stevehobbsdev))
|
|
415
481
|
|
|
416
482
|
## [v11.18.0](https://github.com/auth0/lock/tree/v11.18.0) (2019-10-10)
|
|
417
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.17.3...v11.18.0)
|
|
418
483
|
|
|
484
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.17.3...v11.18.0)
|
|
419
485
|
|
|
420
486
|
**Changed**
|
|
487
|
+
|
|
421
488
|
- Relaxing the email validation [\#1735](https://github.com/auth0/lock/pull/1735) ([luisrudge](https://github.com/luisrudge))
|
|
422
489
|
- Fix social button interactions when terms have not been accepted [\#1733](https://github.com/auth0/lock/pull/1733) ([luisrudge](https://github.com/luisrudge))
|
|
423
490
|
|
|
424
491
|
**Fixed**
|
|
425
|
-
- Map password_expired to password_change_required [\#1730](https://github.com/auth0/lock/pull/1730) ([luisrudge](https://github.com/luisrudge))
|
|
426
492
|
|
|
493
|
+
- Map password_expired to password_change_required [\#1730](https://github.com/auth0/lock/pull/1730) ([luisrudge](https://github.com/luisrudge))
|
|
427
494
|
|
|
428
495
|
## [v11.17.3](https://github.com/auth0/lock/tree/v11.17.3) (2019-10-03)
|
|
429
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.17.2...v11.17.3)
|
|
430
496
|
|
|
497
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.17.2...v11.17.3)
|
|
431
498
|
|
|
432
499
|
**Fixed**
|
|
500
|
+
|
|
433
501
|
- Fix Title cropping and password instructions tooltip [\#1728](https://github.com/auth0/lock/pull/1728) ([thisis-Shitanshu](https://github.com/thisis-Shitanshu))
|
|
434
502
|
- Fix pt language issue [\#1726](https://github.com/auth0/lock/pull/1726) ([jogee](https://github.com/jogee))
|
|
435
503
|
|
|
436
|
-
|
|
437
504
|
## [v11.17.2](https://github.com/auth0/lock/tree/v11.17.2) (2019-08-08)
|
|
438
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.17.1...v11.17.2)
|
|
439
|
-
|
|
440
505
|
|
|
506
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.17.1...v11.17.2)
|
|
441
507
|
|
|
442
508
|
## [v11.17.1](https://github.com/auth0/lock/tree/v11.17.1) (2019-07-23)
|
|
509
|
+
|
|
443
510
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.17.0...v11.17.1)
|
|
444
511
|
|
|
445
512
|
**Fixed**
|
|
446
513
|
|
|
447
514
|
- Use cdn-uploader from NPM.
|
|
448
515
|
|
|
449
|
-
|
|
450
516
|
## [v11.17.0](https://github.com/auth0/lock/tree/v11.17.0) (2019-07-15)
|
|
451
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.16.3...v11.17.0)
|
|
452
517
|
|
|
518
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.16.3...v11.17.0)
|
|
453
519
|
|
|
454
520
|
**Added**
|
|
521
|
+
|
|
455
522
|
- Add validation to new root profile attributes [\#1657](https://github.com/auth0/lock/pull/1657) ([luisrudge](https://github.com/luisrudge))
|
|
456
523
|
- Add support for signup with root level attributes [\#1656](https://github.com/auth0/lock/pull/1656) ([luisrudge](https://github.com/luisrudge))
|
|
457
524
|
|
|
458
|
-
|
|
459
525
|
## [v11.16.3](https://github.com/auth0/lock/tree/v11.16.3) (2019-06-11)
|
|
460
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.16.2...v11.16.3)
|
|
461
526
|
|
|
527
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.16.2...v11.16.3)
|
|
462
528
|
|
|
463
529
|
**Added**
|
|
530
|
+
|
|
464
531
|
- Add support for Apple strategy [\#1674](https://github.com/auth0/lock/pull/1674) ([astanciu](https://github.com/astanciu))
|
|
465
532
|
|
|
466
533
|
**Fixed**
|
|
467
|
-
- Fix password policy when using tenant connections [\#1664](https://github.com/auth0/lock/pull/1664) ([luisrudge](https://github.com/luisrudge))
|
|
468
534
|
|
|
535
|
+
- Fix password policy when using tenant connections [\#1664](https://github.com/auth0/lock/pull/1664) ([luisrudge](https://github.com/luisrudge))
|
|
469
536
|
|
|
470
537
|
## [v11.16.2](https://github.com/auth0/lock/tree/v11.16.2) (2019-06-03)
|
|
538
|
+
|
|
471
539
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.16.1...v11.16.2)
|
|
472
540
|
|
|
473
541
|
**Fixed**
|
|
474
542
|
|
|
475
543
|
- Fixed telemetry
|
|
476
544
|
|
|
477
|
-
|
|
478
545
|
## [v11.16.1](https://github.com/auth0/lock/tree/v11.16.1) (2019-06-03)
|
|
479
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.16.0...v11.16.1)
|
|
480
546
|
|
|
547
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.16.0...v11.16.1)
|
|
481
548
|
|
|
482
549
|
**Added**
|
|
550
|
+
|
|
483
551
|
- Add error message for too_many_requests [\#1655](https://github.com/auth0/lock/pull/1655) ([luisrudge](https://github.com/luisrudge))
|
|
484
552
|
- Add translation for Bulgarian (bg). [\#1652](https://github.com/auth0/lock/pull/1652) ([alex-mo](https://github.com/alex-mo))
|
|
485
553
|
|
|
486
554
|
**Fixed**
|
|
555
|
+
|
|
487
556
|
- Prevent form submit when password is empty [\#1654](https://github.com/auth0/lock/pull/1654) ([luisrudge](https://github.com/luisrudge))
|
|
488
557
|
- Fix destroying lock instance [\#1653](https://github.com/auth0/lock/pull/1653) ([luisrudge](https://github.com/luisrudge))
|
|
489
558
|
|
|
490
|
-
|
|
491
559
|
## [v11.16.0](https://github.com/auth0/lock/tree/v11.16.0) (2019-05-06)
|
|
492
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.15.0...v11.16.0)
|
|
493
560
|
|
|
561
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.15.0...v11.16.0)
|
|
494
562
|
|
|
495
563
|
**Changed**
|
|
564
|
+
|
|
496
565
|
- Remove socialButtonStyle option to use small icons [\#1637](https://github.com/auth0/lock/pull/1637) ([luisrudge](https://github.com/luisrudge))
|
|
497
566
|
|
|
498
|
-
|
|
567
|
+
_From this release on, the option to display social connections in small styled buttons is no longer available due to branding compliance reasons. All the social connections will now be displayed as large styled buttons._
|
|
499
568
|
|
|
500
569
|
**Fixed**
|
|
501
|
-
- Fix IE11 height [\#1641](https://github.com/auth0/lock/pull/1641) ([luisrudge](https://github.com/luisrudge))
|
|
502
570
|
|
|
571
|
+
- Fix IE11 height [\#1641](https://github.com/auth0/lock/pull/1641) ([luisrudge](https://github.com/luisrudge))
|
|
503
572
|
|
|
504
573
|
## [v11.15.0](https://github.com/auth0/lock/tree/v11.15.0) (2019-04-16)
|
|
505
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.14.1...v11.15.0)
|
|
506
574
|
|
|
575
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.14.1...v11.15.0)
|
|
507
576
|
|
|
508
577
|
**Changed**
|
|
578
|
+
|
|
509
579
|
- Changes german translation of 'sign up' from 'Anmelden' to 'Registrieren; [\#1627](https://github.com/auth0/lock/pull/1627) ([PapaMufflon](https://github.com/PapaMufflon))
|
|
510
580
|
- Update telemetry format and rules [\#1624](https://github.com/auth0/lock/pull/1624) ([luisrudge](https://github.com/luisrudge))
|
|
511
581
|
|
|
512
582
|
**Fixed**
|
|
583
|
+
|
|
513
584
|
- Fix layout when using big string for terms [\#1631](https://github.com/auth0/lock/pull/1631) ([luisrudge](https://github.com/luisrudge))
|
|
514
585
|
- Use new facebook icon [\#1630](https://github.com/auth0/lock/pull/1630) ([luisrudge](https://github.com/luisrudge))
|
|
515
586
|
- Added `login_required` to unhandled authorization errors [\#1629](https://github.com/auth0/lock/pull/1629) ([benhamiltonpro](https://github.com/benhamiltonpro))
|
|
516
587
|
- Fix error message overflow [\#1628](https://github.com/auth0/lock/pull/1628) ([luisrudge](https://github.com/luisrudge))
|
|
517
588
|
|
|
518
|
-
|
|
519
589
|
## [v11.14.1](https://github.com/auth0/lock/tree/v11.14.1) (2019-03-18)
|
|
520
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.14.0...v11.14.1)
|
|
521
590
|
|
|
591
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.14.0...v11.14.1)
|
|
522
592
|
|
|
523
593
|
**Fixed**
|
|
594
|
+
|
|
524
595
|
- Fix/avatar crop header mobile [\#1621](https://github.com/auth0/lock/pull/1621) ([luisrudge](https://github.com/luisrudge))
|
|
525
596
|
- Improve greek translation [\#1614](https://github.com/auth0/lock/pull/1614) ([esarafianou](https://github.com/esarafianou))
|
|
526
597
|
- Upgrade Auth0.js to 9.10.1
|
|
527
598
|
|
|
528
|
-
|
|
529
599
|
## [v11.14.0](https://github.com/auth0/lock/tree/v11.14.0) (2019-01-30)
|
|
530
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.13.2...v11.14.0)
|
|
531
600
|
|
|
601
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.13.2...v11.14.0)
|
|
532
602
|
|
|
533
603
|
**Changed**
|
|
534
|
-
- Upgrade Auth0.js to trim email, username and phoneNumber on every request [\#1596](https://github.com/auth0/lock/pull/1596) ([luisrudge](https://github.com/luisrudge))
|
|
535
604
|
|
|
605
|
+
- Upgrade Auth0.js to trim email, username and phoneNumber on every request [\#1596](https://github.com/auth0/lock/pull/1596) ([luisrudge](https://github.com/luisrudge))
|
|
536
606
|
|
|
537
607
|
## [v11.13.2](https://github.com/auth0/lock/tree/v11.13.2) (2019-01-28)
|
|
538
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.13.1...v11.13.2)
|
|
539
608
|
|
|
609
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.13.1...v11.13.2)
|
|
540
610
|
|
|
541
611
|
**Fixed**
|
|
542
|
-
- Fix lock center position with scroll across browsers [\#1594](https://github.com/auth0/lock/pull/1594) ([luisrudge](https://github.com/luisrudge))
|
|
543
612
|
|
|
613
|
+
- Fix lock center position with scroll across browsers [\#1594](https://github.com/auth0/lock/pull/1594) ([luisrudge](https://github.com/luisrudge))
|
|
544
614
|
|
|
545
615
|
## [v11.13.1](https://github.com/auth0/lock/tree/v11.13.1) (2019-01-23)
|
|
546
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.13.0...v11.13.1)
|
|
547
616
|
|
|
617
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.13.0...v11.13.1)
|
|
548
618
|
|
|
549
619
|
**Fixed**
|
|
550
|
-
- Upgrade Auth0.js with fix for storage inside the Hosted Login Page [\#1592](https://github.com/auth0/lock/pull/1592) ([luisrudge](https://github.com/luisrudge))
|
|
551
620
|
|
|
621
|
+
- Upgrade Auth0.js with fix for storage inside the Hosted Login Page [\#1592](https://github.com/auth0/lock/pull/1592) ([luisrudge](https://github.com/luisrudge))
|
|
552
622
|
|
|
553
623
|
## [v11.13.0](https://github.com/auth0/lock/tree/v11.13.0) (2019-01-15)
|
|
554
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.12.1...v11.13.0)
|
|
555
624
|
|
|
625
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.12.1...v11.13.0)
|
|
556
626
|
|
|
557
627
|
**Added**
|
|
628
|
+
|
|
558
629
|
- Adding terms for passwordless [\#1424](https://github.com/auth0/lock/pull/1424) ([luisrudge](https://github.com/luisrudge))
|
|
559
630
|
|
|
560
631
|
**Changed**
|
|
632
|
+
|
|
561
633
|
- Don't use storage when inside the Universal Login Page (Auth0.js update) [\#1587](https://github.com/auth0/lock/pull/1587) ([luisrudge](https://github.com/luisrudge))
|
|
562
634
|
|
|
563
635
|
**Fixed**
|
|
564
|
-
- Fixed missing scroll issue for sign up [\#1566](https://github.com/auth0/lock/pull/1566) ([degrammer](https://github.com/degrammer))
|
|
565
636
|
|
|
637
|
+
- Fixed missing scroll issue for sign up [\#1566](https://github.com/auth0/lock/pull/1566) ([degrammer](https://github.com/degrammer))
|
|
566
638
|
|
|
567
639
|
## [v11.12.1](https://github.com/auth0/lock/tree/v11.12.1) (2018-11-23)
|
|
568
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.12.0...v11.12.1)
|
|
569
640
|
|
|
641
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.12.0...v11.12.1)
|
|
570
642
|
|
|
571
643
|
**Fixed**
|
|
572
|
-
- Fix `lock is undefined` error in non-redirect scenarios [\#1557](https://github.com/auth0/lock/pull/1557) ([luisrudge](https://github.com/luisrudge))
|
|
573
644
|
|
|
645
|
+
- Fix `lock is undefined` error in non-redirect scenarios [\#1557](https://github.com/auth0/lock/pull/1557) ([luisrudge](https://github.com/luisrudge))
|
|
574
646
|
|
|
575
647
|
## [v11.12.0](https://github.com/auth0/lock/tree/v11.12.0) (2018-11-19)
|
|
576
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.11.0...v11.12.0)
|
|
577
648
|
|
|
649
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.11.0...v11.12.0)
|
|
578
650
|
|
|
579
651
|
**Added**
|
|
652
|
+
|
|
580
653
|
- Add ids to inputs and buttons [\#1517](https://github.com/auth0/lock/pull/1517) ([tingaloo](https://github.com/tingaloo))
|
|
581
654
|
- Add `showTerms` option [\#1485](https://github.com/auth0/lock/pull/1485) ([luisrudge](https://github.com/luisrudge))
|
|
582
655
|
|
|
583
656
|
**Changed**
|
|
657
|
+
|
|
584
658
|
- Trim auth params before sending to the API (not while typing) [\#1546](https://github.com/auth0/lock/pull/1546) ([luisrudge](https://github.com/luisrudge))
|
|
585
659
|
|
|
586
660
|
**Fixed**
|
|
661
|
+
|
|
587
662
|
- Fix padding in all screens [\#1547](https://github.com/auth0/lock/pull/1547) ([luisrudge](https://github.com/luisrudge))
|
|
588
663
|
- Fix IE10 script error [\#1542](https://github.com/auth0/lock/pull/1542) ([luisrudge](https://github.com/luisrudge))
|
|
589
664
|
- Fix mobile styles using different heights [\#1539](https://github.com/auth0/lock/pull/1539) ([luisrudge](https://github.com/luisrudge))
|
|
590
665
|
|
|
591
|
-
|
|
592
666
|
## [v11.11.0](https://github.com/auth0/lock/tree/v11.11.0) (2018-10-23)
|
|
593
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.10.0...v11.11.0)
|
|
594
667
|
|
|
668
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.10.0...v11.11.0)
|
|
595
669
|
|
|
596
670
|
**Added**
|
|
671
|
+
|
|
597
672
|
- Add prefill support to Auth0LockPasswordless [\#1505](https://github.com/auth0/lock/pull/1505) ([luisrudge](https://github.com/luisrudge))
|
|
598
673
|
- Add `ariaLabel` option for custom fields [\#1492](https://github.com/auth0/lock/pull/1492) ([Splact](https://github.com/Splact))
|
|
599
674
|
|
|
600
675
|
**Fixed**
|
|
676
|
+
|
|
601
677
|
- Fix google button styles according to google's guidelines [\#1512](https://github.com/auth0/lock/pull/1512) ([luisrudge](https://github.com/luisrudge))
|
|
602
678
|
- [Sustainment] Fixed Reset Password Avatar/Enterprise Issue [\#1504](https://github.com/auth0/lock/pull/1504) ([cocojoe](https://github.com/cocojoe))
|
|
603
679
|
- Remove aria-describedby on missing ref [\#1497](https://github.com/auth0/lock/pull/1497) ([Splact](https://github.com/Splact))
|
|
604
680
|
|
|
605
|
-
|
|
606
681
|
## [v11.10.0](https://github.com/auth0/lock/tree/v11.10.0) (2018-09-27)
|
|
682
|
+
|
|
607
683
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.9.1...v11.10.0)
|
|
608
684
|
|
|
609
685
|
**Changed**
|
|
610
|
-
- Upgrade Auth0.js to use cookies instead of localStorage by default: [Read more](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v980-2018-09-26)
|
|
611
686
|
|
|
687
|
+
- Upgrade Auth0.js to use cookies instead of localStorage by default: [Read more](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v980-2018-09-26)
|
|
612
688
|
|
|
613
689
|
## [v11.9.1](https://github.com/auth0/lock/tree/v11.9.1) (2018-09-10)
|
|
614
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.9.0...v11.9.1)
|
|
615
690
|
|
|
691
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.9.0...v11.9.1)
|
|
616
692
|
|
|
617
693
|
**Fixed**
|
|
618
|
-
- Use span for icon buttons [\#1478](https://github.com/auth0/lock/pull/1478) ([andrew-me](https://github.com/andrew-me))
|
|
619
694
|
|
|
695
|
+
- Use span for icon buttons [\#1478](https://github.com/auth0/lock/pull/1478) ([andrew-me](https://github.com/andrew-me))
|
|
620
696
|
|
|
621
697
|
## [v11.9.0](https://github.com/auth0/lock/tree/v11.9.0) (2018-08-28)
|
|
622
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.8.1...v11.9.0)
|
|
623
698
|
|
|
699
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.8.1...v11.9.0)
|
|
624
700
|
|
|
625
701
|
**Added**
|
|
702
|
+
|
|
626
703
|
- Support new minimum password length parameter [\#1472](https://github.com/auth0/lock/pull/1472) ([luisrudge](https://github.com/luisrudge))
|
|
627
704
|
- Improve accessibility [\#1471](https://github.com/auth0/lock/pull/1471) ([andrew-me](https://github.com/andrew-me))
|
|
628
705
|
- Add a new type of additionalSignUpField: hidden [\#1459](https://github.com/auth0/lock/pull/1459) ([luisrudge](https://github.com/luisrudge))
|
|
629
706
|
|
|
630
707
|
**Fixed**
|
|
631
|
-
- Fixed login_hint in some enterprise authorize call scenarios [\#1460](https://github.com/auth0/lock/pull/1460) ([cocojoe](https://github.com/cocojoe))
|
|
632
708
|
|
|
709
|
+
- Fixed login_hint in some enterprise authorize call scenarios [\#1460](https://github.com/auth0/lock/pull/1460) ([cocojoe](https://github.com/cocojoe))
|
|
633
710
|
|
|
634
711
|
## [v11.8.1](https://github.com/auth0/lock/tree/v11.8.1) (2018-07-30)
|
|
635
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.8.0...v11.8.1)
|
|
636
712
|
|
|
713
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.8.0...v11.8.1)
|
|
637
714
|
|
|
638
715
|
**Fixed**
|
|
716
|
+
|
|
639
717
|
- Fix/sign up title inconsistenty [\#1457](https://github.com/auth0/lock/pull/1457) ([luisrudge](https://github.com/luisrudge))
|
|
640
718
|
- Fix wrong autoComplete value in password_input [\#1456](https://github.com/auth0/lock/pull/1456) ([luisrudge](https://github.com/luisrudge))
|
|
641
719
|
- Fix crash when showing lock for the second time with custom select input [\#1448](https://github.com/auth0/lock/pull/1448) ([luisrudge](https://github.com/luisrudge))
|
|
642
720
|
- Moving the PasswordStrength component to below the password input [\#1444](https://github.com/auth0/lock/pull/1444) ([luisrudge](https://github.com/luisrudge))
|
|
643
721
|
|
|
644
|
-
|
|
645
722
|
## [v11.8.0](https://github.com/auth0/lock/tree/v11.8.0) (2018-07-24)
|
|
646
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.7.2...v11.8.0)
|
|
647
723
|
|
|
724
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.7.2...v11.8.0)
|
|
648
725
|
|
|
649
726
|
**Added**
|
|
727
|
+
|
|
650
728
|
- Add allowPasswordAutocomplete option [\#1419](https://github.com/auth0/lock/pull/1419) ([jshado1](https://github.com/jshado1))
|
|
651
729
|
|
|
652
730
|
**Changed**
|
|
731
|
+
|
|
653
732
|
- Upgrade auth0.js to 9.7.3 [\#1442](https://github.com/auth0/lock/pull/1442) ([luisrudge](https://github.com/luisrudge))
|
|
654
733
|
|
|
655
734
|
**Fixed**
|
|
656
|
-
|
|
735
|
+
|
|
736
|
+
- Fix Configuration URL when using \_\_tenantInfo and a baseConfigurationURL [\#1425](https://github.com/auth0/lock/pull/1425) ([lbalmaceda](https://github.com/lbalmaceda))
|
|
657
737
|
- Fix SSO screen not showing in some cases [\#1415](https://github.com/auth0/lock/pull/1415) ([luisrudge](https://github.com/luisrudge))
|
|
658
738
|
- In SSO mode, hide the password input instead of removing it from the DOM [\#1407](https://github.com/auth0/lock/pull/1407) ([luisrudge](https://github.com/luisrudge))
|
|
659
739
|
|
|
660
|
-
|
|
661
740
|
## [v11.7.2](https://github.com/auth0/lock/tree/v11.7.2) (2018-06-07)
|
|
662
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.7.1...v11.7.2)
|
|
663
741
|
|
|
742
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.7.1...v11.7.2)
|
|
664
743
|
|
|
665
744
|
**Added**
|
|
745
|
+
|
|
666
746
|
- Added an i18n file for the Norwegian Nynorsk language [\#1398](https://github.com/auth0/lock/pull/1398) ([cjrorvik](https://github.com/cjrorvik))
|
|
667
747
|
|
|
668
748
|
**Fixed**
|
|
749
|
+
|
|
669
750
|
- SSO: Fallback to email if the username field is empty [\#1400](https://github.com/auth0/lock/pull/1400) ([sandrinodimattia](https://github.com/sandrinodimattia))
|
|
670
751
|
- Fixed some typos and corrected some mistakes in the Norwegian Bokmaal [\#1399](https://github.com/auth0/lock/pull/1399) ([cjrorvik](https://github.com/cjrorvik))
|
|
671
752
|
|
|
672
|
-
|
|
673
753
|
## [v11.7.1](https://github.com/auth0/lock/tree/v11.7.1) (2018-06-01)
|
|
674
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.7.0...v11.7.1)
|
|
675
754
|
|
|
755
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.7.0...v11.7.1)
|
|
676
756
|
|
|
677
757
|
**Fixed**
|
|
678
|
-
- Fix IE submit button display:initial issue [\#1394](https://github.com/auth0/lock/pull/1394) ([luisrudge](https://github.com/luisrudge))
|
|
679
758
|
|
|
759
|
+
- Fix IE submit button display:initial issue [\#1394](https://github.com/auth0/lock/pull/1394) ([luisrudge](https://github.com/luisrudge))
|
|
680
760
|
|
|
681
761
|
## [v11.7.0](https://github.com/auth0/lock/tree/v11.7.0) (2018-05-28)
|
|
682
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.6.1...v11.7.0)
|
|
683
762
|
|
|
763
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.6.1...v11.7.0)
|
|
684
764
|
|
|
685
765
|
**Fixed**
|
|
766
|
+
|
|
686
767
|
- Display error for all enterprise connections in the reset password screen [\#1384](https://github.com/auth0/lock/pull/1384) ([luisrudge](https://github.com/luisrudge))
|
|
687
768
|
- Hide password strength message when the password is valid [\#1382](https://github.com/auth0/lock/pull/1382) ([luisrudge](https://github.com/luisrudge))
|
|
688
769
|
- Fixed Turkish translation [\#1379](https://github.com/auth0/lock/pull/1379) ([saltukalakus](https://github.com/saltukalakus))
|
|
689
770
|
- Fix IE default redirect url [\#1373](https://github.com/auth0/lock/pull/1373) ([luisrudge](https://github.com/luisrudge))
|
|
690
771
|
|
|
691
|
-
|
|
692
772
|
## [v11.6.1](https://github.com/auth0/lock/tree/v11.6.1) (2018-05-02)
|
|
773
|
+
|
|
693
774
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.6.0...v11.6.1)
|
|
694
775
|
|
|
695
776
|
**Fixed**
|
|
696
|
-
- Fix rendering issue on iOS devices [\#1365](https://github.com/auth0/lock/pull/1365) ([luisrudge](https://github.com/luisrudge))
|
|
697
777
|
|
|
778
|
+
- Fix rendering issue on iOS devices [\#1365](https://github.com/auth0/lock/pull/1365) ([luisrudge](https://github.com/luisrudge))
|
|
698
779
|
|
|
699
780
|
## [v11.6.0](https://github.com/auth0/lock/tree/v11.6.0) (2018-04-24)
|
|
700
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.5.2...v11.6.0)
|
|
701
781
|
|
|
782
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.5.2...v11.6.0)
|
|
702
783
|
|
|
703
784
|
**Added**
|
|
785
|
+
|
|
704
786
|
- Add signup error to valid events [\#1329](https://github.com/auth0/lock/pull/1329) ([yveswehrli](https://github.com/yveswehrli))
|
|
705
787
|
|
|
706
788
|
**Changed**
|
|
789
|
+
|
|
707
790
|
- Upgrade auth0-js to 9.5.0. See auth0-js' changelog [here](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v950-2018-04-24).
|
|
708
|
-
**Fixed**
|
|
791
|
+
**Fixed**
|
|
709
792
|
- Show spinner when doing quick auth [\#1346](https://github.com/auth0/lock/pull/1346) ([luisrudge](https://github.com/luisrudge))
|
|
710
793
|
- Fix danish translation [\#1338](https://github.com/auth0/lock/pull/1338) ([luisrudge](https://github.com/luisrudge))
|
|
711
794
|
- Fix getSSOData not sending custom nonce/state [\#1333](https://github.com/auth0/lock/pull/1333) ([luisrudge](https://github.com/luisrudge))
|
|
712
795
|
|
|
713
|
-
|
|
714
796
|
## [v11.5.2](https://github.com/auth0/lock/tree/v11.5.2) (2018-03-28)
|
|
715
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.5.1...v11.5.2)
|
|
716
797
|
|
|
798
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.5.1...v11.5.2)
|
|
717
799
|
|
|
718
800
|
**Added**
|
|
719
|
-
- Add jwksURI override option [\#1321](https://github.com/auth0/lock/pull/1321) ([luisrudge](https://github.com/luisrudge))
|
|
720
801
|
|
|
802
|
+
- Add jwksURI override option [\#1321](https://github.com/auth0/lock/pull/1321) ([luisrudge](https://github.com/luisrudge))
|
|
721
803
|
|
|
722
804
|
## [v11.5.1](https://github.com/auth0/lock/tree/v11.5.1) (2018-03-22)
|
|
723
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.5.0...v11.5.1)
|
|
724
|
-
|
|
725
805
|
|
|
806
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.5.0...v11.5.1)
|
|
726
807
|
|
|
727
808
|
## [v11.5.0](https://github.com/auth0/lock/tree/v11.5.0) (2018-03-22)
|
|
728
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.4.0...v11.5.0)
|
|
729
809
|
|
|
810
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.4.0...v11.5.0)
|
|
730
811
|
|
|
731
812
|
**Changed**
|
|
813
|
+
|
|
732
814
|
- updating auth0-js with impersonation and access token validation changes [\#1308](https://github.com/auth0/lock/pull/1308) ([luisrudge](https://github.com/luisrudge))
|
|
733
815
|
|
|
734
816
|
**Fixed**
|
|
817
|
+
|
|
735
818
|
- Fix inconsistent state assignment when parsing a hash [\#1309](https://github.com/auth0/lock/pull/1309) ([luisrudge](https://github.com/luisrudge))
|
|
736
819
|
- Fixed German translations [\#1307](https://github.com/auth0/lock/pull/1307) ([roschaefer](https://github.com/roschaefer))
|
|
737
820
|
- Fixing IE lack of support for `includes` [\#1298](https://github.com/auth0/lock/pull/1298) ([luisrudge](https://github.com/luisrudge))
|
|
738
821
|
- Fix Japanese translations [\#1295](https://github.com/auth0/lock/pull/1295) ([hiro1107](https://github.com/hiro1107))
|
|
739
822
|
|
|
740
|
-
|
|
741
823
|
## [v11.4.0](https://github.com/auth0/lock/tree/v11.4.0) (2018-03-12)
|
|
742
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.3.1...v11.4.0)
|
|
743
824
|
|
|
825
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.3.1...v11.4.0)
|
|
744
826
|
|
|
745
827
|
**Added**
|
|
828
|
+
|
|
746
829
|
- Update auth0.js and add flag to enable impersonation [\#1290](https://github.com/auth0/lock/pull/1290) ([luisrudge](https://github.com/luisrudge))
|
|
747
830
|
|
|
748
831
|
**Changed**
|
|
832
|
+
|
|
749
833
|
- Making HRD work in signup page and showing an error when HRD is detected in the forgot password page [\#1278](https://github.com/auth0/lock/pull/1278) ([luisrudge](https://github.com/luisrudge))
|
|
750
834
|
|
|
751
835
|
**Fixed**
|
|
836
|
+
|
|
752
837
|
- Fix inconsistent screen title [\#1288](https://github.com/auth0/lock/pull/1288) ([luisrudge](https://github.com/luisrudge))
|
|
753
838
|
- Always remove spaces from email and username [\#1280](https://github.com/auth0/lock/pull/1280) ([luisrudge](https://github.com/luisrudge))
|
|
754
839
|
|
|
755
|
-
|
|
756
840
|
## [v11.3.1](https://github.com/auth0/lock/tree/v11.3.1) (2018-02-28)
|
|
757
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.3.0...v11.3.1)
|
|
758
841
|
|
|
842
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.3.0...v11.3.1)
|
|
759
843
|
|
|
760
844
|
**Fixed**
|
|
761
|
-
- Add enterprise mapping to the auth0-oidc strategy [\#1275](https://github.com/auth0/lock/pull/1275) ([luisrudge](https://github.com/luisrudge))
|
|
762
845
|
|
|
846
|
+
- Add enterprise mapping to the auth0-oidc strategy [\#1275](https://github.com/auth0/lock/pull/1275) ([luisrudge](https://github.com/luisrudge))
|
|
763
847
|
|
|
764
848
|
## [v11.3.0](https://github.com/auth0/lock/tree/v11.3.0) (2018-02-22)
|
|
765
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.2.3...v11.3.0)
|
|
766
849
|
|
|
850
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.2.3...v11.3.0)
|
|
767
851
|
|
|
768
852
|
**Fixed**
|
|
853
|
+
|
|
769
854
|
- Fix Lock Passwordless feature parity (events and quick auth screen) [\#1267](https://github.com/auth0/lock/pull/1267) ([luisrudge](https://github.com/luisrudge))
|
|
770
855
|
- Removing legacy COA mapping + fixing access_denied mapping [\#1266](https://github.com/auth0/lock/pull/1266) ([luisrudge](https://github.com/luisrudge))
|
|
771
856
|
- Only call getSSOData when rememberLastLogin is true [\#1265](https://github.com/auth0/lock/pull/1265) ([luisrudge](https://github.com/luisrudge))
|
|
772
857
|
- Upgrade auth0-js to 9.3.0. See auth0-js' changelog [here](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v930-2018-02-22).
|
|
773
858
|
|
|
774
|
-
|
|
775
|
-
|
|
776
859
|
## [v11.2.3](https://github.com/auth0/lock/tree/v11.2.3) (2018-02-08)
|
|
777
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.2.2...v11.2.3)
|
|
778
860
|
|
|
861
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.2.2...v11.2.3)
|
|
779
862
|
|
|
780
863
|
**Fixed**
|
|
864
|
+
|
|
781
865
|
- Fixing Auth0LockPasswordless export [\#1259](https://github.com/auth0/lock/pull/1259) ([luisrudge](https://github.com/luisrudge))
|
|
782
866
|
- Fix sso warning [\#1258](https://github.com/auth0/lock/pull/1258) ([luisrudge](https://github.com/luisrudge))
|
|
783
867
|
|
|
784
|
-
|
|
785
868
|
## [v11.2.2](https://github.com/auth0/lock/tree/v11.2.2) (2018-02-06)
|
|
786
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.2.1...v11.2.2)
|
|
787
869
|
|
|
870
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.2.1...v11.2.2)
|
|
788
871
|
|
|
789
872
|
**Fixed**
|
|
790
|
-
- Upgrade a0js to fix popup mode with passwordless [\#1251](https://github.com/auth0/lock/pull/1251) ([luisrudge](https://github.com/luisrudge))
|
|
791
873
|
|
|
874
|
+
- Upgrade a0js to fix popup mode with passwordless [\#1251](https://github.com/auth0/lock/pull/1251) ([luisrudge](https://github.com/luisrudge))
|
|
792
875
|
|
|
793
876
|
## [v11.2.1](https://github.com/auth0/lock/tree/v11.2.1) (2018-02-02)
|
|
794
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.2.0...v11.2.1)
|
|
795
877
|
|
|
878
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.2.0...v11.2.1)
|
|
796
879
|
|
|
797
880
|
**Fixed**
|
|
798
|
-
- DIsable HRD check for passwordless connections [\#1248](https://github.com/auth0/lock/pull/1248) ([luisrudge](https://github.com/luisrudge))
|
|
799
881
|
|
|
882
|
+
- DIsable HRD check for passwordless connections [\#1248](https://github.com/auth0/lock/pull/1248) ([luisrudge](https://github.com/luisrudge))
|
|
800
883
|
|
|
801
884
|
## [v11.2.0](https://github.com/auth0/lock/tree/v11.2.0) (2018-02-02)
|
|
802
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.1.3...v11.2.0)
|
|
803
885
|
|
|
886
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.1.3...v11.2.0)
|
|
804
887
|
|
|
805
888
|
**Changed**
|
|
889
|
+
|
|
806
890
|
- call /ssodata when inside the universal login page [\#1245](https://github.com/auth0/lock/pull/1245) ([luisrudge](https://github.com/luisrudge))
|
|
807
891
|
- Handling embedded and universal login in the same application [\#1243](https://github.com/auth0/lock/pull/1243) ([luisrudge](https://github.com/luisrudge))
|
|
808
892
|
|
|
809
|
-
|
|
810
893
|
## [v11.1.3](https://github.com/auth0/lock/tree/v11.1.3) (2018-01-29)
|
|
894
|
+
|
|
811
895
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.1.2...v11.1.3)
|
|
812
896
|
|
|
813
897
|
**Changed**
|
|
814
|
-
- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v913-2018-01-29)
|
|
815
|
-
|
|
816
898
|
|
|
899
|
+
- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v913-2018-01-29)
|
|
817
900
|
|
|
818
901
|
## [v11.1.2](https://github.com/auth0/lock/tree/v11.1.2) (2018-01-26)
|
|
902
|
+
|
|
819
903
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.1.1...v11.1.2)
|
|
820
904
|
|
|
821
905
|
**Changed**
|
|
822
|
-
- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v912-2018-01-26)
|
|
823
906
|
|
|
907
|
+
- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v912-2018-01-26)
|
|
824
908
|
|
|
825
909
|
## [v11.1.1](https://github.com/auth0/lock/tree/v11.1.1) (2018-01-24)
|
|
910
|
+
|
|
826
911
|
[Full Changelog](https://github.com/auth0/lock/compare/v11.1.0...v11.1.1)
|
|
827
912
|
|
|
828
913
|
**Changed**
|
|
829
|
-
- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v911-2018-01-24)
|
|
830
914
|
|
|
915
|
+
- Update auth0.js [auth0.js changelog](https://github.com/auth0/auth0.js/blob/master/CHANGELOG.md#v911-2018-01-24)
|
|
831
916
|
|
|
832
917
|
## [v11.1.0](https://github.com/auth0/lock/tree/v11.1.0) (2018-01-16)
|
|
833
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v11.0.1...v11.1.0)
|
|
834
918
|
|
|
919
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v11.0.1...v11.1.0)
|
|
835
920
|
|
|
836
921
|
**Changed**
|
|
837
|
-
- Update auth0.js [\#1225](https://github.com/auth0/lock/pull/1225) ([luisrudge](https://github.com/luisrudge))
|
|
838
922
|
|
|
923
|
+
- Update auth0.js [\#1225](https://github.com/auth0/lock/pull/1225) ([luisrudge](https://github.com/luisrudge))
|
|
839
924
|
|
|
840
925
|
## [v11.0.0](https://github.com/auth0/lock/tree/v11.0.0) (2017-12-21)
|
|
926
|
+
|
|
841
927
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.23.0...v11.0.0)
|
|
842
928
|
|
|
843
929
|
Lock v11 is designed for embedded login scenarios and **is not supported in centralized login scenarios** (i.e. Hosted Login Pages). You need to keep using Lock v10 in the Hosted Login Page.
|
|
844
930
|
|
|
845
|
-
We wrote a [Migration Guide](https://auth0.com/docs/libraries/lock/v11/migration-guide) to make upgrading your app easy.
|
|
931
|
+
We wrote a [Migration Guide](https://auth0.com/docs/libraries/lock/v11/migration-guide) to make upgrading your app easy.
|
|
846
932
|
|
|
847
933
|
**Breaking change**
|
|
848
|
-
`lock.getProfile` now expects an
|
|
934
|
+
`lock.getProfile` now expects an access_token as the first parameter. You'll need to update your code to change the parameter sent (v10 expected an id_token).
|
|
849
935
|
|
|
850
936
|
**Removed**
|
|
851
937
|
The `oidcConformant` flag was used to force Lock v10 to not call legacy endpoints. Lock v11 never uses legacy endpoint so the flag is not needed anymore. If specified, it will be ignored.
|
|
@@ -854,27 +940,29 @@ The `oidcConformant` flag was used to force Lock v10 to not call legacy endpoint
|
|
|
854
940
|
Lock v11 default the `scope` parameter to `openid profile email`. This is to make the 'Last Logged in With' window work.
|
|
855
941
|
|
|
856
942
|
## [v10.23.1](https://github.com/auth0/lock/tree/v10.23.1) (2017-10-12)
|
|
857
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.23.0...v10.23.1)
|
|
858
943
|
|
|
944
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.23.0...v10.23.1)
|
|
859
945
|
|
|
860
946
|
**Fixed**
|
|
861
|
-
- Using correct suffix for animation [\#1146](https://github.com/auth0/lock/pull/1146) ([luisrudge](https://github.com/luisrudge))
|
|
862
947
|
|
|
948
|
+
- Using correct suffix for animation [\#1146](https://github.com/auth0/lock/pull/1146) ([luisrudge](https://github.com/luisrudge))
|
|
863
949
|
|
|
864
950
|
## [v10.23.0](https://github.com/auth0/lock/tree/v10.23.0) (2017-10-12)
|
|
865
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.22.0...v10.23.0)
|
|
866
951
|
|
|
952
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.22.0...v10.23.0)
|
|
867
953
|
|
|
868
954
|
**Changed**
|
|
955
|
+
|
|
869
956
|
- Pinning react version 15.6.2 [\#1142](https://github.com/auth0/lock/pull/1142) ([luisrudge](https://github.com/luisrudge))
|
|
870
957
|
- upgrade auth0.js [\#1137](https://github.com/auth0/lock/pull/1137) ([luisrudge](https://github.com/luisrudge))
|
|
871
958
|
- Upgrade react version [\#1135](https://github.com/auth0/lock/pull/1135) ([luisrudge](https://github.com/luisrudge))
|
|
872
959
|
|
|
873
960
|
**Fixed**
|
|
961
|
+
|
|
874
962
|
- Fix defaultUrl sending hash content [\#1132](https://github.com/auth0/lock/pull/1132) ([luisrudge](https://github.com/luisrudge))
|
|
875
963
|
|
|
964
|
+
### ** NOTICE **
|
|
876
965
|
|
|
877
|
-
### ** NOTICE **
|
|
878
966
|
We're trying to figure it out how to help customers that want to upgrade to react@16. The ideal would be to move react and react-dom to peerDependencies, but this would be a breaking change for most of our customers, so we're thinking this through.
|
|
879
967
|
|
|
880
968
|
In the meantime, react@16 works just fine with this codebase. You'll just have to bundle both versions if you're not using yarn. If you are using yarn, however, you can use the `resolutions` field and pin react@16 to your repo.
|
|
@@ -903,152 +991,166 @@ In the meantime, react@16 works just fine with this codebase. You'll just have t
|
|
|
903
991
|
}
|
|
904
992
|
```
|
|
905
993
|
|
|
906
|
-
|
|
907
994
|
## [v10.22.0](https://github.com/auth0/lock/tree/v10.22.0) (2017-09-26)
|
|
908
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.21.1...v10.22.0)
|
|
909
995
|
|
|
996
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.21.1...v10.22.0)
|
|
910
997
|
|
|
911
998
|
**Added**
|
|
999
|
+
|
|
912
1000
|
- Adding oidcConformant readme entry [\#1119](https://github.com/auth0/lock/pull/1119) ([luisrudge](https://github.com/luisrudge))
|
|
913
1001
|
|
|
914
1002
|
**Changed**
|
|
915
|
-
- Make cross origin authentication the default in OIDC mode [\#1124](https://github.com/auth0/lock/pull/1124) ([luisrudge](https://github.com/luisrudge))
|
|
916
1003
|
|
|
1004
|
+
- Make cross origin authentication the default in OIDC mode [\#1124](https://github.com/auth0/lock/pull/1124) ([luisrudge](https://github.com/luisrudge))
|
|
917
1005
|
|
|
918
1006
|
## [v10.21.1](https://github.com/auth0/lock/tree/v10.21.1) (2017-09-21)
|
|
919
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.21.0...v10.21.1)
|
|
920
1007
|
|
|
1008
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.21.0...v10.21.1)
|
|
921
1009
|
|
|
922
1010
|
**Fixed**
|
|
923
|
-
- Fix resolved connection not being a Map object [\#1116](https://github.com/auth0/lock/pull/1116) ([luisrudge](https://github.com/luisrudge))
|
|
924
1011
|
|
|
1012
|
+
- Fix resolved connection not being a Map object [\#1116](https://github.com/auth0/lock/pull/1116) ([luisrudge](https://github.com/luisrudge))
|
|
925
1013
|
|
|
926
1014
|
## [v10.21.0](https://github.com/auth0/lock/tree/v10.21.0) (2017-09-21)
|
|
927
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.20.0...v10.21.0)
|
|
928
1015
|
|
|
1016
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.20.0...v10.21.0)
|
|
929
1017
|
|
|
930
1018
|
**Added**
|
|
1019
|
+
|
|
931
1020
|
- Add Estonian Translations [\#1099](https://github.com/auth0/lock/pull/1099) ([meikoudras](https://github.com/meikoudras))
|
|
932
1021
|
|
|
933
1022
|
**Changed**
|
|
1023
|
+
|
|
934
1024
|
- Changed the connectionResolver to run onSubmit instead of onBlur [\#1113](https://github.com/auth0/lock/pull/1113) ([luisrudge](https://github.com/luisrudge))
|
|
935
1025
|
- Change translate for loginAtLabel [\#1110](https://github.com/auth0/lock/pull/1110) ([radu-carmina](https://github.com/radu-carmina))
|
|
936
1026
|
|
|
937
1027
|
**Fixed**
|
|
1028
|
+
|
|
938
1029
|
- Use resolvedConnection where available [\#1111](https://github.com/auth0/lock/pull/1111) ([lukevmorris](https://github.com/lukevmorris))
|
|
939
1030
|
- Fix a few svg errors when used with global css rule [\#1103](https://github.com/auth0/lock/pull/1103) ([luisrudge](https://github.com/luisrudge))
|
|
940
1031
|
- Links with # should use javascript:void(0) [\#1102](https://github.com/auth0/lock/pull/1102) ([luisrudge](https://github.com/luisrudge))
|
|
941
1032
|
- Improve Danish translation [\#1097](https://github.com/auth0/lock/pull/1097) ([havgry](https://github.com/havgry))
|
|
942
1033
|
- Fixed translations for Romanian and Slovenian [\#1092](https://github.com/auth0/lock/pull/1092) ([AdrianSima](https://github.com/AdrianSima))
|
|
943
1034
|
|
|
944
|
-
|
|
945
1035
|
## [v10.20.0](https://github.com/auth0/lock/tree/v10.20.0) (2017-08-11)
|
|
946
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.19.0...v10.20.0)
|
|
947
1036
|
|
|
1037
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.19.0...v10.20.0)
|
|
948
1038
|
|
|
949
1039
|
**Added**
|
|
1040
|
+
|
|
950
1041
|
- Add Romanian translations [\#1074](https://github.com/auth0/lock/pull/1074) ([jogee](https://github.com/jogee))
|
|
951
1042
|
- Add Slovenian translations [\#1073](https://github.com/auth0/lock/pull/1073) ([jogee](https://github.com/jogee))
|
|
952
1043
|
|
|
953
1044
|
**Changed**
|
|
1045
|
+
|
|
954
1046
|
- Update username allowed chars regex [\#1079](https://github.com/auth0/lock/pull/1079) ([luisrudge](https://github.com/luisrudge))
|
|
955
1047
|
|
|
956
1048
|
**Fixed**
|
|
1049
|
+
|
|
957
1050
|
- Fix custom theme for custom connections [\#1083](https://github.com/auth0/lock/pull/1083) ([luisrudge](https://github.com/luisrudge))
|
|
958
1051
|
- Fix spacing using custom signup fields [\#1076](https://github.com/auth0/lock/pull/1076) ([luisrudge](https://github.com/luisrudge))
|
|
959
1052
|
- Fixed Slovak translations [\#1069](https://github.com/auth0/lock/pull/1069) ([stajo1](https://github.com/stajo1))
|
|
960
1053
|
|
|
961
|
-
|
|
962
1054
|
## [v10.19.0](https://github.com/auth0/lock/tree/v10.19.0) (2017-07-18)
|
|
963
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.18.0...v10.19.0)
|
|
964
1055
|
|
|
1056
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.18.0...v10.19.0)
|
|
965
1057
|
|
|
966
1058
|
**Added**
|
|
1059
|
+
|
|
967
1060
|
- Added `oidcConformant` entry to the readme [\#1054](https://github.com/auth0/lock/pull/1054) ([luisrudge](https://github.com/luisrudge))
|
|
968
1061
|
- Added a custom connection resolver option [\#1052](https://github.com/auth0/lock/pull/1052) ([luisrudge](https://github.com/luisrudge))
|
|
969
1062
|
- Added Korean translation [\#1051](https://github.com/auth0/lock/pull/1051) ([couldseeme](https://github.com/couldseeme))
|
|
970
1063
|
|
|
971
1064
|
**Fixed**
|
|
972
|
-
- Set the username to the previously used email when toggling hrd [\#1056](https://github.com/auth0/lock/pull/1056) ([luisrudge](https://github.com/luisrudge))
|
|
973
1065
|
|
|
1066
|
+
- Set the username to the previously used email when toggling hrd [\#1056](https://github.com/auth0/lock/pull/1056) ([luisrudge](https://github.com/luisrudge))
|
|
974
1067
|
|
|
975
1068
|
## [v10.18.0](https://github.com/auth0/lock/tree/v10.18.0) (2017-06-23)
|
|
976
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.17.0...v10.18.0)
|
|
977
1069
|
|
|
1070
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.17.0...v10.18.0)
|
|
978
1071
|
|
|
979
1072
|
**Added**
|
|
1073
|
+
|
|
980
1074
|
- Add analytics events [\#1036](https://github.com/auth0/lock/pull/1036) ([francocorreasosa](https://github.com/francocorreasosa))
|
|
981
1075
|
- Lang Afrikaans South Africa [\#1035](https://github.com/auth0/lock/pull/1035) ([jdunhin](https://github.com/jdunhin))
|
|
982
1076
|
- Adding "show password" option [\#1029](https://github.com/auth0/lock/pull/1029) ([luisrudge](https://github.com/luisrudge))
|
|
983
1077
|
|
|
984
1078
|
**Changed**
|
|
1079
|
+
|
|
985
1080
|
- Upgrade React to fix IE11 issues [\#1039](https://github.com/auth0/lock/pull/1039) ([luisrudge](https://github.com/luisrudge))
|
|
986
1081
|
|
|
987
1082
|
**Removed**
|
|
1083
|
+
|
|
988
1084
|
- Removed node version restriction [\#1043](https://github.com/auth0/lock/pull/1043) ([luisrudge](https://github.com/luisrudge))
|
|
989
1085
|
|
|
990
1086
|
**Fixed**
|
|
1087
|
+
|
|
991
1088
|
- Fixing empty popup on signup [\#1048](https://github.com/auth0/lock/pull/1048) ([luisrudge](https://github.com/luisrudge))
|
|
992
1089
|
- Adding a flag for cross-auth [\#1044](https://github.com/auth0/lock/pull/1044) ([luisrudge](https://github.com/luisrudge))
|
|
993
1090
|
- Fix custom connection scopes [\#1038](https://github.com/auth0/lock/pull/1038) ([luisrudge](https://github.com/luisrudge))
|
|
994
1091
|
|
|
995
|
-
|
|
996
1092
|
## [v10.17.0](https://github.com/auth0/lock/tree/v10.17.0) (2017-06-14)
|
|
997
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.16.0...v10.17.0)
|
|
998
1093
|
|
|
1094
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.16.0...v10.17.0)
|
|
999
1095
|
|
|
1000
1096
|
**Added**
|
|
1097
|
+
|
|
1001
1098
|
- Added allowAutoComplete ui option [\#1022](https://github.com/auth0/lock/pull/1022) ([luisrudge](https://github.com/luisrudge))
|
|
1002
1099
|
- When in OIDC mode, enterprise connections always go to IdP page [\#1019](https://github.com/auth0/lock/pull/1019) ([luisrudge](https://github.com/luisrudge))
|
|
1003
1100
|
- Added Cross Origin Auth support in OIDC mode [\#1013](https://github.com/auth0/lock/pull/1013) ([luisrudge](https://github.com/luisrudge))
|
|
1004
1101
|
- Emit authorization_error when username/password fails (invalid_user_password) [\#999](https://github.com/auth0/lock/pull/999) ([luisrudge](https://github.com/luisrudge))
|
|
1005
1102
|
|
|
1006
1103
|
**Changed**
|
|
1104
|
+
|
|
1007
1105
|
- Improved Danish translation [\#1033](https://github.com/auth0/lock/pull/1033) ([denkristoffer](https://github.com/denkristoffer))
|
|
1008
1106
|
- Scroll to the error message by default [\#1023](https://github.com/auth0/lock/pull/1023) ([m-idler](https://github.com/m-idler))
|
|
1009
1107
|
- Enabled HTML formatting for flashMessages [\#1017](https://github.com/auth0/lock/pull/1017) ([dariobanfi](https://github.com/dariobanfi))
|
|
1010
1108
|
- package.json: ~ range allowed for auth0-js dep [\#1015](https://github.com/auth0/lock/pull/1015) ([lexaurin](https://github.com/lexaurin))
|
|
1011
1109
|
|
|
1012
1110
|
**Fixed**
|
|
1111
|
+
|
|
1013
1112
|
- Removed extra scroll on mobile view [\#1031](https://github.com/auth0/lock/pull/1031) ([beneliflo](https://github.com/beneliflo))
|
|
1014
1113
|
- Fixing tooltip error in the email pane [\#1030](https://github.com/auth0/lock/pull/1030) ([luisrudge](https://github.com/luisrudge))
|
|
1015
1114
|
- Fix react-addons-css-transition-group issue [\#1001](https://github.com/auth0/lock/pull/1001) ([eoinmurray](https://github.com/eoinmurray))
|
|
1016
1115
|
- Fixed overrides sent to auth0.js [\#997](https://github.com/auth0/lock/pull/997) ([sandrinodimattia](https://github.com/sandrinodimattia))
|
|
1017
1116
|
|
|
1018
|
-
|
|
1019
1117
|
## [v10.16.0](https://github.com/auth0/lock/tree/v10.16.0) (2017-05-08)
|
|
1020
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.15.1...v10.16.0)
|
|
1021
1118
|
|
|
1119
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.15.1...v10.16.0)
|
|
1022
1120
|
|
|
1023
1121
|
**Added**
|
|
1122
|
+
|
|
1024
1123
|
- Add form method [\#993](https://github.com/auth0/lock/pull/993) ([luisrudge](https://github.com/luisrudge))
|
|
1025
1124
|
|
|
1026
1125
|
**Changed**
|
|
1126
|
+
|
|
1027
1127
|
- Update badge location for better performance and bundle max-age changes [\#995](https://github.com/auth0/lock/pull/995) ([ramasilveyra](https://github.com/ramasilveyra))
|
|
1028
1128
|
|
|
1029
1129
|
**Fixed**
|
|
1130
|
+
|
|
1030
1131
|
- Fix long header title and Error messages overflow [\#990](https://github.com/auth0/lock/pull/990) ([beneliflo](https://github.com/beneliflo))
|
|
1031
1132
|
- Fix grammar mistake RU [\#988](https://github.com/auth0/lock/pull/988) ([uladar](https://github.com/uladar))
|
|
1032
1133
|
|
|
1033
|
-
|
|
1034
1134
|
## [v10.15.1](https://github.com/auth0/lock/tree/v10.15.1) (2017-04-25)
|
|
1035
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.15.0...v10.15.1)
|
|
1036
1135
|
|
|
1136
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.15.0...v10.15.1)
|
|
1037
1137
|
|
|
1038
1138
|
**Fixed**
|
|
1039
|
-
- Moving dependencies to devDependencies [\#984](https://github.com/auth0/lock/pull/984) ([luisrudge](https://github.com/luisrudge))
|
|
1040
1139
|
|
|
1140
|
+
- Moving dependencies to devDependencies [\#984](https://github.com/auth0/lock/pull/984) ([luisrudge](https://github.com/luisrudge))
|
|
1041
1141
|
|
|
1042
1142
|
## [v10.15.0](https://github.com/auth0/lock/tree/v10.15.0) (2017-04-24)
|
|
1043
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.14.0...v10.15.0)
|
|
1044
1143
|
|
|
1144
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.14.0...v10.15.0)
|
|
1045
1145
|
|
|
1046
1146
|
**Added**
|
|
1147
|
+
|
|
1047
1148
|
- Add support for paypal-sandbox strategy [\#975](https://github.com/auth0/lock/pull/975) ([ziluvatar](https://github.com/ziluvatar))
|
|
1048
1149
|
|
|
1049
1150
|
**Changed**
|
|
1151
|
+
|
|
1050
1152
|
- Upgrade auth0-js to v8.6.0 [\#980](https://github.com/auth0/lock/pull/980) ([luisrudge](https://github.com/luisrudge))
|
|
1051
|
-
- Adding prettier and a precommit script to format the code :tada: :lipstick:
|
|
1153
|
+
- Adding prettier and a precommit script to format the code :tada: :lipstick: [\#977](https://github.com/auth0/lock/pull/977) ([luisrudge](https://github.com/luisrudge))
|
|
1052
1154
|
- Upgrading usage of prop-types to new package [\#971](https://github.com/auth0/lock/pull/971) ([luisrudge](https://github.com/luisrudge))
|
|
1053
1155
|
- Use replaceState for better browser history experience [\#967](https://github.com/auth0/lock/pull/967) ([selaux](https://github.com/selaux))
|
|
1054
1156
|
- Renaming internal `signOut` methods with `logout` to keep it consistent [\#966](https://github.com/auth0/lock/pull/966) ([luisrudge](https://github.com/luisrudge))
|
|
@@ -1056,23 +1158,27 @@ In the meantime, react@16 works just fine with this codebase. You'll just have t
|
|
|
1056
1158
|
- Adding `key` to the error "An error occurred when fetching data" [\#956](https://github.com/auth0/lock/pull/956) ([luisrudge](https://github.com/luisrudge))
|
|
1057
1159
|
|
|
1058
1160
|
**Fixed**
|
|
1161
|
+
|
|
1059
1162
|
- Fixed typo in cs.js [\#979](https://github.com/auth0/lock/pull/979) ([fersman](https://github.com/fersman))
|
|
1060
1163
|
- fixed propType misspell in header.jsx [\#973](https://github.com/auth0/lock/pull/973) ([nickpisacane](https://github.com/nickpisacane))
|
|
1061
1164
|
- Fixed scrolling on mobile in landscape mode [\#963](https://github.com/auth0/lock/pull/963) ([luisrudge](https://github.com/luisrudge))
|
|
1062
1165
|
|
|
1063
|
-
|
|
1064
1166
|
## [v10.14.0](https://github.com/auth0/lock/tree/v10.14.0) (2017-03-27)
|
|
1167
|
+
|
|
1065
1168
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.13.0...v10.14.0)
|
|
1066
1169
|
|
|
1067
1170
|
**Closed issues**
|
|
1171
|
+
|
|
1068
1172
|
- prefill option is lost after reset password [\#933](https://github.com/auth0/lock/issues/933)
|
|
1069
1173
|
|
|
1070
1174
|
**Added**
|
|
1175
|
+
|
|
1071
1176
|
- Throw an error when audience is used without oidcConformant flag [\#947](https://github.com/auth0/lock/pull/947) ([luisrudge](https://github.com/luisrudge))
|
|
1072
1177
|
- Added Finnish translation [\#936](https://github.com/auth0/lock/pull/936) ([kettunen](https://github.com/kettunen))
|
|
1073
1178
|
- Added Ukrainian translation [\#931](https://github.com/auth0/lock/pull/931) ([grsmv](https://github.com/grsmv))
|
|
1074
1179
|
|
|
1075
1180
|
**Changed**
|
|
1181
|
+
|
|
1076
1182
|
- Upgrade auth0js to v8.5.0 [\#952](https://github.com/auth0/lock/pull/952) ([luisrudge](https://github.com/luisrudge))
|
|
1077
1183
|
- Disable social buttons when terms were not accepted on sign up [\#949](https://github.com/auth0/lock/pull/949) ([luisrudge](https://github.com/luisrudge))
|
|
1078
1184
|
- Better explanation about the sso option [\#948](https://github.com/auth0/lock/pull/948) ([luisrudge](https://github.com/luisrudge))
|
|
@@ -1080,19 +1186,22 @@ In the meantime, react@16 works just fine with this codebase. You'll just have t
|
|
|
1080
1186
|
- Add support for success and error messages to be in HTML [\#928](https://github.com/auth0/lock/pull/928) ([luisrudge](https://github.com/luisrudge))
|
|
1081
1187
|
|
|
1082
1188
|
**Fixed**
|
|
1189
|
+
|
|
1083
1190
|
- Fixing Italian dictionary [\#950](https://github.com/auth0/lock/pull/950) ([ilmistra](https://github.com/ilmistra))
|
|
1084
1191
|
- Don't clear email field after reset password [\#945](https://github.com/auth0/lock/pull/945) ([luisrudge](https://github.com/luisrudge))
|
|
1085
1192
|
- Disable autoCorrect and spellCheck in the username input [\#927](https://github.com/auth0/lock/pull/927) ([luisrudge](https://github.com/luisrudge))
|
|
1086
1193
|
|
|
1087
|
-
|
|
1088
1194
|
## [v10.13.0](https://github.com/auth0/lock/tree/v10.13.0) (2017-03-13)
|
|
1195
|
+
|
|
1089
1196
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.3...v10.13.0)
|
|
1090
1197
|
|
|
1091
1198
|
**Closed issues**
|
|
1199
|
+
|
|
1092
1200
|
- State with `=`, `&` characters is incorrectly parsed from url fragment [\#913](https://github.com/auth0/lock/issues/913)
|
|
1093
1201
|
- Add support for Evernote strategy [\#895](https://github.com/auth0/lock/issues/895)
|
|
1094
1202
|
|
|
1095
1203
|
**Fixed**
|
|
1204
|
+
|
|
1096
1205
|
- Updated auth0 js version [\#924](https://github.com/auth0/lock/pull/924) ([hzalaz](https://github.com/hzalaz))
|
|
1097
1206
|
- Adds evernote social icon [\#923](https://github.com/auth0/lock/pull/923) ([vctrfrnndz](https://github.com/vctrfrnndz))
|
|
1098
1207
|
- Add japanese translation for "OR" [\#921](https://github.com/auth0/lock/pull/921) ([vctrfrnndz](https://github.com/vctrfrnndz))
|
|
@@ -1100,36 +1209,37 @@ In the meantime, react@16 works just fine with this codebase. You'll just have t
|
|
|
1100
1209
|
- Replace querystring implementation with qs module [\#916](https://github.com/auth0/lock/pull/916) ([elger](https://github.com/elger))
|
|
1101
1210
|
- Use error.name to find the correct error message for invalid passwords [\#904](https://github.com/auth0/lock/pull/904) ([luisrudge](https://github.com/luisrudge))
|
|
1102
1211
|
|
|
1103
|
-
|
|
1104
1212
|
## [v10.12.3](https://github.com/auth0/lock/tree/v10.12.3) (2017-03-07)
|
|
1105
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.2...v10.12.3)
|
|
1106
1213
|
|
|
1214
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.2...v10.12.3)
|
|
1107
1215
|
|
|
1108
1216
|
**Fixed**
|
|
1217
|
+
|
|
1109
1218
|
- Update node engine restriction [\#909](https://github.com/auth0/lock/pull/909) ([hzalaz](https://github.com/hzalaz))
|
|
1110
1219
|
- Fixed Czech translation [\#902](https://github.com/auth0/lock/pull/902) ([FilipPyrek](https://github.com/FilipPyrek))
|
|
1111
1220
|
|
|
1112
|
-
|
|
1113
1221
|
## [v10.12.2](https://github.com/auth0/lock/tree/v10.12.2) (2017-03-03)
|
|
1114
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.1...v10.12.2)
|
|
1115
1222
|
|
|
1223
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.1...v10.12.2)
|
|
1116
1224
|
|
|
1117
1225
|
**Fixed**
|
|
1118
|
-
- Specify owp for non oidc web api in popup mode [\#897](https://github.com/auth0/lock/pull/897) ([hzalaz](https://github.com/hzalaz))
|
|
1119
1226
|
|
|
1227
|
+
- Specify owp for non oidc web api in popup mode [\#897](https://github.com/auth0/lock/pull/897) ([hzalaz](https://github.com/hzalaz))
|
|
1120
1228
|
|
|
1121
1229
|
## [v10.12.1](https://github.com/auth0/lock/tree/v10.12.1) (2017-03-03)
|
|
1122
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.0...v10.12.1)
|
|
1123
1230
|
|
|
1231
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.12.0...v10.12.1)
|
|
1124
1232
|
|
|
1125
1233
|
**Fixed**
|
|
1126
|
-
- Fixed npm transpiled code [\#893](https://github.com/auth0/lock/pull/893) ([hzalaz](https://github.com/hzalaz))
|
|
1127
1234
|
|
|
1235
|
+
- Fixed npm transpiled code [\#893](https://github.com/auth0/lock/pull/893) ([hzalaz](https://github.com/hzalaz))
|
|
1128
1236
|
|
|
1129
1237
|
## [v10.12.0](https://github.com/auth0/lock/tree/v10.12.0) (2017-03-02)
|
|
1238
|
+
|
|
1130
1239
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.11.0...v10.12.0)
|
|
1131
1240
|
|
|
1132
1241
|
**Closed issues**
|
|
1242
|
+
|
|
1133
1243
|
- Bug in email field validation [\#884](https://github.com/auth0/lock/issues/884)
|
|
1134
1244
|
- Input field tab issue in IE [\#870](https://github.com/auth0/lock/issues/870)
|
|
1135
1245
|
- Bring back the integratedWindowsLogin option [\#852](https://github.com/auth0/lock/issues/852)
|
|
@@ -1137,10 +1247,12 @@ In the meantime, react@16 works just fine with this codebase. You'll just have t
|
|
|
1137
1247
|
- Back button not displaying properly in IE 11 [\#767](https://github.com/auth0/lock/issues/767)
|
|
1138
1248
|
|
|
1139
1249
|
**Added**
|
|
1250
|
+
|
|
1140
1251
|
- Added checkbox CustomInput for additionalSignUpFields [\#860](https://github.com/auth0/lock/pull/860) ([dariobanfi](https://github.com/dariobanfi))
|
|
1141
1252
|
- Add slovak translation [\#846](https://github.com/auth0/lock/pull/846) ([Passto](https://github.com/Passto))
|
|
1142
1253
|
|
|
1143
1254
|
**Changed**
|
|
1255
|
+
|
|
1144
1256
|
- Update password sheriff to reduce bundle size [\#879](https://github.com/auth0/lock/pull/879) ([hzalaz](https://github.com/hzalaz))
|
|
1145
1257
|
- Adding focusable=false to all svgs [\#873](https://github.com/auth0/lock/pull/873) ([luisrudge](https://github.com/luisrudge))
|
|
1146
1258
|
- Migrating to webpack2 [\#871](https://github.com/auth0/lock/pull/871) ([luisrudge](https://github.com/luisrudge))
|
|
@@ -1150,116 +1262,133 @@ In the meantime, react@16 works just fine with this codebase. You'll just have t
|
|
|
1150
1262
|
- Kerberos network checking no longer depends on rememberLastLogin [\#805](https://github.com/auth0/lock/pull/805) ([patrickmcgraw](https://github.com/patrickmcgraw))
|
|
1151
1263
|
|
|
1152
1264
|
**Fixed**
|
|
1265
|
+
|
|
1153
1266
|
- Updated auth0.js to v8.3.0 [\#889](https://github.com/auth0/lock/pull/889) ([hzalaz](https://github.com/hzalaz))
|
|
1154
1267
|
- Fix issue when submiting a form with no email [\#886](https://github.com/auth0/lock/pull/886) ([selaux](https://github.com/selaux))
|
|
1155
1268
|
- Fixing allowSignup and allowForgot options when loading tenant info [\#877](https://github.com/auth0/lock/pull/877) ([luisrudge](https://github.com/luisrudge))
|
|
1156
|
-
-
|
|
1269
|
+
- Don't disable mfa-code input [\#872](https://github.com/auth0/lock/pull/872) ([nikolaseu](https://github.com/nikolaseu))
|
|
1157
1270
|
- Fix a box-sizing issue that happened when bootstrap was being used with lock [\#868](https://github.com/auth0/lock/pull/868) ([luisrudge](https://github.com/luisrudge))
|
|
1158
1271
|
- Cleaning params sent to auth0js [\#863](https://github.com/auth0/lock/pull/863) ([luisrudge](https://github.com/luisrudge))
|
|
1159
1272
|
- Only set prefill values when application is initialized [\#855](https://github.com/auth0/lock/pull/855) ([luisrudge](https://github.com/luisrudge))
|
|
1160
1273
|
|
|
1161
|
-
|
|
1162
1274
|
## [v10.11.0](https://github.com/auth0/lock/tree/v10.11.0) (2017-01-30)
|
|
1275
|
+
|
|
1163
1276
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.10.2...v10.11.0)
|
|
1164
1277
|
|
|
1165
1278
|
**Closed issues**
|
|
1279
|
+
|
|
1166
1280
|
- Input error state does not get reset when changing page [\#843](https://github.com/auth0/lock/issues/843)
|
|
1167
1281
|
- Show error when the domain part of the email does not match any enterprise connection [\#661](https://github.com/auth0/lock/issues/661)
|
|
1168
1282
|
|
|
1169
1283
|
**Added**
|
|
1284
|
+
|
|
1170
1285
|
- inject cordova plugin and force popup/sso in cordova or electron [\#835](https://github.com/auth0/lock/pull/835) ([glena](https://github.com/glena))
|
|
1171
1286
|
- Japanese translation [\#834](https://github.com/auth0/lock/pull/834) ([stevensacks](https://github.com/stevensacks))
|
|
1172
1287
|
- disable submit button when the email does not match with any connection [\#757](https://github.com/auth0/lock/pull/757) ([glena](https://github.com/glena))
|
|
1173
1288
|
|
|
1174
1289
|
**Changed**
|
|
1290
|
+
|
|
1175
1291
|
- Clear invalid fields on screen change [\#844](https://github.com/auth0/lock/pull/844) ([glena](https://github.com/glena))
|
|
1176
1292
|
- Bump the babel-preset-2015 version [\#838](https://github.com/auth0/lock/pull/838) ([iamkevingreen](https://github.com/iamkevingreen))
|
|
1177
1293
|
|
|
1178
|
-
|
|
1179
1294
|
## [v10.10.2](https://github.com/auth0/lock/tree/v10.10.2) (2017-01-23)
|
|
1180
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.10.1...v10.10.2)
|
|
1181
1295
|
|
|
1296
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.10.1...v10.10.2)
|
|
1182
1297
|
|
|
1183
1298
|
**Fixed**
|
|
1299
|
+
|
|
1184
1300
|
- Fix casing of null in IE (bumping auth0.js version) [\#827](https://github.com/auth0/lock/pull/827) ([glena](https://github.com/glena))
|
|
1185
1301
|
- Fix ES translations [\#826](https://github.com/auth0/lock/pull/826) ([perpifran](https://github.com/perpifran))
|
|
1186
1302
|
- Translated term mfaLoginTitle into Dutch [\#820](https://github.com/auth0/lock/pull/820) ([dctoon](https://github.com/dctoon))
|
|
1187
1303
|
- For autologin, if login screen is not available, it should show the error in the signup one instead of breaking [\#817](https://github.com/auth0/lock/pull/817) ([glena](https://github.com/glena))
|
|
1188
1304
|
|
|
1189
|
-
|
|
1190
1305
|
## [v10.10.1](https://github.com/auth0/lock/tree/v10.10.1) (2017-01-19)
|
|
1191
|
-
[Full Changelog](https://github.com/auth0/lock/compare/v10.10.0...v10.10.1)
|
|
1192
1306
|
|
|
1307
|
+
[Full Changelog](https://github.com/auth0/lock/compare/v10.10.0...v10.10.1)
|
|
1193
1308
|
|
|
1194
1309
|
**Changed**
|
|
1195
|
-
- Bump auth0.js to 8.1.2 [\#821](https://github.com/auth0/lock/pull/821) ([glena](https://github.com/glena))
|
|
1196
1310
|
|
|
1311
|
+
- Bump auth0.js to 8.1.2 [\#821](https://github.com/auth0/lock/pull/821) ([glena](https://github.com/glena))
|
|
1197
1312
|
|
|
1198
1313
|
## [v10.10.0](https://github.com/auth0/lock/tree/v10.10.0) (2017-01-17)
|
|
1314
|
+
|
|
1199
1315
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.9.2...v10.10.0)
|
|
1200
1316
|
|
|
1201
1317
|
**Closed issues**
|
|
1318
|
+
|
|
1202
1319
|
- Lock v10.9.2 fails on IE 10 Windows 7 [\#801](https://github.com/auth0/lock/issues/801)
|
|
1203
1320
|
|
|
1204
1321
|
**Added**
|
|
1322
|
+
|
|
1205
1323
|
- Add resumeAuth method and autoParseHash flag [\#790](https://github.com/auth0/lock/pull/790) ([luisrudge](https://github.com/luisrudge))
|
|
1206
1324
|
- Hide first screen title option [\#745](https://github.com/auth0/lock/pull/745) ([glena](https://github.com/glena))
|
|
1207
1325
|
|
|
1208
1326
|
**Changed**
|
|
1327
|
+
|
|
1209
1328
|
- Update zh.js [\#774](https://github.com/auth0/lock/pull/774) ([leplay](https://github.com/leplay))
|
|
1210
1329
|
|
|
1211
1330
|
**Fixed**
|
|
1331
|
+
|
|
1212
1332
|
- Fix: popup does not close when signup fails [\#810](https://github.com/auth0/lock/pull/810) ([glena](https://github.com/glena))
|
|
1213
1333
|
- removes scope openid warning in OIDC conformant mode. fix #780 [\#803](https://github.com/auth0/lock/pull/803) ([luisrudge](https://github.com/luisrudge))
|
|
1214
1334
|
- Clearing fields when lock closes [\#802](https://github.com/auth0/lock/pull/802) ([luisrudge](https://github.com/luisrudge))
|
|
1215
1335
|
- Fix redirect/popup login when shown in the hosted login page [\#799](https://github.com/auth0/lock/pull/799) ([glena](https://github.com/glena))
|
|
1216
1336
|
|
|
1217
1337
|
**Breaking changes**
|
|
1338
|
+
|
|
1218
1339
|
- Bump auth0.js version - Fix profile casing (it should not convert to cammelcase) [\#815](https://github.com/auth0/lock/pull/815) ([glena](https://github.com/glena))
|
|
1219
1340
|
|
|
1220
1341
|
In lock v10.9 we introduced an issue in auth0.js that changed the casing of the calls to retrieve the user profile (using `/userinfo` or `/tokeninfo`), everything was converted to camel case. We fixed that issue in this [auth0.js pull request](https://github.com/auth0/auth0.js/pull/307) and is part of this release of Lock. If you kept an v10.8 or older no changes are needed, for those who updated to v10.9 you need to revert the changes made to handle the case changes.
|
|
1221
1342
|
|
|
1222
1343
|
## [v10.9.2](https://github.com/auth0/lock/tree/v10.9.2) (2017-01-11)
|
|
1344
|
+
|
|
1223
1345
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.9.1...v10.9.2)
|
|
1224
1346
|
|
|
1225
1347
|
**Fixed**
|
|
1348
|
+
|
|
1226
1349
|
- Bring back support for get profile in default mode [\#794](https://github.com/auth0/lock/pull/794) ([glena](https://github.com/glena))
|
|
1227
1350
|
- Don't emit error when registering for event 'signin ready' [\#784](https://github.com/auth0/lock/pull/784) ([theopak](https://github.com/theopak))
|
|
1228
1351
|
|
|
1229
|
-
|
|
1230
1352
|
## [v10.9.1](https://github.com/auth0/lock/tree/v10.9.1) (2017-01-10)
|
|
1353
|
+
|
|
1231
1354
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.9.0...v10.9.1)
|
|
1232
1355
|
|
|
1233
1356
|
**Fixed**
|
|
1357
|
+
|
|
1234
1358
|
- Fix to comply legacy behaviour [\#787](https://github.com/auth0/lock/pull/787) ([glena](https://github.com/glena))
|
|
1235
1359
|
- For legacy flow, the scope should default to openid [\#783](https://github.com/auth0/lock/pull/783) ([glena](https://github.com/glena))
|
|
1236
1360
|
|
|
1237
|
-
|
|
1238
1361
|
## [v10.9.0](https://github.com/auth0/lock/tree/v10.9.0) (2017-01-09)
|
|
1362
|
+
|
|
1239
1363
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.8.0-beta.5...v10.9.0)
|
|
1240
1364
|
|
|
1241
1365
|
**Added**
|
|
1366
|
+
|
|
1242
1367
|
- Migrate to auth0.js v8 [\#744](https://github.com/auth0/lock/pull/744) ([glena](https://github.com/glena))
|
|
1243
1368
|
|
|
1244
1369
|
**Changed**
|
|
1370
|
+
|
|
1245
1371
|
- Removed browserify as dependency and removed process usage [\#779](https://github.com/auth0/lock/pull/779) ([glena](https://github.com/glena))
|
|
1246
1372
|
- Auth0js v8 - configuration validation + default scope [\#775](https://github.com/auth0/lock/pull/775) ([glena](https://github.com/glena))
|
|
1247
1373
|
|
|
1248
|
-
|
|
1249
1374
|
## [v10.8.1](https://github.com/auth0/lock/tree/v10.8.1) (2017-01-03)
|
|
1375
|
+
|
|
1250
1376
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.8.0...v10.8.1)
|
|
1251
1377
|
|
|
1252
1378
|
**Closed issues**
|
|
1379
|
+
|
|
1253
1380
|
- username/password login doesn't work with custom domains on the appliance [\#772](https://github.com/auth0/lock/issues/772)
|
|
1254
1381
|
|
|
1255
1382
|
**Fixed**
|
|
1256
|
-
- allow to override tenant + issuer and pass to auth0.js [\#773](https://github.com/auth0/lock/pull/773) ([glena](https://github.com/glena))
|
|
1257
1383
|
|
|
1384
|
+
- allow to override tenant + issuer and pass to auth0.js [\#773](https://github.com/auth0/lock/pull/773) ([glena](https://github.com/glena))
|
|
1258
1385
|
|
|
1259
1386
|
## [v10.8.0](https://github.com/auth0/lock/tree/v10.8.0) (2017-01-02)
|
|
1387
|
+
|
|
1260
1388
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.7.3...v10.8.0)
|
|
1261
1389
|
|
|
1262
1390
|
**Closed issues**
|
|
1391
|
+
|
|
1263
1392
|
- Request to add user-facing error message. [\#751](https://github.com/auth0/lock/issues/751)
|
|
1264
1393
|
- Please throw an error for invalid events [\#748](https://github.com/auth0/lock/issues/748)
|
|
1265
1394
|
- Old errors shown when reopening Lock [\#739](https://github.com/auth0/lock/issues/739)
|
|
@@ -1268,6 +1397,7 @@ In lock v10.9 we introduced an issue in auth0.js that changed the casing of the
|
|
|
1268
1397
|
- [v10] Enterprise connections don't strip domain from email [\#543](https://github.com/auth0/lock/issues/543)
|
|
1269
1398
|
|
|
1270
1399
|
**Added**
|
|
1400
|
+
|
|
1271
1401
|
- Allow to override socialButtonStyle on show [\#766](https://github.com/auth0/lock/pull/766) ([glena](https://github.com/glena))
|
|
1272
1402
|
- Added new error code: session_missing [\#760](https://github.com/auth0/lock/pull/760) ([glena](https://github.com/glena))
|
|
1273
1403
|
- Add events validation and fail if it is not a valid one [\#756](https://github.com/auth0/lock/pull/756) ([glena](https://github.com/glena))
|
|
@@ -1276,95 +1406,118 @@ In lock v10.9 we introduced an issue in auth0.js that changed the casing of the
|
|
|
1276
1406
|
- Create fa.js [\#752](https://github.com/auth0/lock/pull/752) ([doroudi](https://github.com/doroudi))
|
|
1277
1407
|
|
|
1278
1408
|
**Changed**
|
|
1409
|
+
|
|
1279
1410
|
- Hide errors after close lock [\#761](https://github.com/auth0/lock/pull/761) ([glena](https://github.com/glena))
|
|
1280
1411
|
|
|
1281
1412
|
**Fixed**
|
|
1413
|
+
|
|
1282
1414
|
- removed whitespace from input name [\#764](https://github.com/auth0/lock/pull/764) ([dangler](https://github.com/dangler))
|
|
1283
1415
|
- fixed typo [\#762](https://github.com/auth0/lock/pull/762) ([dev101](https://github.com/dev101))
|
|
1284
1416
|
|
|
1285
|
-
|
|
1286
1417
|
## [v10.7.3](https://github.com/auth0/lock/tree/v10.7.3) (2016-12-19)
|
|
1418
|
+
|
|
1287
1419
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.7.2...v10.7.3)
|
|
1288
1420
|
|
|
1289
1421
|
**Fixed**
|
|
1422
|
+
|
|
1290
1423
|
- Shorten Russian signUpLabel to fit into the widget width [\#743](https://github.com/auth0/lock/pull/743) ([cyxou](https://github.com/cyxou))
|
|
1291
1424
|
|
|
1292
1425
|
## [v10.7.2](https://github.com/auth0/lock/tree/v10.7.2) (2016-12-01)
|
|
1426
|
+
|
|
1293
1427
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.7.1...v10.7.2)
|
|
1294
1428
|
|
|
1295
1429
|
**Fixed**
|
|
1430
|
+
|
|
1296
1431
|
- Fix how the tenant and application info url is build to avoid format issues [\#740](https://github.com/auth0/lock/pull/740) ([glena](https://github.com/glena))
|
|
1297
1432
|
- Fix: Single saml connection with no domain shows undefined in button [\#738](https://github.com/auth0/lock/pull/738) ([glena](https://github.com/glena))
|
|
1298
1433
|
|
|
1299
1434
|
## [v10.7.1](https://github.com/auth0/lock/tree/v10.7.1) (2016-11-25)
|
|
1435
|
+
|
|
1300
1436
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.7.0...v10.7.1)
|
|
1301
1437
|
|
|
1302
1438
|
**Fixed**
|
|
1439
|
+
|
|
1303
1440
|
- fix options override on show [\#732](https://github.com/auth0/lock/pull/732) ([glena](https://github.com/glena))
|
|
1304
1441
|
- One questionmark is enough [\#731](https://github.com/auth0/lock/pull/731) ([retorquere](https://github.com/retorquere))
|
|
1305
1442
|
|
|
1306
1443
|
## [v10.7.0](https://github.com/auth0/lock/tree/v10.7.0) (2016-11-22)
|
|
1444
|
+
|
|
1307
1445
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.6.1...v10.7.0)
|
|
1308
1446
|
|
|
1309
1447
|
**Added**
|
|
1448
|
+
|
|
1310
1449
|
- Add missing Norwegian translations [\#721](https://github.com/auth0/lock/pull/721) ([francisrath](https://github.com/francisrath))
|
|
1311
1450
|
|
|
1312
1451
|
**Changed**
|
|
1452
|
+
|
|
1313
1453
|
- Update auth0.js to v7.5.0 [\#730](https://github.com/auth0/lock/pull/730) ([hzalaz](https://github.com/hzalaz))
|
|
1314
1454
|
- "Email" type for email input [\#724](https://github.com/auth0/lock/pull/724) ([glena](https://github.com/glena))
|
|
1315
1455
|
- Enterprise: force username for AD connections [\#714](https://github.com/auth0/lock/pull/714) ([glena](https://github.com/glena))
|
|
1316
1456
|
|
|
1317
1457
|
**Deprecated**
|
|
1458
|
+
|
|
1318
1459
|
- Deprecated getProfile and added getUserInfo instead [\#726](https://github.com/auth0/lock/pull/726) ([glena](https://github.com/glena))
|
|
1319
1460
|
|
|
1320
1461
|
## [v10.6.1](https://github.com/auth0/lock/tree/v10.6.1) (2016-11-09)
|
|
1462
|
+
|
|
1321
1463
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.6.0...v10.6.1)
|
|
1322
1464
|
|
|
1323
1465
|
**Fixed**
|
|
1466
|
+
|
|
1324
1467
|
- Removed UMD bundling and using browser only [\#709](https://github.com/auth0/lock/pull/709) ([glena](https://github.com/glena))
|
|
1325
1468
|
|
|
1326
1469
|
## [v10.6.0](https://github.com/auth0/lock/tree/v10.6.0) (2016-11-07)
|
|
1470
|
+
|
|
1327
1471
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.5.1...v10.6.0)
|
|
1328
1472
|
|
|
1329
1473
|
**Changed**
|
|
1474
|
+
|
|
1330
1475
|
- Update auth0.js to 7.4.0 [\#705](https://github.com/auth0/lock/pull/705) ([hzalaz](https://github.com/hzalaz))
|
|
1331
1476
|
- allow to override language, dict, logo and primary color on show method [\#680](https://github.com/auth0/lock/pull/680) ([glena](https://github.com/glena))
|
|
1332
1477
|
- Webpack for bundling [\#663](https://github.com/auth0/lock/pull/663) ([glena](https://github.com/glena))
|
|
1333
1478
|
|
|
1334
1479
|
**Fixed**
|
|
1480
|
+
|
|
1335
1481
|
- Disable passwordless connections for SSO [\#691](https://github.com/auth0/lock/pull/691) ([glena](https://github.com/glena))
|
|
1336
1482
|
|
|
1337
1483
|
## [v10.5.1](https://github.com/auth0/lock/tree/v10.5.1) (2016-10-28)
|
|
1484
|
+
|
|
1338
1485
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.5.0...v10.5.1)
|
|
1339
1486
|
|
|
1340
1487
|
**Closed issues**
|
|
1488
|
+
|
|
1341
1489
|
- [Lock 10.5.0] Prefill fails when using username [\#685](https://github.com/auth0/lock/issues/685)
|
|
1342
1490
|
- [Lock 10.5.0] "TypeError: next is not a function" when closing social connection popup [\#682](https://github.com/auth0/lock/issues/682)
|
|
1343
1491
|
|
|
1344
1492
|
**Fixed**
|
|
1493
|
+
|
|
1345
1494
|
- Disabled username verification for prefill [\#686](https://github.com/auth0/lock/pull/686) ([glena](https://github.com/glena))
|
|
1346
1495
|
- 'TypeError: next is not a function' when closing social connection popup [\#684](https://github.com/auth0/lock/pull/684) ([glena](https://github.com/glena))
|
|
1347
1496
|
- Fix focus visual feedback in email and username inputs [\#681](https://github.com/auth0/lock/pull/681) ([gnandretta](https://github.com/gnandretta))
|
|
1348
1497
|
|
|
1349
1498
|
## [v10.5.0](https://github.com/auth0/lock/tree/v10.5.0) (2016-10-24)
|
|
1499
|
+
|
|
1350
1500
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.4.1...v10.5.0)
|
|
1351
1501
|
|
|
1352
1502
|
**Closed issues**
|
|
1353
|
-
|
|
1503
|
+
|
|
1504
|
+
- [v10.4.0] Cannot read property 'get' of undefined. [\#658](https://github.com/auth0/lock/issues/658)
|
|
1354
1505
|
- Lock not showing rule errors in redirect mode [\#637](https://github.com/auth0/lock/issues/637)
|
|
1355
1506
|
- Single AD connection without domain shows undefined in message [\#627](https://github.com/auth0/lock/issues/627)
|
|
1356
1507
|
- Issues with Overlay mode + signUpLink setting on a SPA [\#619](https://github.com/auth0/lock/issues/619)
|
|
1357
1508
|
- [UX] Password field shouldn't show error message immediately (on focus). [\#540](https://github.com/auth0/lock/issues/540)
|
|
1358
1509
|
|
|
1359
1510
|
**Added**
|
|
1511
|
+
|
|
1360
1512
|
- Create vi.js in /src/i18n [\#662](https://github.com/auth0/lock/pull/662) ([IoHL](https://github.com/IoHL))
|
|
1361
1513
|
- Added support for custom oauth2 connections [\#648](https://github.com/auth0/lock/pull/648) ([glena](https://github.com/glena))
|
|
1362
1514
|
- Create ca.js [\#645](https://github.com/auth0/lock/pull/645) ([alexandresaiz](https://github.com/alexandresaiz))
|
|
1363
1515
|
- Support connectionScopes for oauth2 connections [\#643](https://github.com/auth0/lock/pull/643) ([glena](https://github.com/glena))
|
|
1364
1516
|
- Allow to display a flash message on lock.show [\#639](https://github.com/auth0/lock/pull/639) ([glena](https://github.com/glena))
|
|
1365
|
-
- MFA when using
|
|
1517
|
+
- MFA when using oauth/ro endpoint [\#628](https://github.com/auth0/lock/pull/628) ([dafortune](https://github.com/dafortune))
|
|
1366
1518
|
|
|
1367
1519
|
**Changed**
|
|
1520
|
+
|
|
1368
1521
|
- Password field shouldn't show error message immediately (on focus) [\#668](https://github.com/auth0/lock/pull/668) ([glena](https://github.com/glena))
|
|
1369
1522
|
- Update auth0.js to latest [\#665](https://github.com/auth0/lock/pull/665) ([hzalaz](https://github.com/hzalaz))
|
|
1370
1523
|
- Added default values to the dictionary and warn about missing keys [\#651](https://github.com/auth0/lock/pull/651) ([glena](https://github.com/glena))
|
|
@@ -1373,6 +1526,7 @@ In lock v10.9 we introduced an issue in auth0.js that changed the casing of the
|
|
|
1373
1526
|
- Update uglify task to generate sourcemaps [\#638](https://github.com/auth0/lock/pull/638) ([cristiandouce](https://github.com/cristiandouce))
|
|
1374
1527
|
|
|
1375
1528
|
**Fixed**
|
|
1529
|
+
|
|
1376
1530
|
- Fix [v10.4.0] Cannot read property 'get' of undefined. #658 [\#660](https://github.com/auth0/lock/pull/660) ([glena](https://github.com/glena))
|
|
1377
1531
|
- Changed to regular spaces. [\#653](https://github.com/auth0/lock/pull/653) ([nicosabena](https://github.com/nicosabena))
|
|
1378
1532
|
- Single AD connection without domain shows undefined in message [\#642](https://github.com/auth0/lock/pull/642) ([glena](https://github.com/glena))
|
|
@@ -1381,28 +1535,36 @@ In lock v10.9 we introduced an issue in auth0.js that changed the casing of the
|
|
|
1381
1535
|
- Change the term email to e-mail and emailadres to e-mailadres [\#629](https://github.com/auth0/lock/pull/629) ([ToonDC](https://github.com/ToonDC))
|
|
1382
1536
|
|
|
1383
1537
|
## [v10.4.1](https://github.com/auth0/lock/tree/v10.4.0) (2016-10-21)
|
|
1538
|
+
|
|
1384
1539
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.4.0...v10.4.1)
|
|
1385
1540
|
|
|
1386
1541
|
**Changed**
|
|
1542
|
+
|
|
1387
1543
|
- Update auth0.js to v7.3.0
|
|
1388
1544
|
|
|
1389
1545
|
## [v10.4.0](https://github.com/auth0/lock/tree/v10.4.0) (2016-09-27)
|
|
1546
|
+
|
|
1390
1547
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.3.0...v10.4.0)
|
|
1391
1548
|
|
|
1392
1549
|
**Closed issues**
|
|
1550
|
+
|
|
1393
1551
|
- theme.logo regression in 10.3.0 [\#617](https://github.com/auth0/lock/issues/617)
|
|
1394
1552
|
|
|
1395
1553
|
**Changed**
|
|
1554
|
+
|
|
1396
1555
|
- Update auth0.js version to v7.2.1 [\#621](https://github.com/auth0/lock/pull/621) ([hzalaz](https://github.com/hzalaz))
|
|
1397
1556
|
|
|
1398
1557
|
**Fixed**
|
|
1558
|
+
|
|
1399
1559
|
- Fix bad reference for unrecoverable_error event emitter [\#625](https://github.com/auth0/lock/pull/625) ([cristiandouce](https://github.com/cristiandouce))
|
|
1400
1560
|
- Fixes for 10.3.0 regression [\#618](https://github.com/auth0/lock/pull/618) ([doapp-ryanp](https://github.com/doapp-ryanp))
|
|
1401
1561
|
|
|
1402
1562
|
## [v10.3.0](https://github.com/auth0/lock/tree/v10.3.0) (2016-09-19)
|
|
1563
|
+
|
|
1403
1564
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.2.2...v10.3.0)
|
|
1404
1565
|
|
|
1405
1566
|
**Closed issues:**
|
|
1567
|
+
|
|
1406
1568
|
- v10: KerberosScreen failing on internal Network [\#590](https://github.com/auth0/lock/issues/590)
|
|
1407
1569
|
- Languages not available on cdn.eu.auth0.com [\#576](https://github.com/auth0/lock/issues/576)
|
|
1408
1570
|
- The lock v10 with ionic2 page can not scroll. [\#532](https://github.com/auth0/lock/issues/532)
|
|
@@ -1411,6 +1573,7 @@ In lock v10.9 we introduced an issue in auth0.js that changed the casing of the
|
|
|
1411
1573
|
- White space on bottom when running/simulating on mobile device [\#376](https://github.com/auth0/lock/issues/376)
|
|
1412
1574
|
|
|
1413
1575
|
**Fixed:**
|
|
1576
|
+
|
|
1414
1577
|
- Bump blueimp-md5@2.3.1 [\#613](https://github.com/auth0/lock/pull/613) ([cristiandouce](https://github.com/cristiandouce))
|
|
1415
1578
|
- Handle uncaught unrecoverable_error [\#609](https://github.com/auth0/lock/pull/609) ([eddiezane](https://github.com/eddiezane))
|
|
1416
1579
|
- fixed loading unaligned with label submit [\#606](https://github.com/auth0/lock/pull/606) ([beneliflo](https://github.com/beneliflo))
|
|
@@ -1420,6 +1583,7 @@ In lock v10.9 we introduced an issue in auth0.js that changed the casing of the
|
|
|
1420
1583
|
- fixed ionic page scroll [\#591](https://github.com/auth0/lock/pull/591) ([beneliflo](https://github.com/beneliflo))
|
|
1421
1584
|
|
|
1422
1585
|
**Added:**
|
|
1586
|
+
|
|
1423
1587
|
- Add min/max username validation from application info settings [\#611](https://github.com/auth0/lock/pull/611) ([cristiandouce](https://github.com/cristiandouce))
|
|
1424
1588
|
- Introduce clientBaseUrl and languageBaseUrl options to deprecate assetsUrl [\#601](https://github.com/auth0/lock/pull/601) ([cristiandouce](https://github.com/cristiandouce))
|
|
1425
1589
|
- Added Hungarian translations [\#599](https://github.com/auth0/lock/pull/599) ([nagyv](https://github.com/nagyv))
|
|
@@ -1427,6 +1591,7 @@ In lock v10.9 we introduced an issue in auth0.js that changed the casing of the
|
|
|
1427
1591
|
- Added Swedish (sv) translation. [\#593](https://github.com/auth0/lock/pull/593) ([kuljaninemir](https://github.com/kuljaninemir))
|
|
1428
1592
|
|
|
1429
1593
|
**Changed:**
|
|
1594
|
+
|
|
1430
1595
|
- use ReactCSSTransitionGroup for global messages [\#595](https://github.com/auth0/lock/pull/595) ([robbiewxyz](https://github.com/robbiewxyz))
|
|
1431
1596
|
|
|
1432
1597
|
**Deprecation notice:**
|
|
@@ -1439,6 +1604,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1439
1604
|
- If `assetsUrl` is provided, keep the current behavior: fetch application from `${assetsUrl}/client/${clientID}.js` and languages from `{assetsUrl}/js/lock/${lockVersion}/${language}.js`.
|
|
1440
1605
|
|
|
1441
1606
|
## [v10.2.3](https://github.com/auth0/lock/tree/v10.2.3) (2016-10-21)
|
|
1607
|
+
|
|
1442
1608
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.2.2...v10.2.3)
|
|
1443
1609
|
|
|
1444
1610
|
### Changed
|
|
@@ -1446,6 +1612,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1446
1612
|
- Use auth0.js version 7.3.0
|
|
1447
1613
|
|
|
1448
1614
|
## [v10.2.2](https://github.com/auth0/lock/tree/v10.2.2) (2016-08-31)
|
|
1615
|
+
|
|
1449
1616
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.2.1...v10.2.2)
|
|
1450
1617
|
|
|
1451
1618
|
### Fixed
|
|
@@ -1457,6 +1624,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1457
1624
|
- Change the default value for hash in WebApi.parseHash() internal method (#587)
|
|
1458
1625
|
|
|
1459
1626
|
## [v10.2.1](https://github.com/auth0/lock/tree/v10.2.1) (2016-08-18)
|
|
1627
|
+
|
|
1460
1628
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.2.0...v10.2.1)
|
|
1461
1629
|
|
|
1462
1630
|
### Fixed
|
|
@@ -1464,6 +1632,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1464
1632
|
- Allow dots in HRD username and clear errors before leaving the HRD screen (#574)
|
|
1465
1633
|
|
|
1466
1634
|
## [v10.2.0](https://github.com/auth0/lock/tree/v10.2.0) (2016-08-18)
|
|
1635
|
+
|
|
1467
1636
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.1.0...v10.2.0)
|
|
1468
1637
|
|
|
1469
1638
|
### Changed
|
|
@@ -1485,6 +1654,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1485
1654
|
- Add `nb` translation (#560)
|
|
1486
1655
|
|
|
1487
1656
|
## [v10.1.0](https://github.com/auth0/lock/tree/v10.1.0) (2016-08-09)
|
|
1657
|
+
|
|
1488
1658
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.2...v10.1.0)
|
|
1489
1659
|
|
|
1490
1660
|
### Added
|
|
@@ -1492,6 +1662,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1492
1662
|
- Add `de` translation (#546)
|
|
1493
1663
|
|
|
1494
1664
|
## [v10.0.2](https://github.com/auth0/lock/tree/v10.0.2) (2016-08-05)
|
|
1665
|
+
|
|
1495
1666
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.1...v10.0.2)
|
|
1496
1667
|
|
|
1497
1668
|
### Fixed
|
|
@@ -1502,6 +1673,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1502
1673
|
- Fix email input in IE 10 (#537)
|
|
1503
1674
|
|
|
1504
1675
|
## [v10.0.1](https://github.com/auth0/lock/tree/v10.0.1) (2016-07-27)
|
|
1676
|
+
|
|
1505
1677
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0...v10.0.1)
|
|
1506
1678
|
|
|
1507
1679
|
### Fixed
|
|
@@ -1511,6 +1683,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1511
1683
|
- Ensure header styling looks fine in IE (#507)
|
|
1512
1684
|
|
|
1513
1685
|
## [v10.0.0](https://github.com/auth0/lock/tree/v10.0.0) (2016-07-20)
|
|
1686
|
+
|
|
1514
1687
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-rc.2...v10.0.0)
|
|
1515
1688
|
|
|
1516
1689
|
### Changed
|
|
@@ -1527,6 +1700,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1527
1700
|
- Handle the new variants of password policy errors during sign up.
|
|
1528
1701
|
|
|
1529
1702
|
## [v10.0.0-rc.2](https://github.com/auth0/lock/tree/v10.0.0-rc.2) (2016-07-05)
|
|
1703
|
+
|
|
1530
1704
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-rc.1...v10.0.0-rc.2)
|
|
1531
1705
|
|
|
1532
1706
|
### Fixed
|
|
@@ -1542,6 +1716,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1542
1716
|
specify a hint that will be displayed when the field is invalid.
|
|
1543
1717
|
|
|
1544
1718
|
## [v10.0.0-rc.1](https://github.com/auth0/lock/tree/v10.0.0-rc.1) (2016-06-22)
|
|
1719
|
+
|
|
1545
1720
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.5...v10.0.0-rc.1)d
|
|
1546
1721
|
|
|
1547
1722
|
### Change
|
|
@@ -1549,6 +1724,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1549
1724
|
- Show Auth0 badge in the bottom only for free plans.
|
|
1550
1725
|
|
|
1551
1726
|
## [v10.0.0-beta.5](https://github.com/auth0/lock/tree/v10.0.0-beta.5) (2016-06-21)
|
|
1727
|
+
|
|
1552
1728
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.4...v10.0.0-beta.5)
|
|
1553
1729
|
|
|
1554
1730
|
### Fixed
|
|
@@ -1576,12 +1752,13 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1576
1752
|
the authentication result as the only argument.
|
|
1577
1753
|
- `authorization_error`: emitted when authorization fails. Has the
|
|
1578
1754
|
error as the only argument.
|
|
1579
|
-
|
|
1580
|
-
|
|
1755
|
+
Note the `authenticated` and `authorization_error` events replace
|
|
1756
|
+
the callback in the constructor.
|
|
1581
1757
|
- Display a tooltip on invalid inputs with a hint on how to fix the
|
|
1582
1758
|
error.
|
|
1583
1759
|
|
|
1584
1760
|
## [v10.0.0-beta.4](https://github.com/auth0/lock/tree/v10.0.0-beta.4) (2016-05-17)
|
|
1761
|
+
|
|
1585
1762
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.3...v10.0.0-beta.4)
|
|
1586
1763
|
|
|
1587
1764
|
### Fixed
|
|
@@ -1600,6 +1777,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1600
1777
|
list of options.
|
|
1601
1778
|
|
|
1602
1779
|
## [v10.0.0-beta.3](https://github.com/auth0/lock/tree/v10.0.0-beta.3) (2016-05-10)
|
|
1780
|
+
|
|
1603
1781
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.2...v10.0.0-beta.3)
|
|
1604
1782
|
|
|
1605
1783
|
### Fixed
|
|
@@ -1614,6 +1792,7 @@ This version introduces `languageBaseUrl` and `clientBaseUrl` in replacement of
|
|
|
1614
1792
|
username.
|
|
1615
1793
|
|
|
1616
1794
|
## [v10.0.0-beta.2](https://github.com/auth0/lock/tree/v10.0.0-beta.2) (2016-04-25)
|
|
1795
|
+
|
|
1617
1796
|
[Full Changelog](https://github.com/auth0/lock/compare/v10.0.0-beta.1...v10.0.0-beta.2)
|
|
1618
1797
|
|
|
1619
1798
|
### Fixed
|