chore: ignore OS meta files and update changelog for WYSIWYG and Object Editor updates
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,7 +11,6 @@ node_modules/
|
|||||||
/backup
|
/backup
|
||||||
|
|
||||||
# Misc
|
# Misc
|
||||||
.DS_Store
|
|
||||||
.env.local
|
.env.local
|
||||||
.env.development.local
|
.env.development.local
|
||||||
.env.test.local
|
.env.test.local
|
||||||
@@ -46,4 +45,6 @@ pids
|
|||||||
*.swo
|
*.swo
|
||||||
|
|
||||||
# OS generated files
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
._*
|
||||||
|
|||||||
@@ -1,5 +1,22 @@
|
|||||||
{
|
{
|
||||||
"changelog": [
|
"changelog": [
|
||||||
|
{
|
||||||
|
"date": "2026-06-14",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"datetime": "2026-06-14T10:00:00+07:00",
|
||||||
|
"type": "feature",
|
||||||
|
"title": "Major Markdown Editor Rewrite: WYSIWYG Experience",
|
||||||
|
"description": "Completely rebuilt the Markdown Editor to feature a true WYSIWYG (What You See Is What You Get) interface using Tiptap. You can now edit rich text visually like a Word document, while seamlessly converting back and forth to raw Markdown and clean HTML."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"datetime": "2026-06-14T09:30:00+07:00",
|
||||||
|
"type": "enhancement",
|
||||||
|
"title": "Object Editor: Data Preview & Multidimensional Search",
|
||||||
|
"description": "The Object Editor now defaults to a fast Read-Only preview when you paste JSON data. We also added an incredibly powerful multidimensional search bar that instantly filters, highlights, and expands nested nodes matching your query."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"date": "2026-02-18",
|
"date": "2026-02-18",
|
||||||
"changes": [
|
"changes": [
|
||||||
@@ -291,4 +308,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user