Skip to content

Commit 1e9a833

Browse files
committed
Update CHANGELOG for version 3.0.0 with new features, enhancements, and fixes
1 parent d106a7f commit 1e9a833

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,88 @@
1+
## [3.0.0] - 2025-12-01
2+
3+
- **Editor Enhancements**:
4+
- Improved escape key behavior in editor slash command
5+
- Enhanced suggestion menu behavior
6+
- Improved path suggestions handling in collection editor components
7+
- Refactored root collection suggestions
8+
- **UI/UX Improvements**:
9+
- Added `prettifyIdentifier` function to format identifiers and improve readability
10+
- Refactored key formatting to use prettifyIdentifier
11+
- Small UI adjustments across the application
12+
- Small visual update to dialogs
13+
- Removed font-mono from map preview
14+
- **Collection Editor**:
15+
- Added inline editing prop editing to collection editor
16+
- Fixes for collection editor property saving
17+
- Applied consistent behavior to `editable` props in collections and properties
18+
- **API Updates**:
19+
- Updated API server URLs to use new endpoints
20+
- **Dependencies**:
21+
- Many dependency updates
22+
- Added PostCSS configuration with Tailwind CSS and Autoprefixer
23+
- **User Management**:
24+
- Refactored user management to consistently use `saas_uid` and `firebase_uid`
25+
- Updated button styles in EnableAuthView for consistency
26+
- Refactored user forms to improve layout and state management
27+
- **Project Configuration**:
28+
- Updated project configuration handling to account for trial status
29+
- Added initial loading screen
30+
- **Fixes**:
31+
- Fixed home DND issues
32+
- Fixed local changes preview in row actions
33+
- Fixed local changes diff
34+
- Fixed dates losing focus while typing and when selecting null values in date filters
35+
- Fixed select enum filters UI glitch
36+
- Fixed full screen entity views with encoded characters in their ID
37+
- **Storage & Images**:
38+
- Added new image resizing capabilities
39+
- Replaced internal compressing library with compressor.js
40+
- Improved error message when Firebase Storage is likely not enabled
41+
- **Data Enhancement**:
42+
- Adjusted data enhancement cosmetics
43+
- **Form Handling**:
44+
- Displaying pre-save errors in table view
45+
- Improved error focus when saving form with errors and feedback
46+
- Debouncing on values change in Formex
47+
- Added `initialTouched` to Formex controller
48+
- Changed how dirty values are persisted in local storage
49+
- **Local Changes**:
50+
- Added `enableLocalChangesBackup` to collections, allowing users to disable the local copy of unsaved entities in the browser
51+
- Changed local changes to be able to be applied manually
52+
- Clearing unsaved changes indicator if the feature is not enabled in collections
53+
- **Entity History**:
54+
- Added a cleaner type to the entity history plugin
55+
- **Marketing**:
56+
- Updated Cloud marketing login info
57+
- Added download badge
58+
59+
## [3.0.0-rc.4] - 2025-11-25
60+
61+
- Refactored user forms to improve layout and state management
62+
- Updated project configuration handling to account for trial status
63+
- Many dependency updates
64+
65+
## [3.0.0-rc.3] - 2025-11-07
66+
67+
- Displaying pre-save errors in table view
68+
- Fixed home DND issues
69+
- Added new image resizing capabilities and replaced internal compressing library with compressor.js
70+
- Improved error message when Firebase Storage is likely not enabled
71+
- Small visual update to dialogs
72+
- Added inline editing prop editing to collection editor
73+
- Fixes for collection editor property saving and applying consistent behavior to `editable` props in collections and properties
74+
- Fixed select enum filters UI glitch
75+
- Fixed dates losing focus while typing and when selecting null values in date filters
76+
- Fixed local changes preview in row actions
77+
- Removed font-mono from map preview
78+
- Fixed local changes diff
79+
- Added a cleaner type to the entity history plugin
80+
- Changed local changes to be able to be applied manually
81+
- Added `enableLocalChangesBackup` to collections, allowing users to disable the local copy of unsaved entities in the browser
82+
- Debouncing on values change in Formex and added `initialTouched` to Formex controller
83+
- Changed how dirty values are persisted in local storage
84+
- Improved error focus when saving form with errors and feedback
85+
186
## [3.0.0-rc.2] - 2025-10-16
287

388
- **User Management in FireCMS Core**: Added user management capabilities directly to FireCMS Core, expanding self-hosted options.

0 commit comments

Comments
 (0)