Skip to content

Commit

Permalink
Version update 1.0.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Apr 11, 2022
1 parent dff0da2 commit f5d4324
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
## [1.0.0-rc.5] - 2022-04-11

### 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

## [1.0.0-rc.4] - 2022-03-14

### 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
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
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-rc.4",
"version": "1.0.0-rc.5",
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
"author": "camberi",
"homepage": "https://firecms.co",
Expand Down
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ module.exports = {
themeConfig: {
image: 'img/firecms_logo.svg',
announcementBar: {
id: 'new_version_rc.4',
id: 'new_version_rc.5',
content:
'Version 1.0.0-rc.4 is out! 🎉 Check the <a target="_blank" rel="noopener noreferrer" href="/docs/quickstart">quickstart</a> to get started!',
'Version 1.0.0-rc.5 is out! 🎉 Check the <a target="_blank" rel="noopener noreferrer" href="/docs/quickstart">quickstart</a> to get started!',
backgroundColor: '#FF5B79',
textColor: 'black',
isCloseable: true,
Expand Down

0 comments on commit f5d4324

Please sign in to comment.