Releases: folio-org/ui-developer
Releases · folio-org/ui-developer
v10.0.2 Sunflower 2025-R1 CSP-5
v10.0.1 Sunflower 2025-R1 CSP-4
- Tolerate missing
nameattribute when sorting module descriptors. Refs UID-200.
v10.0.0 Sunflower 2025-R1 GA
- Sort locales by label instead of locale-code. Refs UID-107.
- When the Permissions Inspector encounters an undefined permission (which should never happen) it now shows that permission's true name in bold red instead of crashing. Fixes UID-183.
- Hide "I can haz endpoint" and "Permissions inspector" if the
rolesinterface is present. Refs UID-151. - Include missing user-related permissions in
settings.userLocale. Refs UID-126. - Add
okapiinterface to dependencies. (We have long depended on this.) Fixes UID-184. - BREAKING Update
react-intlto v7. Refs UID-187. - BREAKING Update
@folio/stripestov10. Refs UID-186. - Provide application icon. Refs UID-197.
- Remove token display; tokens are no longer user-visible. Refs UID-114.
v9.0.0
- Handle access-control via cookies instead of
X-Okapi-Tokenheader. Refs UID-121. - Configuration: expose
preserveConsoleto toggleconsole.clear()on logout. Refs UID-139. - Optionally suppress react-intl warnings. Refs UID-140.
- Use type=password for auto login password field. Refs UID-147.
- BREAKING Purge service-worker cruft; leverage new STCOR functions for RTR display.
- Fence off ShowCapabilities behind IfInterface checks for capabilities, capability-sets. Refs UID-162.
v8.0.1
v8.0.0
v7.0.0
v6.3.0
v6.2.0
v6.1.0
- Add Permissions Inspector page. Fixes UID-97.
- In the Permissions Inspector, show which module permissions are from. Fixes UID-99.
- Add rudimentary Okapi Console. Fixes UID-104, UID-105.
- Link to GitHub and API doc instead of assuming
/ramlsexists. Refs UID-106.