Releases: folio-org/ui-authorization-roles
Releases · folio-org/ui-authorization-roles
v1.7.0
v1.6.0
- Show modifying users' names instead of IDs. Refs UIROLES-71.
- Use
Capabilities
components fromstripes-authorization-components
repository instead of local files. Refs UIROLES-86. - Include
stripes-authorization-components
instripesDeps
to pull its assets into the bundle. Refs UIROLES-102. - Duplicate authorization roles. Refs UIROLES-64.
- Add missed permission to see list of capabilities set on Edit role page. Refs UIROLES-115.
v1.5.0
- Fix Patron group not always shown for assigned users in detailed view of authorization role. Refs UIROLES-52.
- Use
<NoValue>
to represent unselected checkboxes in read-only mode. Refs UIROLES-41. - Show user name instead of UUID in Role Detail page. Refs UIROLES-71.
- Show spinner while loading capabilities/capabilitySets tables after selecting applications. Refs UIROLES-60.
- Show callout instead of JS alert on save/delete error. Refs UIROLES-53.
- Role details should show capabilities inherited from capability-sets. Refs UIROLES-67.
- Handle empty
metadata
values without invalid/users/
API queries. Refs UIROLES-78.
v1.4.0
- Server-side query sort (temporary, lacking i18n).
- Clean up
package.json
cruft etc. Refs UIROLES-57. - Correctly assign/unassign users to roles. Refs UIROLES-63, UIROLES-43.
- Fix capabilities/sets not sorted by "Resource" value when creating/editing an authorization role. Refs UIROLES-70.
v1.3.3
v1.3.2
- Fix error when updating only name/description for authorization role. Refs UIROLES-62.
- Replace
roleCapabilitiesListIds
withroleCapabilitySetsListIds
as intersecting list in theupdatedSelectedCapabilitySetsMap
variable within theuseApplicationCapabilities
hook. Refs UIROLES-59.
v1.3.1
v1.3.0
- View role capability sets. Refs UIROLES-30.
- List users assigned to a given role. Refs UIROLES-31.
- Retrieve up to 5000 capabilities at once. Refs UIROLES-47.
- Include
settings.authorization-roles.enabled
permission set. Refs UIROLES-54. - Add ability to Assign/unassign roles to users in role details pane. Refs UIROLES-43.
- Show spinner while loading capabilities/capabilitySets tables. Refs UIROLES-42
- Show capabilities/capability sets depending on selected applications. Refs UIROLES-40.
- Include
settings.authorization-roles.enabled
permission set. Refs UIROLES-54.