You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: VERSION_LOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Version Log
2
2
3
+
## v0.8.4 - The Codebase Consistency Upgrade
4
+
5
+
This release is a comprehensive refactoring effort that standardizes styling, typing, and error handling patterns across the application, laying a cleaner foundation for future development without changing functional behavior.
6
+
7
+
### 🛠 Improvements
8
+
9
+
-**Quotes Consistency**: All internal TypeScript and React source files now strictly enforce single quotes.
10
+
-**TypeScript Rigor**: Cleaned up inline object prop types into documented interfaces (`EditorRefPluginProps`) and replaced several broad `any` usages with exact Lexical editor state types.
11
+
-**Error Handling**: Globally unified our Promise implementations to catch as `error` (e.g., `catch (error) { ... }`) for consistency across backend and frontend calls.
12
+
-**Code Structure**: Converted mixed component initializations into predictable arrow functions, stripped unneeded `I` prefixes from interfaces, and hoisted deferred imports to the top of their modules.
13
+
3
14
## v0.8.3 - The Safety & Context Menu Update
4
15
5
16
This release brings an intelligent context menu to the document editor and introduces deletion safeguards so your content stays secure during rapid editing.
0 commit comments