@backstage-community/plugin-rbac 1.41.3 → 1.41.4
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/CHANGELOG.md +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
### Dependencies
|
|
2
2
|
|
|
3
|
+
## 1.41.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- eebc68d: UI Enhancements:
|
|
8
|
+
|
|
9
|
+
- Added vertical spacing between buttons in the side drawer for improved usability.
|
|
10
|
+
- Fixed layout issue in the Users and Groups table where adding a row caused unexpected height changes.
|
|
11
|
+
- Aligned action icon colors in the Roles table for visual consistency.
|
|
12
|
+
- Simplified label formatting in the Overview table for a cleaner look.
|
|
13
|
+
- Improved dropdown behavior in Users, Groups, and Permissions sections — selecting an option no longer clears the input text.
|
|
14
|
+
- Conditionally hid input field labels when validation errors are present to reduce visual clutter.
|
|
15
|
+
- Aligned “No options” placeholder text across the Users and Groups and Plugin selection dropdowns.
|
|
16
|
+
- Prevented backspace from unintentionally removing selected items in the Users and Groups and Plugin dropdowns.
|
|
17
|
+
|
|
3
18
|
## 1.41.3
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|