Skip to content

Releases: blinkk/editor.dev-ui

@blinkk/editor.dev-ui v3.12.1

08 Feb 17:53
4943ff3
Compare
Choose a tag to compare

Bug Fixes

  • Do not initialize items in partials list until partials load. (87ea553)

@blinkk/editor.dev-ui v3.12.0

08 Feb 00:33
5b0f866
Compare
Choose a tag to compare

Features

  • Communication with preview iframe. (#255) (38c7e52)
  • Partial list filtering by key using include/exclude filter. (27b1b3c)

Bug Fixes

  • Fix the sorting of partials and the placement of priority config. (624e607)

@blinkk/editor.dev-ui v3.11.1

30 Nov 19:57
ba77b4b
Compare
Choose a tag to compare

Bug Fixes

  • Allow delete modal to submit when the form is clean. (#253) (2663414)

@blinkk/editor.dev-ui v3.11.0

18 Nov 21:49
6dd684a
Compare
Choose a tag to compare

Features

  • Floating menu for the site file operation. (#247) (841dd17), closes #151
  • List hover menu for more interaction options. (#245) (bf8dda3), closes #137

Bug Fixes

  • Show error message when requesting non-existent repository. (#252) … (15c1f30)

@blinkk/editor.dev-ui v3.10.2

04 Nov 16:05
3c889ea
Compare
Choose a tag to compare

Bug Fixes

  • Constructor validation using the zones to correctly match value. (#243) (a8d7054)

@blinkk/editor.dev-ui v3.10.1

02 Nov 15:10
d43aa6c
Compare
Choose a tag to compare

Bug Fixes

  • Keep existing preview state while loading a new file. (#238) (9191de5)
  • Load the preview url without waiting for the file to load. (#240) (ebb72d2)

@blinkk/editor.dev-ui v3.10.0

13 Aug 22:05
ce97eef
Compare
Choose a tag to compare

Features

  • Delay validation on form modal. (#225) (92fc14a)
  • File refresh icon for reloading the file (and partials). (#236) (b59521a)
  • GitHub authenticaion log out. (#229) (d793eb1)
  • Hidden partials and partial priority. (#233) (ab539bb), closes #222
  • Indexes on labels for lists and partials. (4c8c210)
  • Manual refresh for preview. (#237) (a6fd369), closes #133
  • Media preview serving path from the preview server setting. (#231) (5a00242), closes #228
  • Message when field values are invalid for field or missing field. (#218) (cc0cdf8), closes #154 #94
  • Validation delay for forms and fields. (#223) (ffc24f7)

Bug Fixes

  • Cleanup the default value for media field when used in lists. (#227) (b21762b)
  • Coloring for icons in the list to only target non-special leafs. (#230) (c68543f), closes #177
  • Sorting elements use updated focus handlers to not drag inputs. (#226) (4a5e008)
  • Upstream fix for zone based lost focus check (a328f15), closes #224

@blinkk/editor.dev-ui v3.9.0

10 Aug 15:08
4e89819
Compare
Choose a tag to compare

Features

Bug Fixes

  • Clone of selective config causes global objects to be cloned. (#217) (120af68)
  • Infinite loading when errors retrieving data (#214) (527de65), closes #128
  • Project type specific guessing of partials. (#215) (ef7920d), closes #213
  • SVG path fill color to current color for theming. (43b4d46)
  • Updated onboarding flow to match newer mocks. (#209) (49ef330)

@blinkk/editor.dev-ui v3.8.0

04 Aug 19:12
3d8da9f
Compare
Choose a tag to compare

Features

@blinkk/editor.dev-ui v3.7.0

04 Aug 16:15
8cb7ec4
Compare
Choose a tag to compare

Features

Bug Fixes

  • Allow the state to handle errors as a read notification. (4310284), closes #167
  • Footer for the menu with light/dark mode toggle. (#168) (1c1a1c7)
  • Missing auth fails the onboarding status. (11a9862), closes #169
  • use deep copy for the selective config to prevent shared config (#178) (c50d00c), closes #174
  • UX messaging around the preview status. (#166) (a566536), closes #158