Releases: firecmsco/firecms
Releases · firecmsco/firecms
v3.0.0-beta.1
The first beta release of FireCMS v3.0.0.
Check all the new features and improvements in the documentation
and the migration guide.
v2.2.0
v2.1.0
Changed
- [BREAKING] The logic to verify valid filter combinations has been moved to the
DataSource
interface.
This improves the ability to customize the data source and allows for more complex filters.
This change will only affect you if you have implemented a custom data source. You will need to
add aisFilterCombinationValid
method to your data source. - You can now use nested
spreadChildren
in map properties, allowing to show arbitrary
nested structures as single columns in the collection view. - The collection count value is now updated with filters applied.
- Fix for csv export not working when underlying data is invalid.
- Fix for bug of collection search returning a single result.
- Fix for reference fields breaking with incorrect values.
v2.0.4
v2.0.3
v2.0.2
v2.0.1
Changed
- Fix for block entries not generating the correct default value when adding a new entry. This was causing
a bug when the child property is an array, like in the blog example. - Added the
formAutoSave
to collections. This removes the buttons from the form and automatically saves
the entity when there are changes or the user leaves the form. - You can now access the
formContext
from collection views, allowing you to access the current entity
being edited, modify values andsave
.
v2.0.0
v2.0.0-rc.2
Changed
- Added arbitrary key-value fields with the prop
keyValue
in map properties @mui/x-date-pickers
dependency updated (you may need to bump your version
to 6.5.0)- Some enhancements to the
EntityCollectionTable
component, referring to
values being updated in the background. Also correct debouncing for
table fields.
v2.0.0-rc.1
Changed
- Added arbitrary key-value fields with the prop
keyValue
in map properties @mui/x-date-pickers
dependency updated (you may need to bump your version
to 6.5.0)- Some enhancements to the
EntityCollectionTable
component, referring to
values being updated in the background. Also correct debouncing for
table fields.