Commit Graph

289 Commits

Author SHA1 Message Date
francesco
4ec32fd336 Merge remote-tracking branch 'origin/master' 0.21.1 2020-12-30 13:36:20 +01:00
francesco
33ca291ef7 Styles and keys refactor for enhanced performance.
Version 0.21.1
2020-12-29 15:49:25 +01:00
fgatti675
73f87c37f7 Merge pull request #33 from Camberi/dependabot/npm_and_yarn/example_backend/functions/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8 in /example_backend/functions
2020-12-29 00:31:54 +01:00
francesco
26a6126ff0 Enhanced table reference fields and refactor of cell selection and styles.
Performance optimizations by memoization and fixing styles.
0.21.0
2020-12-28 20:04:42 +01:00
francesco
10592e760c Editable collection table 2020-12-25 01:59:42 +01:00
francesco
a6e1d44ec7 Fix for autoupdated values forcing unsaved changes prompt dialog in forms. 2020-12-24 01:32: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
83b1efdf87 Yup update and dependencies 2020-12-18 12:56:37 +01:00
francesco
696e20cbde Dependencies updates and cleanup 0.20.0 2020-12-15 11:14:41 +01:00
francesco
102f46d47a Fix for array of timestamps preview and enhanced preview error handling 2020-12-14 23:11:21 +01:00
dependabot[bot]
0416e3c791 Bump ini from 1.3.5 to 1.3.8 in /example_backend/functions
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 21:57:50 +00:00
francesco
910711a7b1 Minor update on reference previews 2020-12-06 10:52:06 +01:00
francesco
b3004c1898 Dependencies update.
Added mono font for ids
2020-12-05 23:29:05 +01:00
francesco
033b376fdc Refactor of CMSApp.tsx to separate LoginView.tsx and CMSRouterSwitch.tsx 2020-12-05 16:41:46 +01:00
francesco
de5350cdc9 Refactor of CMSApp.tsx to separate LoginView.tsx and CMSRouterSwitch.tsx 2020-12-05 16:06:31 +01:00
francesco
b578a750bb Fiz return value of ReferencePreview.tsx 0.19.0 2020-12-04 13:42:39 +01:00
francesco
3b394797a5 Version update 0.19.0 2020-12-04 13:30:21 +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
c795b72ff9 Changelog update 2020-12-02 13:28:53 +01:00
francesco
8a0211dc83 Added entity to delete hook
Version 0.18.1
0.18.1
2020-12-02 13:21:18 +01:00
francesco
73f805266b Fix for wrong colors in Chip enum values 2020-12-02 12:15:49 +01:00
francesco
367bf19686 Fix for default deleteEnabled flag in subcollections 2020-12-01 18:07:20 +01:00
francesco
ae21c8972d Fix for array of images preview 2020-12-01 00:01:39 +01:00
francesco
814fbb3bf5 Moved delete hook to entity schema level 0.18.0 2020-11-30 12:11:34 +01:00
francesco
834cafc484 Fix saving new entities.
Version 0.17.2
0.17.2
2020-11-26 17:30:04 +01:00
francesco
9012d4a6a3 Minor check for value in array enum select 2020-11-24 16:05:36 +01:00
francesco
2b038437fb Version update 0.17.1 0.17.1 2020-11-23 01:46:21 +01:00
francesco
4c528875a5 Version update 0.17.0 0.17.0 2020-11-23 01:25:45 +01:00
francesco
468ea0e374 Stacked side navigation 2020-11-23 01:25:31 +01:00
francesco
a4e4b8f4a1 Added url fragment navigation in side view 2020-11-22 02:01:23 +01:00
francesco
1900537595 Version update 0.16.6 0.16.6 2020-11-21 22:50:33 +01:00
francesco
a93589df02 Firestore entity saving refactor and values update test 2020-11-21 22:40:32 +01:00
francesco
7bb37c119f React version 17 update
Big refactor of preview components, now each property preview type is split into its own component
2020-11-21 18:02:23 +01:00
francesco
4a70a006a7 Fix for composite reference paths such as "sites/en/product" References
pointing to collection with a composite path were failing to locate the proper
collection.
Version 0.16.5
0.16.5
2020-11-20 16:10:43 +01:00
francesco
ed8e72153b Refactor of saving hooks 2020-11-20 00:10:51 +01:00
francesco
9fd57df27b Version 0.16.4 0.16.4 2020-11-17 11:41:26 +01:00
francesco
3f7ec3f118 Changed initialization of new entities, not including null values as default now 2020-11-17 11:36:46 +01:00
francesco
069a6b9a95 Added log error on save 2020-11-17 10:50:16 +01:00
francesco
a189614295 Changed default way of loading Firebase config, now the specified config has priority over the environment. 2020-11-16 11:00:45 +01:00
francesco
df5b927449 Added array filter and clear buttons 2020-11-15 23:45:38 +01:00
francesco
5cc451c8c3 Reference field and preview now including id 2020-11-13 20:24:30 +01:00
francesco
e54071bc29 Fix for grouping main navigation entries 0.16.3 2020-11-12 15:09:39 +01:00
francesco
6a670aa109 Github Actions node update 0.16.2 2020-11-12 13:21:57 +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
e7afd337f2 Refactor of StorageUploadField.tsx 2020-11-12 00:28:58 +01:00
francesco
0ce5dc7a47 Added CollectionCell component that fades out overflowing cell content 2020-11-11 19:23:55 +01:00
francesco
88ab9ff98f Fir markdown line wrap 0.16.1 2020-11-10 19:01:16 +01:00
francesco
91d8051e0a Minor changelog update 0.16.0 2020-11-10 17:46:10 +01:00
francesco
2fa7bc5147 Version 0.16.0
Ui tweaks, markdown preview
2020-11-10 17:44:14 +01:00
francesco
3a2582d71f Reference properties now inferring collection based on path 2020-11-10 15:51:55 +01:00