246 Commits

Author SHA1 Message Date
francesco
c5566f43f7 Possible fix for https://github.com/Camberi/firecms/issues/59
(Algolia missing properties)
0.28.2
2021-03-05 17:20:33 +01:00
francesco
ac09de669f Version update 0.28.1 0.28.1 2021-03-04 17:18:47 +01:00
francesco
16a513e968 Bigger drawer.
Fix for schema resolving issue.
Fix for react router routes, they need to be exact now
2021-03-04 17:17:36 +01:00
francesco
9dcf56bb31 Version update 0.28.0 0.28.0 2021-03-02 18:01:08 +01:00
francesco
6dfe7c69ee Enabled export function for collection views 2021-03-02 17:56:03 +01:00
francesco
9cd06a187c Fix for side entity dialog schema resolving 2021-02-28 11:55:44 +01:00
francesco
a0e9a61cba TableCell.tsx internal refactor 2021-02-28 11:30:31 +01:00
francesco
a376340196 Internal modules cleanup 2021-02-27 17:20:20 +01:00
francesco
957ea011f2 Treating autovalues as read only fields 2021-02-25 13:16:11 +01:00
francesco
4ff7624a7a Typescript 4.2 adaptations 2021-02-24 15:50:53 +01:00
francesco
65657ce370 Version update 0.27.0 0.27.0 2021-02-23 22:47:21 +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
3f574eb0c9 Fix for table select fields with number as data types 2021-02-23 13:19:29 +01:00
francesco
dca344c0c5 Version update 0.26.3 0.26.3 2021-02-22 20:14:51 +01:00
francesco
1db7ff0521 Minor fix for enum selects of type "number" 2021-02-22 20:14:10 +01:00
francesco
a3dcfef942 Version update 0.26.2 0.26.2 2021-02-22 17:54:59 +01:00
francesco
9ba73ae916 Enhanced disabled fields in table mode 2021-02-22 17:51:23 +01:00
francesco
19d26668e1 Changed behavior of custom fields in table mode.
Version update 0.26.1
0.26.1
2021-02-20 23:36:31 +01:00
francesco
3e92c15cdc Version update 0.26.0 0.26.0 2021-02-18 17:46:59 +01:00
francesco
89a4bc806c Updated CHANGELOG.md 2021-02-18 17:35:57 +01:00
francesco
0e1a5dd8db Fix for empty strings being detected as false in default values and save hooks 2021-02-18 17:23:26 +01:00
francesco
096a826595 Renamed CMSFieldProps to FieldProps 2021-02-18 16:38:52 +01:00
francesco
ebac1676c3 Dynamic fields in forms, changed disabled behaviour 2021-02-18 16:04:45 +01:00
francesco
8d21149146 Dynamic fields in forms 2021-02-18 15:13:04 +01:00
francesco
065f8c8743 Fixing generic types for generated columns 2021-02-18 15:11:39 +01:00
francesco
23e2e63067 Simplified model generics 2021-02-15 01:01:47 +01:00
francesco
3edc0c0847 Version update 0.25.2
Small bugfix
0.25.2
2021-02-14 22:09:16 +01:00
francesco
78553b9928 Version update 0.25.1 0.25.1 2021-02-14 20:02:43 +01:00
francesco
eca52b6d9c Allow overriding schemas for specific entities and using a SchemaResolver 2021-02-14 19:42:27 +01:00
francesco
4986c3dade Simplified and completed internal generic types 2021-02-11 22:02:33 +01:00
francesco
311704c653 Entity form fix when errors in new untouched entity.
Fixed library exports.
Version 0.25.0
0.25.0
2021-02-10 20:09:11 +01:00
francesco
f2df253be3 Enabled overriding of entity schemas side panel 2021-02-10 00:43:27 +01:00
francesco
0d6b7569a0 Reorder of internal exports 2021-02-09 19:52:52 +01:00
francesco
7e029da798 Fix for ArrayContainer hash of non objects 2021-02-09 18:23:16 +01:00
francesco
883fa75580 Simplified side navigation.
Created system for handling arrays of references
2021-02-09 00:36:27 +01:00
francesco
dd0d9422c7 Renamed EntityCollectionView to EntityCollection 2021-01-28 22:33:35 +01:00
francesco
ea2fadb61c Refactor of collection table internal API 2021-01-28 22:19:18 +01:00
francesco
8494764173 Added initialSort 2021-01-28 21:08:02 +01:00
francesco
f3a1d9addb Version update 0.24.0 0.24.0 2021-01-26 23:22:56 +01:00
francesco
7e4af6693a Fix for non editable tables buttons bug 2021-01-26 23:15:28 +01:00
francesco
b7cc6ccf59 Merge branch 'firebase-ui'
# Conflicts:
#	CHANGELOG.md
#	README.md
#	example/src/SampleApp.tsx
#	src/CMSApp.tsx
#	src/CMSAppProps.tsx
#	src/collection/popup_field/PopupFormField.tsx
#	src/contexts/AuthContext.tsx
#	src/form/fields/ArrayDefaultField.tsx
#	src/form/fields/StorageUploadField.tsx
#	src/form/form_factory.tsx
#	src/models/form_props.tsx
2021-01-25 16:15:39 +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
11bd7ade68 Code cleanup and package refactor.
Exporting hooks now.
Version 0.23.0
0.23.0
2021-01-23 23:17:55 +01:00
fgatti675
8a4f51a954 Merge pull request #41 from faizaand/feature/firebase-ui
Email and password authentication via Firebase UI
2021-01-23 17:50:13 +01:00
francesco
143f95f2c5 Allowing copy of entities and selection 2021-01-23 14:40:14 +01:00
francesco
39059bff00 Disabled save button if not modified 2021-01-23 14:40:14 +01:00
francesco
9b4ff61c20 Added extra actions on collections toolbar 2021-01-23 14:40:14 +01:00
Faizaan Datoo
63e5453299 Include package and styles 2021-01-21 02:13:39 -05:00