58 Commits

Author SHA1 Message Date
francesco
0ada1f84d3 Landing page implementation 2021-05-26 20:11:00 +02:00
francesco
6d0d7ac87d Version update 0.39.0 2021-05-13 16:07:33 +02:00
francesco
df1645b7ed Added multiple paths per CMS view, useful for having params, also the flag hideFromNavigation so they can be hidden from the menu 2021-05-13 15:57:01 +02:00
francesco
e1e1922e62 Allowing changing the pagination size 2021-05-10 16:28:35 +02:00
francesco
6f506f0928 Version 0.38.0 update 2021-05-03 16:08:52 +02:00
francesco
4c18763244 - Mono typeface import css has been removed from the core library and needsto be imported in every implementation now, like the Rubik typeface. Examples and Readme updated. Useful for SSR.
- Enhanced feedback for references configuration errors, no longer crashing the app.
- Changed double click behaviour in collections table to open the inline editor,replaced by a triple click. You can double click to select the content of the cell.
2021-04-30 18:12:07 +02:00
francesco
191b012212 Split CMSApp into CMSAppProvider.tsx and CMSMainView.tsx 2021-04-29 13:17:23 +02:00
francesco
17fa03a95c Big internal refactor and added useNavigationFrom.tsx 2021-04-26 14:04:54 +02:00
francesco
6e45c1ce9a Added unique fields validation 2021-04-06 13:33:23 +02:00
francesco
4ec08e1138 Refactor of custom fields 2021-04-02 01:27:58 +02:00
francesco
9fa5415ae6 Renamed fields models file.
Updated README.md
2021-03-31 14:22:59 +02:00
francesco
d31542a08d Allowing selecting the colors of enum chips 2021-03-30 10:42:07 +02:00
francesco
39d92622f4 Allowing customization of uploaded file names and paths 2021-03-26 12:17:10 +01:00
francesco
596f8e75c4 Permissions system
Refactored Example.
Version 0.30.0
2021-03-16 13:38:39 +01:00
francesco
f3c6c2e51d Added HomeRoute with a recap of main collections and descriptions 2021-03-11 18:43:38 +01:00
francesco
9daaebab5b Allowing override locale (only for dates) and dates format
https://github.com/Camberi/firecms/issues/58
2021-03-09 16:50:43 +01:00
francesco
6dfe7c69ee Enabled export function for collection views 2021-03-02 17:56:03 +01:00
francesco
d73aae37b9 Added assigned size to custom previews.
Added `clearMissingValues` to map property config.
2021-02-23 22:39:08 +01:00
francesco
ebac1676c3 Dynamic fields in forms, changed disabled behaviour 2021-02-18 16:04:45 +01:00
francesco
eca52b6d9c Allow overriding schemas for specific entities and using a SchemaResolver 2021-02-14 19:42:27 +01:00
francesco
311704c653 Entity form fix when errors in new untouched entity.
Fixed library exports.
Version 0.25.0
2021-02-10 20:09:11 +01:00
francesco
dd0d9422c7 Renamed EntityCollectionView to EntityCollection 2021-01-28 22:33:35 +01:00
francesco
8494764173 Added initialSort 2021-01-28 21:08:02 +01:00
francesco
0e5f014a3d Added context to CMSFieldProps to allow to retrieve the entity values 2021-01-25 16:13:36 +01:00
francesco
90077eb0b7 Updated implementation of FirebaseUI 2021-01-24 17:19:24 +01:00
francesco
6de9c60e1a Code cleanup and package refactor.
Exporting hooks now.
Version 0.23.0
2021-01-23 23:46:02 +01:00
francesco
143f95f2c5 Allowing copy of entities and selection 2021-01-23 14:40:14 +01:00
francesco
ff2c8dcc91 - onFirebaseInit callback on the CMSApp called after Firebase initialisation.
Useful for using the local emulator.
- Fixed initial values bug when creating new entities and validation.
- Added `showError` prop to CMSFieldProps
2021-01-02 13:11:09 +01:00
francesco
26a6126ff0 Enhanced table reference fields and refactor of cell selection and styles.
Performance optimizations by memoization and fixing styles.
2020-12-28 20:04:42 +01:00
francesco
1897f1abb9 Updated example to make automatic update on development with latest react scripts 2020-12-24 00:40:51 +01:00
francesco
033b376fdc Refactor of CMSApp.tsx to separate LoginView.tsx and CMSRouterSwitch.tsx 2020-12-05 16:41:46 +01:00
francesco
0c3abe58f4 Refactor or main menu navigation.
Added grouping and breadcrumbs to additional views and redesign.
Added CMSApp.tsx info to README.md
Refactored firebase imports to make it compatible with Firebase SDK 8
2020-12-04 13:21:24 +01:00
francesco
3505111cb2 Added root navigation entries grouping.
Adaptive width for subcollections in side view.
Refactored main drawer.
Version 0.16.2
2020-11-12 13:17:44 +01:00
francesco
2fa7bc5147 Version 0.16.0
Ui tweaks, markdown preview
2020-11-10 17:44:14 +01:00
francesco
f2be36dd93 Refactor of CMSAppProvider 2020-11-10 13:09:58 +01:00
francesco
729b8df0df Collections pagination enabled 2020-10-29 20:54:52 +01:00
francesco
532a3b8b68 Fixed navigation bug for subcollections
Version 0.14.2
2020-10-27 22:01:29 +01:00
francesco
019bab0dd4 Empty commit to trigger CI 2020-10-25 11:16:24 +01:00
francesco
c5735e639f Added release action and improved README.md 2020-10-25 11:10:48 +01:00
francesco
ca7ec5a0ce Virtualized tables.
Design enhancements.
2020-10-24 14:30:20 +02:00
francesco
975278c996 Big visual refactor.
Added boolean filters.
Version 0.14.0
2020-10-07 14:31:01 +02:00
francesco
c04d4e1164 Changed default font.
New entity preview as drawer
2020-09-30 21:33:29 +02:00
francesco
20f45c90e3 Enabled saving storage files using download URL instead of Storage reference.
Dates default to empty view when not set, instead of current time.
Version 0.13.0
2020-09-30 21:33:29 +02:00
francesco
9da003b818 Added initial filters to CollectionView 2020-09-30 21:33:29 +02:00
francesco
d92c7f4cc1 Added array properties with specific shapes such as [string, number, string]
Version 0.12.0
2020-08-12 13:32:15 +02:00
francesco
5859f43db7 Added multiline string properties.
Version 0.11.3
2020-08-10 21:51:29 +02:00
francesco
1725842a35 Changed logic for updating form values from Firestore updates.
Removed CSS dependency.
Version 0.11.0
2020-07-30 00:21:06 +02:00
francesco
89b44b012d Adding saving hooks.
Version 0.11.0
2020-07-17 20:39:55 +02:00
francesco
8706df2344 Updated examples code to use type checking function
Version 0.10.0
2020-07-15 18:39:19 +02:00
francesco
ce5f0728a7 Added config object to properties, wrapping various existing configurations
Version 0.9.0
2020-07-09 17:36:55 +02:00