Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Nov 7, 2021
1 parent e2de001 commit 981134b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
## [1.0.0-beta3] - 2021-10-07
## [1.0.0-beta3] - 2021-11-07

### Changed

- `EntityCollectionTable` has been renamed to `EntityCollectionView`
- Reference visual fix
[144](https://github.com/Camberi/firecms/issues/144)
- Removed `entityId` to `PropertyBuilder` when copying an entity
[145](https://github.com/Camberi/firecms/issues/145)
- Fix and reimplemented navigation blocking behaviour
[146](https://github.com/Camberi/firecms/issues/146)
- Hiding correctly `hidden` properties if they are in a `MapProperty

### Added

- New `Table` component used internally by `CollectionTable`. `Table` is not
coupled with our entities and collections models and can be used as a single
component. It includes generic sorting and filtering capabilities.

## [1.0.0-beta2] - 2021-10-07

### Changed

- When copying an entity the permission used is `create` now, instead of `edit`.
- Fix for entities not being saved when new or copy was clicked
- Fix for multiple delete keeping old state.
- Fix multiple form styles.
- Fix for array of number enums.

### Added

Added `hidden` configuration to disabled fields:

```tsx
buildProperty({
dataType: "string",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camberi/firecms",
"version": "1.0.0-beta2",
"version": "1.0.0-beta3",
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
"author": "camberi",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions website/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
id: changelog
title: Changelog
---
## [1.0.0-beta3] - 2021-10-07
### Changed
- `EntityCollectionTable` has been renamed to `EntityCollectionView`

## [1.0.0-beta2] - 2021-10-07
### Changed
- When copying an entity the permission used is `create` now, instead of `edit`.
Expand Down

0 comments on commit 981134b

Please sign in to comment.