Skip to content

Releases: firecmsco/firecms

v2.0.0-beta.4

30 Mar 15:06
Compare
Choose a tag to compare

Changed

  • Fixed table header bug
  • Added search bar in home page
  • Added favourites and recent collections view in home page.
  • Fix for some deeply nested property builders in arrays
  • Added autoOpenDrawer prop, allowing to open the drawer automatically when
    hovering the menu.
  • Allow choosing which custom view or subcollection is opened by default,
    with the defaultSelectedView prop. Thanks to @SeeringPhil for the PR!
  • Renamed builder to Builder in collection custom views for consistency.

v2.0.0-beta.3

21 Mar 18:51
Compare
Choose a tag to compare

Changed

  • Fixed bug regarding custom selection controllers.
  • Fix for default value not being set in array properties.
  • Enabled Firebase App Check. Thanks to @sengerts for the PR!
  • Added copy function to array views. Thanks to @guustmc for the PR!
  • The entity side dialog is now wider by default.
  • Small improvements to block properties. Now the first type is selected by default.
  • Fixed additional ordering added when multiple filter applied, which created a bug.
    Thanks to @juanleondev for the PR!
  • Renamed ReferenceSelectionView to ReferenceSelectionInner
  • Added reference filters
  • Fixed delay of table update when deleting an entity
  • You can now change the value of any property within a custom field.

v2.0.0-beta.2

30 Jan 22:06
Compare
Choose a tag to compare

Changed

  • Fixed bug where collection actions were getting their internal state reset.
  • Improved preview of files that are not images, videos, or audio files.
  • Form optimizations
  • Fix for reference dialog not clearing selection
  • Fix for multiple error snackbar, when there is an error uploading a file.
  • Fix for missing highlight when closing side dialog.
  • Fix for delayed data update when changing filters.
  • Internal refactoring of the EntityCollectionTable component.
  • [BREAKING] In the component EntityCollectionTable, the prop ActionsBuilder
    has been replaced with actions.

v2.0.0-beta.1

19 Jan 09:35
Compare
Choose a tag to compare

This is the first beta release of FireCMS v2.0.0.
While still in beta, we consider this version stable enough to be used in production.

All changes related to V2 alpha are currently bundled in these documents:

v1.0.3

05 Jan 15:19
Compare
Choose a tag to compare

Changed

  • [BREAKING] Added peer dependency @mui/x-date-pickers. You need to add this dependency
    if updating from previous versions
  • Updated internal dependencies fix blank initial screen.
  • Backport of MFA from v2
  • Backport of image resizing from v2

v1.0.0

10 May 18:30
Compare
Choose a tag to compare

Hitting version 1.0.0! 🙌🙌🙌

More details in our blog :)
https://firecms.co/blog/version_1_is_out

Changed

  • Fix for entity collections in read-only mode showing incorrect resolved
    properties
  • Fix for filter combinations bug

Added

  • Enabled phone authentication
  • Added max size validation for file uploads

v1.0.0-rc.5

13 Apr 08:23
Compare
Choose a tag to compare

Changed

  • Fix for draggable bug in arrays with duplicated values.
  • Reversed icons in header tables. Also, now the initial sort option is "asc"
    as it is typical in most apps.
  • Fix for cursor jumping to the end of an inline text field

v1.0.0-rc.4

16 Mar 19:23
Compare
Choose a tag to compare

Changed

  • Added LoginViewProps to FirebaseCMSApp. You can use it to customise
    the login flow, using the disableSignupScreen prop to prevent users from
    creating accounts in password mode. And to display a NoUserComponent
  • when the user logging in password mode is not found
  • Fix for hidden CMS views bug.
  • Fix for array select filters
  • Fixed inline date popups
  • Fix for not editable tables not updating on data changes

v1.0.0-rc.3

03 Mar 14:40
Compare
Choose a tag to compare

Changed

  • Fixed edge case of references in arrays not being resolved properly with
    property builders. Thanks, Paul Aranzamendez!

v1.0.0-rc.2

11 Feb 14:02
Compare
Choose a tag to compare

Changed

  • Fix for Portal import bug related to mui 5.4 version.
  • Allowing optional custom ids
  • Small cosmetic updates