website/docs: prepare 2022.12.2
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
6edc043775
commit
c4bb51469b
|
@ -140,6 +140,32 @@ image:
|
|||
- web/elements: render ak-seach-select dropdown correctly in modals
|
||||
- web/user: fix user settings stuck loading
|
||||
|
||||
## Fixed in 2022.12.2
|
||||
|
||||
- admin: use matching environment for system API
|
||||
- crypto: fix type for has_key
|
||||
- providers/oauth2: fix null amr value not being removed from id_token
|
||||
- providers/saml: don't error if no request in API serializer context
|
||||
- stages/captcha: fix captcha not loading correctly, add tests
|
||||
- stages/dummy: add toggle to throw error for debugging
|
||||
- stages/email: make template tests less flaky
|
||||
- stages/email: use pending user correctly
|
||||
- stages/prompt: use stage.get_pending_user() to fallback to the correct user
|
||||
- web: add check compile test to prevent compile errors/warnings
|
||||
- web: ensure locales are built for tsc check
|
||||
- web: update tsconfig strictness
|
||||
- web/admin: add Radio control, search-select fixes (#4333)
|
||||
- web/admin: fix error in outpost form dropdown
|
||||
- web/admin: fix error when creating SAML Provider from metadata
|
||||
- web/elements: correctly display selected empty option when blankable is enabled
|
||||
- web/elements: fix dropdown menu closing before selecting item sometimes
|
||||
- web/elements: fix selection of blank elements in search-select, fix issue when re-opening dropdown
|
||||
- web/elements: tabs: only find pages for directly related slots
|
||||
- web/elements: trigger search select data update on connected callback
|
||||
- web/flows: add close button to flow inspector
|
||||
- web/flows: fix alternate captchas not loading
|
||||
- web/flows: rework error display, always use ak-stage-flow-error instead of shell
|
||||
|
||||
## API Changes
|
||||
|
||||
#### What's Changed
|
||||
|
|
Reference in New Issue