Skip to content

Releases: firecmsco/firecms

v3.0.0-beta.1

21 Feb 12:17
Compare
Choose a tag to compare

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

09 Nov 22:23
Compare
Choose a tag to compare

Changed

  • Fix for missing subcollection links.
  • New email and password login flow
  • Removed add button in collection group
  • Export fixes
  • Fix for collections search

v2.1.0

12 Sep 14:47
Compare
Choose a tag to compare

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 a isFilterCombinationValid 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

19 Jun 18:16
Compare
Choose a tag to compare

Changed

  • Fix for forceFilter not being applied correctly in reference views.
  • Fix for nullable enum validation config.

v2.0.3

19 Jun 18:08
Compare
Choose a tag to compare

Changed

  • Fix for form resetting values when saving.

v2.0.2

15 Jun 11:54
Compare
Choose a tag to compare

Changed

  • Replaced flexsearch with js-search. Their imports are too messed up.
  • Fix for form assigning wrong ids

v2.0.1

14 Jun 19:17
Compare
Choose a tag to compare

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 and save.

v2.0.0

14 Jun 19:16
Compare
Choose a tag to compare

Changed

  • You can use a callback to define the default view of an entity now.
  • Fix when opening entities from a custom view, that also uses subcollections.

v2.0.0-rc.2

05 Jun 18:35
Compare
Choose a tag to compare

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

31 May 18:07
Compare
Choose a tag to compare

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.