Releases: blinkk/editor.dev-ui
Releases · blinkk/editor.dev-ui
@blinkk/editor.dev-ui v3.6.0
@blinkk/editor.dev-ui v3.5.0
Features
- icon for project source (#147) (ed9487f)
- onboarding in editor app (#157) (600adf9)
- title updating with content changes (#150) (5312590), closes #141
Bug Fixes
- adjust default for desktop to have a height (#130) (724dbce)
- adjust filter to not filter only content yamls (#142) (02d0b60), closes #110
- border color between panels of UI (#146) (112ca07)
- guess field label from key if no field present (3ff3861), closes #129
- reload preview server config after creating or copying file (#145) (cdb6599), closes #132
- style the variant for changes to the label and ability to clear (#149) (47f9936)
- support both
previewField
andpreviewFields
for partials (991d83b) - ui improvements for content and preview panes (#140) (9a87491), closes #97
- update project type when the project type already exists (#156) (7db1548)
@blinkk/editor.dev-ui v3.4.1
@blinkk/editor.dev-ui v3.4.0
@blinkk/editor.dev-ui v3.3.0
Features
- dark/light mode toggle (#102) (79812bb)
- recent file list for the empty editor state. (#104) (19bc23a)
- recent workspaces list on dashboard (#107) (5d7116a)
- screenshot generation for docs (#113) (79f5f0b)
- website dark mode (ffbf4b5)
Bug Fixes
- absolute paths for preview server config (0a8a755)
- auto field guessing for specific project types (#105) (5e0a7bb), closes #95
- cleanup the menu list item coloring and variables (#101) (3ca4816)
- constant preview pane and loading status (#99) (7b9a970)
- fix font issue with website (0da8700)
- fix issue with cursor style and nested labels (4800424)
- fix the font stack #114 (9279b6d)
- improve legibility of ui type (6ae951b)
- improved styling for onboarding to use grid boxes (bc5535b)
- missing preview config handled outside default handler (#109) (f261161), closes #106
- separate messaging for missing preview config (4013084)
- title for truncated files in the site menu (7860f13)
@blinkk/editor.dev-ui v3.2.1
Bug Fixes
- move all colors into the scheme (#89) (f7ea0da)
- only truncate file names on hover for file list (#92) (ba051df)
- promise callback queue and example api for preview server (#96) (7ffa5d1)
- reload iframe after file save (#88) (5234f40), closes #87
- saving a file updates the url after save (#83) (ca43785), closes #82
- show hover effect and actions on focus for list item (3d5723b)
@blinkk/editor.dev-ui v3.2.0
@blinkk/editor.dev-ui v3.1.0
@blinkk/editor.dev-ui v3.0.0
⚠ BREAKING CHANGES
- move
sass
intosrc
directory (#69)
Features
- Banner for unstable version of the docs to direct to stable. (82f554c)
- dark mode editor (#68) (2b89d4d)
- Dark mode for the website. (a6ed3e1)
- website maintained local server ui (#67) (a6ed3e1)
Bug Fixes
- bad css indentation (15e4cd3)
- docker build with symlinked build files. (dcd1b7d)
- logo on website header (ee9afac)
- Media list add new and lock new items when field is locked. (921df0c)
- redirect missing trailing slashes when not found (c34f778)
- remove copy of old github callback file (2a04f79)
- serve static files after normal routing (f5e6036)
- trim the summary for the history to the first line (35b3af3)
- update footer and header styling (d8c37e3)
- website root using
cwd
. (ff27ba7)
Code Refactoring
@blinkk/editor.dev-ui v2.0.0
⚠ BREAKING CHANGES
- Media field improvements (#58)
Features
Bug Fixes
- Add missing amagaki yaml type. (8797645)
- correct documentation build for releases. (c9ed85b)
- Html and Markdown fields support for image uploads (#61) (eb95c59)
- Remove LiveEditor from default export. (6c8de6b)
- Update label for media list expanded view to use label. (fa962d4)
- Upload file needs to use fetch until bent issue is fixed. (#60) (03b563d)
- Use the path for input value in the media field. (1bb86e3)