You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+54-45
Original file line number
Diff line number
Diff line change
@@ -1,57 +1,62 @@
1
1
## [3.0.0-beta.11] - 2024-11-28
2
2
3
3
-[BREAKING] Removed `userRoles` from AuthController. You can now access the `roles` prop in the user object directly
4
-
-[BREAKING] Many FireCMS UI sizes have been adjusted for better consistency. This will affect you only if you are using custom components.
5
-
-[BREAKING] The `authController` is now passed to the User Management controller, instead of the other way around. The `userManagementController` can be used as an auth controller, but with all the added logic for user management.
6
-
-`smallest` or `tiny` have been renamed to `small`.
7
-
-`small` has been renamed to `medium`.
8
-
-`medium` has been renamed to `large`.
9
-
-[BREAKING] For self-hosted versions, there has been a change in the API for the data management controllers. The
10
-
`authController` is now passed to the User Management controller, instead of the other way around. The `userManagementController`
11
-
can be used as an auth controller, but with all the added logic for user management.
12
-
13
-
Code before:
4
+
-[BREAKING] Many FireCMS UI sizes have been adjusted for better consistency. This will affect you only if you are using
5
+
custom components.
6
+
-[BREAKING] The `authController` is now passed to the User Management controller, instead of the other way around. The
7
+
`userManagementController` can be used as an auth controller, but with all the added logic for user management.
8
+
-`smallest` or `tiny` have been renamed to `small`.
9
+
-`small` has been renamed to `medium`.
10
+
-`medium` has been renamed to `large`.
11
+
-[BREAKING] For self-hosted versions, there has been a change in the API for the data management controllers. The
12
+
`authController` is now passed to the User Management controller, instead of the other way around. The
13
+
`userManagementController`
14
+
can be used as an auth controller, but with all the added logic for user management.
Copy file name to clipboardExpand all lines: website/docs/CHANGELOG.md
+55-45
Original file line number
Diff line number
Diff line change
@@ -2,60 +2,66 @@
2
2
id: changelog
3
3
title: Changelog
4
4
---
5
+
5
6
## [3.0.0-beta.11] - 2024-11-28
6
7
7
8
-[BREAKING] Removed `userRoles` from AuthController. You can now access the `roles` prop in the user object directly
8
-
-[BREAKING] Many FireCMS UI sizes have been adjusted for better consistency. This will affect you only if you are using custom components.
9
-
-[BREAKING] The `authController` is now passed to the User Management controller, instead of the other way around. The `userManagementController` can be used as an auth controller, but with all the added logic for user management.
10
-
-`smallest` or `tiny` have been renamed to `small`.
11
-
-`small` has been renamed to `medium`.
12
-
-`medium` has been renamed to `large`.
13
-
-[BREAKING] For self-hosted versions, there has been a change in the API for the data management controllers. The
14
-
`authController` is now passed to the User Management controller, instead of the other way around. The `userManagementController`
15
-
can be used as an auth controller, but with all the added logic for user management.
16
-
17
-
Code before:
9
+
-[BREAKING] Many FireCMS UI sizes have been adjusted for better consistency. This will affect you only if you are using
10
+
custom components.
11
+
-[BREAKING] The `authController` is now passed to the User Management controller, instead of the other way around. The
12
+
`userManagementController` can be used as an auth controller, but with all the added logic for user management.
13
+
-`smallest` or `tiny` have been renamed to `small`.
14
+
-`small` has been renamed to `medium`.
15
+
-`medium` has been renamed to `large`.
16
+
-[BREAKING] For self-hosted versions, there has been a change in the API for the data management controllers. The
17
+
`authController` is now passed to the User Management controller, instead of the other way around. The
18
+
`userManagementController`
19
+
can be used as an auth controller, but with all the added logic for user management.
0 commit comments