Skip to content

Releases: blinkk/editor.dev-ui

@blinkk/editor.dev-ui v3.6.0

02 Aug 18:20
0beb1d4
Compare
Choose a tag to compare

Features

  • editor history as a stand alone part of the state (#160) (36dc4e6)
  • Use container queries for dynamically adjusting layout (87fd033)

Bug Fixes

  • color for unstyled button to be readable (f7a1322)
  • restrict history for local projects (#161) (adec8ec)
  • upstream fix for shared deep references for clean checks (3f2a5e7), closes #136

@blinkk/editor.dev-ui v3.5.0

29 Jul 23:30
4db08a2
Compare
Choose a tag to compare

Features

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 and previewFields 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

22 Jul 23:16
a525387
Compare
Choose a tag to compare

Bug Fixes

  • action for creating missing file (#126) (1762d8c)
  • data contamination with fields and raw selective editors. (8b8abee), closes #125
  • refining how the selective fields are auto guessed. (1762d8c)

@blinkk/editor.dev-ui v3.4.0

22 Jul 21:11
e384233
Compare
Choose a tag to compare

Features

  • api error codes for common errors that the UI can handle (bfd4eb9), closes #108
  • auto guess fields when no editor config available (#121) (50f0666)

Bug Fixes

@blinkk/editor.dev-ui v3.3.0

21 Jul 15:42
1d070f5
Compare
Choose a tag to compare

Features

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

12 Jul 17:50
ae874ea
Compare
Choose a tag to compare

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

09 Jul 18:49
d11b14d
Compare
Choose a tag to compare

Features

  • ability to do arbitrary string literals (#73) (f6a1981)
  • loading status for editor files (04d23a6), closes #78
  • preview server configuration and usage (#77) (231ea48)

Bug Fixes

  • fix an issue when the media preview is not a string (#81) (5f40ad6)
  • fix issue with hover and selected list items (#75) (cf4f2ac)
  • hide menu modal when starting to load file (d4143ca)
  • tighten up the menu to fit more content (#76) (dcca4f3)

@blinkk/editor.dev-ui v3.1.0

01 Jul 20:52
2bf1c3a
Compare
Choose a tag to compare

Features

@blinkk/editor.dev-ui v3.0.0

25 Jun 17:56
ff14c6e
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • move sass into src 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

22 Jun 19:46
dc859a5
Compare
Choose a tag to compare

⚠ 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)