Skip to content

Release 69: Box Shadows & GitHub sync improvements

Choose a tag to compare

@six7 six7 released this 28 Nov 18:29
· 1963 commits to main since this release
cba6b66

release-69

Release 69 comes with full box shadow support - including dropShadows and innerShadows, multiple shadows and the ability to import/create shadow styles. Also GitHub Enterprise users can now add their baseUrl to benefit from the GitHub sync.

Shadow improvements

  • add support for multiple box shadows using arrays. fixes multiple box shadows #234
  • add new box shadow edit dialog. fixes Add pretty boxShadow input #312
  • add support for innerShadow
  • adds support for importing / updating shadows. fixes Effect styles (Drop shadow) does not get imported #174

General improvements

  • adds import dialog allowing you to define what to import. fixes Allow user to choose what styles to import / create #314

GitHub sync improvements

  • Enables GitHub Enterprise support: Just add your baseUrl to sync credentials. Fixes GitHub sync: Provide support for Enterprise Server #319
  • fixes GitHub sync: Unexpected behaviour when connecting to a repo already containing tokens #321
  • fixes Github Sync using a repo url but write to a different .json #327

Fixes

  • fixes Border-color token does not apply as layer style #331
  • fixes Spaces in token name doesn't work #323