keycloakify 5.7.2 → 5.8.1

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/README.md CHANGED
@@ -38,6 +38,10 @@
38
38
 
39
39
  # Changelog highlights
40
40
 
41
+ ## 5.8.0
42
+
43
+ - [React.lazy()](https://reactjs.org/docs/code-splitting.html#reactlazy) support 🎉. [#141](https://github.com/InseeFrLab/keycloakify/issues/141)
44
+
41
45
  ## 5.7.0
42
46
 
43
47
  - Feat `logout-confirm.ftl`. [PR](https://github.com/InseeFrLab/keycloakify/pull/120)
@@ -57,7 +61,9 @@ If you already had a `keycloak_theme_email` you should rename it `keycloak_email
57
61
 
58
62
  ## v5.0.0
59
63
 
60
- New i18n system. Import of terms and services have changed. [See example](https://github.com/garronej/keycloakify-demo-app/blob/a5b6a50f24bc25e082931f5ad9ebf47492acd12a/src/index.tsx#L46-L63).
64
+ [Migration guide](https://github.com/garronej/keycloakify-demo-app/blob/a5b6a50f24bc25e082931f5ad9ebf47492acd12a/src/index.tsx#L46-L63)
65
+ New i18n system.
66
+ Import of terms and services have changed. [See example](https://github.com/garronej/keycloakify-demo-app/blob/a5b6a50f24bc25e082931f5ad9ebf47492acd12a/src/index.tsx#L46-L63).
61
67
 
62
68
  ## v4.10.0
63
69
 
@@ -65,6 +65,16 @@ function replaceImportsFromStaticInJsCode(params) {
65
65
  */
66
66
  var jsCode = params.jsCode, urlOrigin = params.urlOrigin;
67
67
  var fixedJsCode = jsCode
68
+ .replace(/([a-zA-Z]+)\.([a-zA-Z]+)=function\(([a-zA-Z]+)\){return"static\/js\/"/g, function () {
69
+ var _a = [];
70
+ for (var _i = 0; _i < arguments.length; _i++) {
71
+ _a[_i] = arguments[_i];
72
+ }
73
+ var _b = __read(_a, 4), n = _b[1], u = _b[2], e = _b[3];
74
+ return "\n\t\t\t".concat(n, "[(function(){\n ").concat(urlOrigin === undefined
75
+ ? "\n Object.defineProperty(".concat(n, ", \"p\", {\n get: function() { return window.").concat(ftlValuesGlobalName_1.ftlValuesGlobalName, ".url.resourcesPath; },\n set: function (){}\n });\n ")
76
+ : "\n var p= \"\";\n Object.defineProperty(".concat(n, ", \"p\", {\n get: function() { return (\"").concat(ftlValuesGlobalName_1.ftlValuesGlobalName, "\" in window ? \"").concat(urlOrigin, "\" : \"\") + p; },\n set: function (value){ p = value;}\n });\n "), "\n\t\t\t\treturn \"").concat(u, "\";\n\t\t\t})()] = function(").concat(e, ") { return \"").concat(urlOrigin === undefined ? "/build/" : "", "static/js/\"");
77
+ })
68
78
  .replace(/([a-zA-Z]+\.[a-zA-Z]+)\+"static\//g, function () {
69
79
  var _a = [];
70
80
  for (var _i = 0; _i < arguments.length; _i++) {
@@ -75,6 +85,7 @@ function replaceImportsFromStaticInJsCode(params) {
75
85
  ? "window.".concat(ftlValuesGlobalName_1.ftlValuesGlobalName, ".url.resourcesPath + \"/build/static/")
76
86
  : "(\"".concat(ftlValuesGlobalName_1.ftlValuesGlobalName, "\" in window ? \"").concat(urlOrigin, "\" : \"\") + ").concat(group, " + \"static/");
77
87
  })
88
+ //TODO: Write a test case for this
78
89
  .replace(/".chunk.css",([a-zA-Z])+=([a-zA-Z]+\.[a-zA-Z]+)\+([a-zA-Z]+),/, function () {
79
90
  var _a = [];
80
91
  for (var _i = 0; _i < arguments.length; _i++) {
@@ -1 +1 @@
1
- {"version":3,"file":"replaceImportFromStatic.js","sourceRoot":"","sources":["../../src/bin/build-keycloak-theme/replaceImportFromStatic.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAAiC;AACjC,6DAA4D;AAE5D,SAAgB,gCAAgC,CAAC,MAAyD;IACtG;;;;;;;;;;MAUE;IAEM,IAAA,MAAM,GAAgB,MAAM,OAAtB,EAAE,SAAS,GAAK,MAAM,UAAX,CAAY;IAErC,IAAM,WAAW,GAAG,MAAM;SACrB,OAAO,CAAC,oCAAoC,EAAE;QAAC,YAAY;aAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;YAAZ,uBAAY;;QAAZ,IAAA,KAAA,aAAY,EAAN,KAAK,QAAA,CAAC;QACxD,OAAA,SAAS,KAAK,SAAS;YACnB,CAAC,CAAC,iBAAU,yCAAmB,0CAAsC;YACrE,CAAC,CAAC,aAAK,yCAAmB,8BAAkB,SAAS,0BAAa,KAAK,iBAAa;IAFxF,CAEwF,CAC3F;SACA,OAAO,CAAC,+DAA+D,EAAE;QAAC,YAA6B;aAA7B,UAA6B,EAA7B,qBAA6B,EAA7B,IAA6B;YAA7B,uBAA6B;;QAA7B,IAAA,KAAA,aAA6B,EAAvB,MAAM,QAAA,EAAE,MAAM,QAAA,EAAE,MAAM,QAAA,CAAC;QACpG,OAAA,SAAS,KAAK,SAAS;YACnB,CAAC,CAAC,yBAAgB,MAAM,uBAAa,yCAAmB,gDAAoC,MAAM,MAAG;YACrG,CAAC,CAAC,yBAAgB,MAAM,mBAAQ,yCAAmB,8BAAkB,SAAS,0BAAa,MAAM,gBAAM,MAAM,MAAG;IAFpH,CAEoH,CACvH,CAAC;IAEN,OAAO,EAAE,WAAW,aAAA,EAAE,CAAC;AAC3B,CAAC;AA5BD,4EA4BC;AAED,SAAgB,6BAA6B,CAAC,MAA+E;IAGjH,IAAA,OAAO,GAA6B,MAAM,QAAnC,EAAE,WAAW,GAAgB,MAAM,YAAtB,EAAE,SAAS,GAAK,MAAM,UAAX,CAAY;IAEnD,IAAM,YAAY,GAAG,OAAO,CAAC,OAAO,CAChC,WAAW,KAAK,GAAG,CAAC,CAAC,CAAC,mCAAmC,CAAC,CAAC,CAAC,IAAI,MAAM,CAAC,sBAAc,WAAW,wBAAmB,EAAE,GAAG,CAAC,EACzH;QAAC,YAAY;aAAZ,UAAY,EAAZ,qBAAY,EAAZ,IAAY;YAAZ,uBAAY;;QAAZ,IAAA,KAAA,aAAY,EAAN,KAAK,QAAA,CAAC;QAAK,OAAA,cAAO,SAAS,KAAK,SAAS,CAAC,CAAC,CAAC,6BAA6B,GAAG,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,GAAG,WAAW,GAAG,KAAK,MAAG;IAAlH,CAAkH,CACvI,CAAC;IAEF,OAAO,EAAE,YAAY,cAAA,EAAE,CAAC;AAC5B,CAAC;AAXD,sEAWC;AAED,SAAgB,uBAAuB,CAAC,MAA2B;;IAIvD,IAAA,OAAO,GAAK,MAAM,QAAX,CAAY;IAE3B,IAAM,kBAAkB,GAA2B,EAAE,CAAC;IAEtD,IAAI,GAAG,CAAC,MAAA,OAAO,CAAC,KAAK,CAAC,uCAAuC,CAAC,mCAAI,EAAE,CAAC,CAAC,OAAO,CACzE,UAAA,KAAK,IAAI,OAAA,CAAC,kBAAkB,CAAC,KAAK,GAAG,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,KAAK,CAAC,EAA9G,CAA8G,CAC1H,CAAC;IAEF,IAAI,YAAY,GAAG,OAAO,CAAC;IAE3B,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC,OAAO,CACnC,UAAA,eAAe;QACX,wCAAwC;QACxC,OAAA,CAAC,YAAY,GAAG,YAAY,CAAC,KAAK,CAAC,kBAAkB,CAAC,eAAe,CAAC,CAAC,CAAC,IAAI,CAAC,gBAAS,eAAe,MAAG,CAAC,CAAC;IAA1G,CAA0G,CACjH,CAAC;IAEF,OAAO,EAAE,YAAY,cAAA,EAAE,kBAAkB,oBAAA,EAAE,CAAC;AAChD,CAAC;AArBD,0DAqBC;AAED,SAAgB,8BAA8B,CAAC,MAA2E;IAG9G,IAAA,kBAAkB,GAAkB,MAAM,mBAAxB,EAAE,WAAW,GAAK,MAAM,YAAX,CAAY;IAEnD,OAAO;QACH,wBAAwB,EAAE;YACtB,SAAS;kBACN,MAAM,CAAC,IAAI,CAAC,kBAAkB,CAAC;aAC7B,GAAG,CAAC,UAAA,eAAe;YAChB,OAAA;gBACI,YAAK,eAAe,MAAG;gBACvB,kBAAkB,CAAC,eAAe,CAAC,CAAC,OAAO,CACvC,IAAI,MAAM,CAAC,gBAAS,WAAW,CAAC,OAAO,CAAC,KAAK,EAAE,KAAK,CAAC,CAAE,EAAE,GAAG,CAAC,EAC7D,iCAAiC,CACpC;aACJ,CAAC,IAAI,CAAC,GAAG,CAAC;QANX,CAMW,CACd;aACA,GAAG,CAAC,UAAA,IAAI,IAAI,OAAA,cAAO,IAAI,MAAG,EAAd,CAAc,CAAC;YAChC,GAAG;kBACL,IAAI,CAAC,IAAI,CAAC;KACf,CAAC;AACN,CAAC;AAtBD,wEAsBC"}
1
+ {"version":3,"file":"replaceImportFromStatic.js","sourceRoot":"","sources":["../../src/bin/build-keycloak-theme/replaceImportFromStatic.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "5.7.2",
3
+ "version": "5.8.1",
4
4
  "description": "Keycloak theme generator for Reacts app",
5
5
  "repository": {
6
6
  "type": "git",
@@ -378,14 +378,14 @@
378
378
  "@octokit/rest": "^18.12.0",
379
379
  "cheerio": "^1.0.0-rc.5",
380
380
  "cli-select": "^1.1.2",
381
- "evt": "2.0.0-beta.45",
381
+ "evt": "^2.3.1",
382
382
  "memoizee": "^0.4.15",
383
383
  "minimal-polyfills": "^2.2.1",
384
384
  "path-browserify": "^1.0.1",
385
- "powerhooks": "^0.20.3",
385
+ "powerhooks": "^0.20.10",
386
386
  "react-markdown": "^5.0.3",
387
387
  "scripting-tools": "^0.19.13",
388
- "tsafe": "^0.10.0",
389
- "tss-react": "^3.7.0"
388
+ "tsafe": "^0.10.1",
389
+ "tss-react": "^3.7.1"
390
390
  }
391
391
  }
@@ -17,11 +17,35 @@ export function replaceImportsFromStaticInJsCode(params: { jsCode: string; urlOr
17
17
  const { jsCode, urlOrigin } = params;
18
18
 
19
19
  const fixedJsCode = jsCode
20
+ .replace(
21
+ /([a-zA-Z]+)\.([a-zA-Z]+)=function\(([a-zA-Z]+)\){return"static\/js\/"/g,
22
+ (...[, n, u, e]) => `
23
+ ${n}[(function(){
24
+ ${
25
+ urlOrigin === undefined
26
+ ? `
27
+ Object.defineProperty(${n}, "p", {
28
+ get: function() { return window.${ftlValuesGlobalName}.url.resourcesPath; },
29
+ set: function (){}
30
+ });
31
+ `
32
+ : `
33
+ var p= "";
34
+ Object.defineProperty(${n}, "p", {
35
+ get: function() { return ("${ftlValuesGlobalName}" in window ? "${urlOrigin}" : "") + p; },
36
+ set: function (value){ p = value;}
37
+ });
38
+ `
39
+ }
40
+ return "${u}";
41
+ })()] = function(${e}) { return "${urlOrigin === undefined ? "/build/" : ""}static/js/"`,
42
+ )
20
43
  .replace(/([a-zA-Z]+\.[a-zA-Z]+)\+"static\//g, (...[, group]) =>
21
44
  urlOrigin === undefined
22
45
  ? `window.${ftlValuesGlobalName}.url.resourcesPath + "/build/static/`
23
46
  : `("${ftlValuesGlobalName}" in window ? "${urlOrigin}" : "") + ${group} + "static/`,
24
47
  )
48
+ //TODO: Write a test case for this
25
49
  .replace(/".chunk.css",([a-zA-Z])+=([a-zA-Z]+\.[a-zA-Z]+)\+([a-zA-Z]+),/, (...[, group1, group2, group3]) =>
26
50
  urlOrigin === undefined
27
51
  ? `".chunk.css",${group1} = window.${ftlValuesGlobalName}.url.resourcesPath + "/build/" + ${group3},`
package/CHANGELOG.md DELETED
@@ -1,1017 +0,0 @@
1
- ### **5.7.2** (2022-07-13)
2
-
3
- - #135
4
-
5
- ### **5.7.1** (2022-07-11)
6
-
7
- - #134
8
-
9
- ## **5.7.0** (2022-07-07)
10
-
11
- - Merge pull request #120 from revolunet/logout
12
-
13
- feat: add logout-confirm
14
- - fix: use kcMessages
15
- - fix: add translations FR
16
- - feat: add logout-confirm
17
-
18
- ### **5.6.5** (2022-07-06)
19
-
20
- - Merge pull request #133 from bardius/fix/Issue-131-include-all-nested-folders-in-artifact-unzip
21
-
22
- fix: Issue-131: include all nested folders in artifact unzip
23
- - Merge pull request #132 from bardius/fix/Issue-130-fix-equality-detection-of-nested-ftl-object-properties
24
-
25
- fix: Issue-130: fix equality detection of nested ftl object property …
26
- - fix: Issue-131: include all nested folders in artifact unzip
27
- - fix: Issue-130: fix equality detection of nested ftl object property paths
28
-
29
- ### **5.6.4** (2022-07-06)
30
-
31
- - Fix login-register-email.ftl
32
- - Update to Keycloak 18.0.2 for the test container
33
-
34
- ### **5.6.3** (2022-07-03)
35
-
36
- - update powerhooks
37
-
38
- ### **5.6.2** (2022-07-03)
39
-
40
- - Update powerhooks and EVT
41
-
42
- ### **5.6.1** (2022-07-03)
43
-
44
- - Merge pull request #128 from Ann2827/pull
45
-
46
- Fix bugs on error.ftl template
47
- - fix: bugs on error.ftl template
48
- - Merge pull request #52 from InseeFrLab/main
49
-
50
- Update fork
51
-
52
- ## **5.6.0** (2022-06-28)
53
-
54
- - Merge pull request #127 from aidangilmore/add-totp-support
55
-
56
- feat: add login-config-totp.ftl page
57
- - Fix unknown algorithm name lookup in LoginConfigTotp
58
- - Add totp config support
59
-
60
- ## **5.5.0** (2022-06-28)
61
-
62
- - Make it possible to redirect to login by repacing the url (should be default in most case)
63
-
64
- ### **5.4.7** (2022-06-19)
65
-
66
- - #121
67
- - fmt
68
- - Create CONTRIBUTING.md
69
- - Enable users to link keycloak in their own app
70
-
71
- ### **5.4.6** (2022-06-16)
72
-
73
- - Use keycloak 18.0.1 i18n resources #120
74
-
75
- ### **5.4.5** (2022-06-14)
76
-
77
- - Merge pull request #119 from dro-sh/fix-locale-on-useFormValidationSlice
78
-
79
- pass locale to getGetErrors to get correct messages
80
- - pass locale to getGetErrors to get correct messages
81
-
82
- ### **5.4.4** (2022-06-05)
83
-
84
-
85
-
86
- ### **5.4.3** (2022-06-01)
87
-
88
-
89
-
90
- ### **5.4.2** (2022-06-01)
91
-
92
- - Prevent rate limite in CI by authenticating
93
-
94
- ### **5.4.1** (2022-06-01)
95
-
96
-
97
-
98
- ## **5.4.0** (2022-05-23)
99
-
100
- - #109
101
-
102
- ### **5.3.2** (2022-05-04)
103
-
104
- - Merge pull request #101 from Romcol/bugfix/99
105
-
106
- Issue #99 - Make replace less greedy in remplaceImportFromStatic
107
- - [IMP] Issue #99 - Make replace less greedy in remplaceImportFromStatic
108
-
109
- ### **5.3.1** (2022-04-29)
110
-
111
- - Comment out missleading informations
112
-
113
- ## **5.3.0** (2022-04-28)
114
-
115
- - Rename keycloak_theme_email to keycloak_email (it's shorter)
116
-
117
- ## **5.2.0** (2022-04-27)
118
-
119
- - Export KcApp
120
-
121
- ## **5.1.0** (2022-04-27)
122
-
123
- - Export kcLanguageTags
124
-
125
- # **5.0.0** (2022-04-27)
126
-
127
- - i18n rebuild from the ground up
128
-
129
- ## **4.10.0** (2022-04-26)
130
-
131
- - Merge pull request #92 from Tasyp/add-login-idp-link-email
132
-
133
- feat: add login-idp-link-email page
134
- - feat: add mock data for login-idp-link-email page
135
- - feat: supply broker context with context
136
-
137
- ## **4.9.0** (2022-04-25)
138
-
139
- - Test by default with kc 18. Update instructions to use quay.io/keycloak/keycloak instead of jboss/keycloak #93
140
-
141
- ### **4.8.7** (2022-04-25)
142
-
143
- - Update instructions to test on Keycloak 18 https://github.com/keycloak/keycloak-web/issues/306 #93
144
- - Move the documentation form the readme to docs.keycloakify.dev
145
- - Update README.md
146
- - Update demo video
147
-
148
- ### **4.8.6** (2022-04-22)
149
-
150
- - always offer to download v11.0.3
151
-
152
- ### **4.8.5** (2022-04-22)
153
-
154
- - #91
155
-
156
- ### **4.8.4** (2022-04-22)
157
-
158
- - #90
159
-
160
- ### **4.8.3** (2022-04-20)
161
-
162
-
163
-
164
- ### **4.8.2** (2022-04-20)
165
-
166
- - Tell pepoles they can test with different keycloak version
167
-
168
- ### **4.8.1** (2022-04-20)
169
-
170
- - Add missing shebang
171
- - Add video demo for npx download-builtin-keycloak-theme
172
-
173
- ## **4.8.0** (2022-04-20)
174
-
175
- - Document email template customization feature #9
176
- - Add mention of download-builtin-keycloak-theme
177
- - Let the choice of kc version be auto in GH Action
178
- - Only test on node v15 and v14 (bellow is no longer supported (rmSync)
179
- - Feature email customization #9
180
-
181
- ### **4.7.6** (2022-04-12)
182
-
183
- - Fix bugs with language switch #85
184
-
185
- ### **4.7.5** (2022-04-09)
186
-
187
- - Fix #85
188
-
189
- ### **4.7.4** (2022-04-09)
190
-
191
- - M1 Mac compat (for real this time)
192
-
193
- ### **4.7.3** (2022-04-08)
194
-
195
- - Mention that there is still problems with M1 Mac
196
-
197
- ### **4.7.2** (2022-04-06)
198
-
199
- - #43: M1 Mac support
200
-
201
- ### **4.7.1** (2022-03-30)
202
-
203
- - Improve browser autofill
204
- - factorization
205
-
206
- ## **4.7.0** (2022-03-17)
207
-
208
- - Add support for options validator
209
- - remove duplicate dependency
210
-
211
- ## **4.6.0** (2022-03-07)
212
-
213
- - Remove powerhooks as dev dependency
214
-
215
- ### **4.5.5** (2022-03-07)
216
-
217
- - Update tss-react
218
-
219
- ### **4.5.4** (2022-03-06)
220
-
221
- - Remove tss-react from peerDependencies (it becomes a dependency)
222
- - (dev script) Use tsconfig.json to tell we are at the root of the project
223
-
224
- ### **4.5.3** (2022-01-26)
225
-
226
- - Themes no longer have to break on minor Keycloakify update
227
-
228
- ### **4.5.2** (2022-01-20)
229
-
230
- - Test container uses Keycloak 16.1.0
231
- - Merge pull request #78 from InseeFrLab/Ann2827/pull
232
-
233
- Ann2827/pull
234
- - Refactor #78
235
- - Compat with Keycloak 16 (and probably 17, 18) #79
236
- - Warning about compat issues with Keycloak 16
237
- - fix: changes
238
- - fix: Errors on pages login-idp-link-confirm and login-idp-link-email
239
-
240
- ref: https://github.com/InseeFrLab/keycloakify/issues/75
241
-
242
- ### **4.5.1** (2022-01-18)
243
-
244
- - fix previous version
245
-
246
- ## **4.5.0** (2022-01-18)
247
-
248
- - Read public/CNAME for domain name in --externel-assets mode
249
-
250
- ## **4.4.0** (2022-01-01)
251
-
252
- - Merge pull request #73 from lazToum/main
253
-
254
- (feature) added login-page-expired.ftl
255
- - added login-page-expired.ftl
256
- - Add update instruction for 4.3.0
257
-
258
- ## **4.3.0** (2021-12-27)
259
-
260
- - Merge pull request #72 from praiz/main
261
-
262
- feat(*): added login-update-password
263
- - feat(*): added login-update-password
264
-
265
- ### **4.2.21** (2021-12-27)
266
-
267
- - update dependencies
268
-
269
- ### **4.2.19** (2021-12-21)
270
-
271
- - Merge pull request #70 from VBustamante/patch-1
272
- - Added realm name field to KcContext mocks object
273
- - Merge pull request #69 from VBustamante/patch-1
274
-
275
- Adding name field to realm in KcContext type
276
- - Adding name field to realm in KcContext type
277
-
278
- ### **4.2.18** (2021-12-17)
279
-
280
- - Improve css url() import (fix CRA 5)
281
-
282
- ### **4.2.17** (2021-12-16)
283
-
284
- - Fix path.join polyfill
285
-
286
- ### **4.2.16** (2021-12-16)
287
-
288
-
289
-
290
- ### **4.2.15** (2021-12-16)
291
-
292
- - use custom polyfill for path.join (fix webpack 5 build)
293
-
294
- ### **4.2.14** (2021-12-12)
295
-
296
- - Merge pull request #65 from InseeFrLab/doge_ftl_errors
297
-
298
- Prevent ftl errors in Keycloak log
299
- - Encourage users to report errors in logs
300
- - Fix ftl error related to url.loginAction in saml-post-form.ftl
301
- - Ftl prevent error with updateProfileCtx
302
- - Ftl prevent error with auth.attemptedUsername
303
- - Fix ftl error as comment formatting
304
- - Merge remote-tracking branch 'origin/main' into doge_ftl_errors
305
- - Update README, remove all instruction about errors in logs
306
- - Avoid error in Keycloak logs, fix long template loading time
307
- - Add missing collon in README sample code
308
-
309
- Add miss ','
310
-
311
- ### **4.2.13** (2021-12-08)
312
-
313
- - Fix broken link about how to import fonts #62
314
- - Add a video to show how to test the theme in a local container
315
-
316
- ### **4.2.12** (2021-12-08)
317
-
318
- - Update post build instructions
319
-
320
- ### **4.2.11** (2021-12-07)
321
-
322
-
323
-
324
- ### **4.2.10** (2021-11-12)
325
-
326
- - Export an exaustive list of KcLanguageTag
327
-
328
- ### **4.2.9** (2021-11-11)
329
-
330
- - Fix useAdvancedMsg
331
-
332
- ### **4.2.8** (2021-11-10)
333
-
334
- - Update doc about pattern that can be used for user attributes #50
335
- - Bring back Safari compat
336
-
337
- ### **4.2.7** (2021-11-09)
338
-
339
- - Fix useFormValidationSlice
340
-
341
- ### **4.2.6** (2021-11-08)
342
-
343
- - Fix deepClone so we can overwrite with undefined in when we mock kcContext
344
-
345
- ### **4.2.5** (2021-11-07)
346
-
347
- - Better debugging experience with user profile
348
-
349
- ### **4.2.4** (2021-11-01)
350
-
351
- - Better autoComplete typings
352
-
353
- ### **4.2.3** (2021-11-01)
354
-
355
- - Make it more easy to understand that error in the log are expected
356
-
357
- ### **4.2.2** (2021-10-27)
358
-
359
- - Replace 'path' by 'browserify-path' #47
360
-
361
- ### **4.2.1** (2021-10-26)
362
-
363
- - useFormValidationSlice: update when params have changed
364
- - Explains that the password can't be validated
365
-
366
- ## **4.2.0** (2021-10-26)
367
-
368
- - Export types definitions for Attribue and Validator
369
-
370
- ## **4.1.0** (2021-10-26)
371
-
372
- - Document what's new in v4
373
-
374
- # **4.0.0** (2021-10-26)
375
-
376
- - fix RegisterUserProfile password confirmation field
377
- - Much better support for frontend field validation
378
- - Fix css injection order
379
- - Makes the download output predictable. This fixes the case where GitHub redirects and wget was trying to download a filename called "15.0.2", and then unzip wouldn't pick it up.
380
- Changes wget to curl because curl is awesome. -L is to follow the GitHub redirects.
381
- - Remove duplicates
382
-
383
- ### **3.0.2** (2021-10-18)
384
-
385
- - Scan deeper to retreive user attribute
386
-
387
- ### **3.0.1** (2021-10-17)
388
-
389
- - Add client.description in type kcContext type def
390
-
391
- # **3.0.0** (2021-10-16)
392
-
393
-
394
-
395
- ### **2.5.3** (2021-10-16)
396
-
397
-
398
-
399
- ### **2.5.2** (2021-10-13)
400
-
401
-
402
-
403
- ### **2.5.1** (2021-10-13)
404
-
405
- - Update tss-react
406
-
407
- ## **2.5.0** (2021-10-12)
408
-
409
- - register-user-profile.ftl tested working
410
- - Make kcMessage more easily hackable
411
- - fix useKcMessage
412
- - Implement and type validators
413
- - Remove syntax error in ftl and make it more directly debugable
414
- - Support register-user-profile.ftl
415
-
416
- ## **2.4.0** (2021-10-08)
417
-
418
- - #38: Implement messagesPerField existsError and get
419
-
420
- ## **2.3.0** (2021-10-07)
421
-
422
- - #20: Support advancedMsg
423
-
424
- ## **2.2.0** (2021-10-07)
425
-
426
- - Feat scrip: download-builtin-keycloak-theme for downloading any version of the builtin themes
427
- - Use the latest version of keycloak for testing
428
- - Test locally with 15.0.2 instead of 11.0.3
429
-
430
- ## **2.1.0** (2021-10-06)
431
-
432
- - Support Hungarian and Danish (use Keycloak 15 language resources)
433
-
434
- ### **2.0.20** (2021-10-05)
435
-
436
- - Update README.md
437
-
438
- ### **2.0.19** (2021-09-17)
439
-
440
- - Fix kcContext type definitions
441
-
442
- ### **2.0.18** (2021-09-14)
443
-
444
-
445
-
446
- ### **2.0.17** (2021-09-14)
447
-
448
-
449
-
450
- ### **2.0.16** (2021-09-12)
451
-
452
- - Add explaination about errors in logs
453
-
454
- ### **2.0.15** (2021-08-31)
455
-
456
- - Update tss-react
457
-
458
- ### **2.0.14** (2021-08-20)
459
-
460
- - Update tss-react
461
-
462
- ### **2.0.13** (2021-08-04)
463
-
464
- - Merge pull request #28 from marcmrf/main
465
-
466
- fix(mvn): scoped packages compatibility
467
- - fix(mvn): scoped packages compatibility
468
-
469
- ### **2.0.12** (2021-07-28)
470
-
471
- - Merge pull request #27 from jchn-codes/patch-1
472
-
473
- add maven to requirements
474
- - add maven to requirements
475
- - Add #bluehats in the keyworks
476
-
477
- ### **2.0.11** (2021-07-21)
478
-
479
- - Spaces in file path #22
480
- - uptdate dependnecies
481
- - Inport specific powerhooks files to reduce bundle size
482
-
483
- ### **2.0.10** (2021-07-16)
484
-
485
- - Update dependencies
486
-
487
- ### **2.0.9** (2021-07-14)
488
-
489
- - Fix #21
490
-
491
- ### **2.0.8** (2021-07-12)
492
-
493
- - Fix previous release
494
- - #20: Add def for clientId and name on kcContext.client
495
-
496
- ### **2.0.6** (2021-07-08)
497
-
498
- - Merge pull request #18 from asashay/add-custom-props-to-theme-properties
499
-
500
- Add possibility to add custom properties to theme.properties file
501
- - add possibility to add custom properties to theme.properties file
502
-
503
- ### **2.0.5** (2021-07-05)
504
-
505
- - Fix broken url for big stylesheet #16
506
-
507
- ### **2.0.4** (2021-07-03)
508
-
509
- - Fix: #7
510
-
511
- ### **2.0.3** (2021-06-30)
512
-
513
- - Escape double quote in ftl to js conversion #15
514
- - Update readme
515
-
516
- ### **2.0.2** (2021-06-28)
517
-
518
- - Updagte README for implementing non incuded pages
519
-
520
- ### **2.0.1** (2021-06-28)
521
-
522
- - Update documentation for v2
523
-
524
- # **2.0.0** (2021-06-28)
525
-
526
- - Fix last bugs before relasing v2
527
- - Implement a mechanism to overload kcContext
528
- - Give the option in template to pull the default assets or not
529
- - Enable possiblity to support custom pages (without forking keycloakify)
530
- - Implement a getter for kcContext
531
- - Update README.md
532
-
533
- # **2.0.0** (2021-06-28)
534
-
535
- - Fix last bugs before relasing v2
536
- - Implement a mechanism to overload kcContext
537
- - Give the option in template to pull the default assets or not
538
- - Enable possiblity to support custom pages (without forking keycloakify)
539
- - Implement a getter for kcContext
540
- - Update README.md
541
-
542
- ### **1.2.1** (2021-06-22)
543
-
544
- - Remove unessesary log
545
-
546
- ## **1.2.0** (2021-06-22)
547
-
548
- - Generate kcContext automatically :rocket:
549
-
550
- ### **1.1.6** (2021-06-21)
551
-
552
- - Fix: Alert messages sometimes includes HTML that is not rendered
553
- - Update dist
554
-
555
- ### **1.1.5** (2021-06-15)
556
-
557
- - #11: Provide socials in the register
558
-
559
- ### **1.1.4** (2021-06-15)
560
-
561
- - Merge pull request #12 from InseeFrLab/email-typo
562
-
563
- Fix typo on email
564
- - Fix typo on email
565
-
566
- ### **1.1.3** (2021-06-14)
567
-
568
- - Add missing key in Login for providers
569
-
570
- ### **1.1.2** (2021-06-14)
571
-
572
-
573
-
574
- ### **1.1.1** (2021-06-14)
575
-
576
-
577
-
578
- ## **1.1.0** (2021-06-14)
579
-
580
- - Add login-idp-link-confirm.ftl
581
- - Fix login-update-profile.ftl
582
- - Add login-update-profile.ftl page
583
- - Fix default background bug
584
- - Remove unused 'markdown' dependency
585
- - Fix warning related to powerhooks_useGlobalState_kcLanguageTag
586
- - Update README.md
587
-
588
- ### **1.0.4** (2021-05-28)
589
-
590
- - Instructions for custom themes with custom components
591
-
592
- ### **1.0.3** (2021-05-23)
593
-
594
- - Instuction about how to integrate with non CRA projects
595
- - Add mention to awesome list
596
-
597
- ### **1.0.2** (2021-05-01)
598
-
599
-
600
-
601
- ### **1.0.1** (2021-05-01)
602
-
603
- - Fix: LoginOtp (and not otc)
604
-
605
- # **1.0.0** (2021-05-01)
606
-
607
- - #4: Guide for implementing a missing page
608
- - Support OTP #4
609
-
610
- ### **0.4.4** (2021-04-29)
611
-
612
- - Fix previous release
613
-
614
- ### **0.4.3** (2021-04-29)
615
-
616
- - Add infos about the plugin that defines authorizedMailDomains
617
-
618
- ### **0.4.2** (2021-04-29)
619
-
620
- - Client side validation of allowed email domains
621
- - Support email whitlisting
622
- - Restore kickstart video in the readme
623
- - Update README.md
624
- - Update README.md
625
- - Important readme update
626
-
627
- ### **0.4.1** (2021-04-11)
628
-
629
- - Quietly re-introduce --external-assets
630
- - Give example of customization
631
-
632
- ## **0.4.0** (2021-04-09)
633
-
634
- - Acual support of Therms of services
635
-
636
- ### **0.3.24** (2021-04-08)
637
-
638
- - Add missing dependency: markdown
639
-
640
- ### **0.3.23** (2021-04-08)
641
-
642
- - Allow to lazily load therms
643
-
644
- ### **0.3.22** (2021-04-08)
645
-
646
- - update powerhooks
647
- - Support terms and condition
648
- - Fix info.ftl
649
- - For useKcMessage we prefer returning callbacks with a changing references
650
-
651
- ### **0.3.21** (2021-04-04)
652
-
653
- - Update powerhooks
654
-
655
- ### **0.3.20** (2021-04-01)
656
-
657
- - Always catch freemarker errors
658
-
659
- ### **0.3.19** (2021-04-01)
660
-
661
- - Fix previous release
662
-
663
- ### **0.3.18** (2021-04-01)
664
-
665
- - Fix error.ftt, Adopt best effort strategy to convert ftl values into JS
666
-
667
- ### **0.3.17** (2021-03-29)
668
-
669
- - Use push instead of replace in keycloak-js adapter to enable going back
670
-
671
- ### **0.3.15** (2021-03-28)
672
-
673
- - Remove all reference to --external-assets, broken feature
674
-
675
- ### **0.3.14** (2021-03-28)
676
-
677
- - Fix standalone mode: imports from js
678
-
679
- ### **0.3.13** (2021-03-26)
680
-
681
-
682
-
683
- ### **0.3.12** (2021-03-26)
684
-
685
- - Fix mocksContext
686
-
687
- ### **0.3.11** (2021-03-26)
688
-
689
- - Fix previous build, improve README
690
-
691
- ### **0.3.10** (2021-03-26)
692
-
693
- - Handle <style> tag, improve documentation
694
-
695
- ### **0.3.9** (2021-03-25)
696
-
697
- - Update readme
698
- - Document --external-assets
699
- - Update README.md
700
- - Update README.md
701
- - Update README.md
702
-
703
- ### **0.3.8** (2021-03-22)
704
-
705
- - Make standalone mode the default
706
-
707
- ### **0.3.7** (2021-03-22)
708
-
709
- - (test) external asset mode by default
710
-
711
- ### **0.3.6** (2021-03-22)
712
-
713
- - Fix previous release
714
-
715
- ### **0.3.5** (2021-03-22)
716
-
717
- - support homepage with urlPath
718
-
719
- ### **0.3.4** (2021-03-22)
720
-
721
- - Bugfix: Import assets from CSS
722
-
723
- ### **0.3.3** (2021-03-22)
724
-
725
- - Fix submit not receving correct text
726
-
727
- ### **0.3.2** (2021-03-21)
728
-
729
- - Fix broken previous release
730
-
731
- ### **0.3.1** (2021-03-21)
732
-
733
- - kcHeaderClass can be updated after initial mount
734
-
735
- ## **0.3.0** (2021-03-20)
736
-
737
- - Bump version
738
- - Feat: Cary over states using URL search params
739
- - Bugfix: with kcHtmlClass
740
-
741
- ### **0.2.10** (2021-03-19)
742
-
743
- - Remove dependency to denoify
744
-
745
- ### **0.2.9** (2021-03-19)
746
-
747
- - Update deps and CI workflow
748
-
749
- ### **0.2.8** (2021-03-19)
750
-
751
- - Bugfix: keycloak_build that grow and grow in size
752
- - Add disclaimer about maitainment strategy
753
- - Add a note for tested version support
754
-
755
- ### **0.2.7** (2021-03-13)
756
-
757
- - Bump version
758
- - Update README.md
759
- - Update README.md
760
-
761
- ### **0.2.6** (2021-03-10)
762
-
763
- - Fix generated gitignore
764
-
765
- ### **0.2.5** (2021-03-10)
766
-
767
- - Fix generated .gitignore
768
-
769
- ### **0.2.4** (2021-03-10)
770
-
771
- - Update README.md
772
-
773
- ### **0.2.3** (2021-03-09)
774
-
775
- - fix gitignore generation
776
-
777
- ### **0.2.2** (2021-03-08)
778
-
779
- - Add table of content
780
- - Update README.md
781
- - Update README.md
782
-
783
- ## **0.2.1** (2021-03-08)
784
-
785
- - Update ci.yaml
786
- - Update readme
787
- - Update readme
788
- - update deps
789
- - Update readme
790
- - Add all mocks for testing
791
- - many small fixes
792
-
793
- ### **0.1.6** (2021-03-07)
794
-
795
- - Fix Turkish
796
-
797
- ### **0.1.5** (2021-03-07)
798
-
799
- - Fix getKcLanguageLabel
800
-
801
- ### **0.1.4** (2021-03-07)
802
-
803
-
804
-
805
- ### **0.1.3** (2021-03-07)
806
-
807
- - Implement LoginVerifyEmail
808
- - Implement login-reset-password.ftl
809
-
810
- ### **0.1.2** (2021-03-07)
811
-
812
- - Fix build
813
- - Fix build
814
-
815
- ### **0.1.1** (2021-03-06)
816
-
817
- - Implement Error page
818
- - rename pageBasename by pageId
819
- - Implement reactive programing for language switching
820
- - Add Info page, refactor
821
-
822
- ## **0.1.0** (2021-03-05)
823
-
824
- - Rename keycloakify
825
-
826
- ### **0.0.33** (2021-03-05)
827
-
828
- - Fix syncronization with non react pages
829
-
830
- ### **0.0.32** (2021-03-05)
831
-
832
- - bump version
833
- - Add log to tell when we are using react
834
- - Fix missing parentesis
835
-
836
- ### **0.0.31** (2021-03-05)
837
-
838
- - Fix typo
839
- - Fix register page 500
840
-
841
- ### **0.0.30** (2021-03-05)
842
-
843
- - Edit language statistique
844
-
845
- ### **0.0.30** (2021-03-05)
846
-
847
- - avoid escaping urls
848
- - Use default value instead of value
849
- - Fix double single quote problem in messages
850
- - Fix typo
851
- - Fix non editable username
852
- - Fix some bugs
853
- - Fix Object.deepAssign
854
- - Make the dongle to download smaller
855
- - Split kcContext among pages
856
- - Implement register
857
-
858
- ### **0.0.29** (2021-03-04)
859
-
860
- - Fix build
861
- - Fix i18n
862
- - Login appear to be working now
863
- - closer but not there yet
864
-
865
- ### **0.0.28** (2021-03-03)
866
-
867
- - fix build
868
- - There is no reason not to let use translations outside of keycloak
869
-
870
- ### **0.0.27** (2021-03-02)
871
-
872
- - Implement entrypoint
873
-
874
- ### **0.0.26** (2021-03-02)
875
-
876
- - Login page implemented
877
- - Implement login
878
- - remove unesseary log
879
-
880
- ### **0.0.25** (2021-03-02)
881
-
882
- - Fix build and reduce size
883
- - Implement the template
884
-
885
- ### **0.0.24** (2021-03-01)
886
-
887
- - update
888
- - update
889
- - update
890
-
891
- ### **0.0.23** (2021-03-01)
892
-
893
- - update
894
-
895
- ### **0.0.23** (2021-03-01)
896
-
897
- - update
898
- - update
899
-
900
- ### **0.0.23** (2021-03-01)
901
-
902
- - update
903
- - update
904
-
905
- ### **0.0.23** (2021-03-01)
906
-
907
- - update
908
- - Handle formatting in translation function
909
-
910
- ### **0.0.22** (2021-02-28)
911
-
912
- - Split page messages
913
-
914
- ### **0.0.21** (2021-02-28)
915
-
916
- - Restore yarn file
917
- - Multiple fixes
918
- - Update deps
919
- - Update deps
920
- - includes translations
921
- - Update README.md
922
- - improve docs
923
- - update
924
- - Update README.md
925
- - update
926
- - update
927
- - update
928
- - update
929
-
930
- ### **0.0.20** (2021-02-27)
931
-
932
- - update
933
- - update
934
-
935
- ### **0.0.19** (2021-02-27)
936
-
937
- - update
938
- - update
939
-
940
- ### **0.0.18** (2021-02-23)
941
-
942
- - Bump version number
943
- - Moving on with implementation of the lib
944
- - Update readme
945
- - Readme eddit
946
- - Fixing video link
947
-
948
- ### **0.0.16** (2021-02-23)
949
-
950
- - Bump version
951
- - Give test container credentials
952
-
953
- ### **0.0.14** (2021-02-23)
954
-
955
- - Bump version number
956
- - enable the docker container to be run from the root of the react project
957
-
958
- ### **0.0.13** (2021-02-23)
959
-
960
- - bump version
961
-
962
- ### **0.0.12** (2021-02-23)
963
-
964
- - update readme
965
-
966
- ### **0.0.11** (2021-02-23)
967
-
968
- - Add documentation
969
-
970
- ### **0.0.10** (2021-02-23)
971
-
972
- - Remove extra closing bracket
973
-
974
- ### **0.0.9** (2021-02-22)
975
-
976
- - fix container startup script
977
- - minor update
978
-
979
- ### **0.0.8** (2021-02-21)
980
-
981
- - Include theme properties
982
-
983
- ### **0.0.7** (2021-02-21)
984
-
985
- - fix build
986
- - Fix bundle
987
-
988
- ### **0.0.6** (2021-02-21)
989
-
990
- - Include missing files in the release bundle
991
-
992
- ### **0.0.5** (2021-02-21)
993
-
994
- - Bump version number
995
- - Make the install faster
996
-
997
- ### **0.0.4** (2021-02-21)
998
-
999
- - Fix script visibility
1000
-
1001
- ### **0.0.3** (2021-02-21)
1002
-
1003
- - Do not run tests on window
1004
- - Add script for downloading base themes
1005
- - Generate debug files to be able to test the container
1006
- - Fix many little bugs
1007
- - refactor
1008
- - Almoste there
1009
- - Things are starting to take form
1010
- - Seems to be working
1011
- - First draft
1012
- - Remove eslint and prettyer
1013
-
1014
- ### **0.0.2** (2021-02-20)
1015
-
1016
- - Update package.json
1017
-