Releases: firecmsco/firecms
Releases · firecmsco/firecms
v2.0.0-beta.7
- Added support for collection groups
- [BREAKING] The
countEntities
function in the data source not takes an
object instead of a string as parameter. This will only affect you if you
have built a custom component using that function. - Added string url previews to fields
- Fix for geopoints not being serialized correctly when saving.
v2.0.0-beta.6
Changed
- Fix for Typescript types not being exported correctly and giving errors
when using the library with the quickstart. - Fix for error messages not showing up correctly in new text inputs.
- Fix for flexsearch import causing crash using webpack
v2.0.0-beta.5
Changed
- Updated fields Look and Feel. Text fields are now custom, not the ones
provided by Material UI. This allows for more customization, less code, and
better performance. - Fixed login view not centered
- Fixed popup field selection and drag and drop bug
- Fix for skip login field
- HTML now rendered correctly in markdown previews
- Fix for
read
permission not being applied correctly. - Fix for not centered empty view state in collections
v2.0.0-beta.4
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 thedefaultSelectedView
prop. Thanks to @SeeringPhil for the PR! - Renamed
builder
toBuilder
in collection custom views for consistency.
v2.0.0-beta.3
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
toReferenceSelectionInner
- 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
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 propActionsBuilder
has been replaced withactions
.
v2.0.0-beta.1
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
v1.0.0
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
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