Commit Graph

73 Commits

Author SHA1 Message Date
francesco
e7a3ace6c3 Website and readme update 2021-10-13 16:41:57 +02:00
francesco
7dd43a1c97 Updated README.md and intro section 2021-10-10 13:33:39 +02:00
francesco
90050fdb6c Updated README.md 2021-10-09 14:16:49 +02:00
francesco
43adde42a0 Text search docs update 2021-09-22 19:16:41 +02:00
francesco
3b8aef5da1 Version 1.0.0 docs update 2021-09-17 11:01:55 +02:00
francesco
f4baa2f78a Moved changelog to langind page 2021-08-09 18:19:31 +02:00
francesco
39596ce3d8 Homepage updates 2021-08-01 13:09:17 +02:00
francesco
c9241fc9b7 Docs and blog update 2021-07-29 16:03:09 +02:00
francesco
41889b168f Version 0.43.0 2021-07-06 17:23:25 +02:00
francesco
d5b384cdbd Added datetime filters 2021-07-06 16:58:04 +02:00
francesco
42ac8c78a2 Updated MIT license in website and docs 2021-06-02 12:56:38 +02:00
francesco
9458ef6369 Readme badge fix 2021-06-01 23:58:26 +02:00
francesco
33b751e994 Docs update 2021-05-30 15:31:26 +02:00
francesco
d8e443ed67 Implementing Google gtag in docs 2021-05-29 13:46:42 +02:00
francesco
bf2248f2f5 Website dependencies cleanup 2021-05-28 11:16:41 +02:00
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