Skip to content

Latest commit

 

History

History
745 lines (389 loc) · 18.3 KB

CHANGELOG.md

File metadata and controls

745 lines (389 loc) · 18.3 KB

v3.2.0 (Fri Oct 04 2024)

🚀 Enhancement

Authors: 1


v3.1.1 (Fri Oct 04 2024)

🐛 Bug Fix

⚠️ Pushed to main

  • fix(schema): generate types for intermediary components (@julrich)

Authors: 1


v3.1.0 (Tue Aug 20 2024)

🚀 Enhancement

🐛 Bug Fix

Authors: 1


v3.0.0 (Fri Apr 12 2024)

💥 Breaking Change

🚀 Enhancement

  • Migrate Netlify CMS to Static CMS, update to current standards #47 (@julrich)
  • Configuration options for templates and globals #44 (@julrich)
  • Add sd.config.cjs path option to token compile task #43 (@julrich)
  • Add allof merge options to schema tasks where applicable #40 (@julrich)

🐛 Bug Fix

  • Fix undefined count for dereffed schemas in schema dereference task #45 (@julrich)

Authors: 1


v2.1.0 (Mon Aug 07 2023)

🚀 Enhancement

  • Add node resolver to schema dereferencing #31 (@julrich)

🐛 Bug Fix

  • Fix count of processed schemas in terminal logs #32 (@lmestel)

Authors: 2


v2.0.0 (Thu Jun 29 2023)

💥 Breaking Change

  • Move internal dependencies to peerDependencies #27 (@lmestel)

🐛 Bug Fix

Authors: 2


v1.0.4 (Sun Dec 11 2022)

🎉 This release contains work from a new contributor! 🎉

Thank you, Franz (@fleven-kds), for all your work!

🐛 Bug Fix

Authors: 2


v1.0.3 (Sun Dec 04 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • docs(readme): fix image paths (@julrich)

Authors: 1


v1.0.2 (Sun Dec 04 2022)

⚠️ Pushed to main

  • fix(completions): update the currently available completions (@julrich)
  • docs(readme): update README.md content (@julrich)

Authors: 1


v1.0.1 (Sun Nov 20 2022)

🐛 Bug Fix

Authors: 1


v1.0.0 (Thu Nov 17 2022)

💥 Breaking Change

  • feat(schema): add json schema support to CLI #14 (@julrich)

🚀 Enhancement

  • Add branding token path to CLI as an option #21 (@julrich)
  • chore(assets): add assets needed for testing to repository explicitly #10 (@julrich)

🐛 Bug Fix

  • fix(token): make location of branding token file configurable #19 (@julrich)
  • fix(tokens): add default token path to token commands #18 (@julrich)
  • fix(defaults): always default to rc only for all commands #17 (@julrich)
  • fix(dependencies): move runtime dependencies #16 (@julrich)

Authors: 1


v0.2.39 (Fri Oct 14 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • chore(dependencies): update kickstartDS deps (@julrich)

Authors: 1


v0.2.38 (Fri Oct 14 2022)

⚠️ Pushed to main

  • fix: move commands to prepare (@julrich)

Authors: 1


v0.2.37 (Fri Oct 14 2022)

⚠️ Pushed to main

  • chore(dependencies): update kickstartDS deps (@julrich)

Authors: 1


v0.2.36 (Thu Oct 13 2022)

⚠️ Pushed to main

  • fix(tokens): token init path handling (@julrich)

Authors: 1


v0.2.35 (Thu Oct 13 2022)

⚠️ Pushed to main

  • fix(token): add tokenPath to init token task, too (@julrich)

Authors: 1


v0.2.34 (Thu Oct 13 2022)

⚠️ Pushed to main

  • fix(tokens): make token path configurable (@julrich)

Authors: 1


v0.2.33 (Wed Oct 12 2022)

⚠️ Pushed to main

  • fix(dependencies): update kickstartDS style dictionary dep (@julrich)

Authors: 1


v0.2.32 (Tue Oct 11 2022)

⚠️ Pushed to main

  • fix(token): only compile token platforms that have a buildPath (@julrich)

Authors: 1


v0.2.31 (Mon Oct 10 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(token): update to current version of dependencies for newer projects (@julrich)

Authors: 1


v0.2.30 (Mon Oct 10 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(config): update gitignore (@julrich)

Authors: 1


v0.2.29 (Thu Jul 07 2022)

🐛 Bug Fix

Authors: 1


v0.2.28 (Fri Jun 10 2022)

⚠️ Pushed to main

  • fix(scripts): add more safeguards to scripts in postinstall (@julrich)

Authors: 1


v0.2.27 (Fri Jun 10 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(scripts): add guard to git related script (@julrich)

Authors: 1


v0.2.26 (Wed Jun 01 2022)

⚠️ Pushed to main

  • fix(tokens): use correct paths in asset copy (@julrich)

Authors: 1


v0.2.25 (Tue May 31 2022)

⚠️ Pushed to main

  • fix(tokens): merge release (@julrich)
  • fix(tokens): quick-fix additional, unneeded cp call (@julrich)

Authors: 1


v0.2.24 (Tue May 31 2022)

🐛 Bug Fix

  • fix(tokens): copy all specified files after token compile #12 (@julrich)

Authors: 1


v0.2.23 (Tue May 31 2022)

🐛 Bug Fix

Authors: 1


v0.2.22 (Sat May 28 2022)

🎉 This release contains work from a new contributor! 🎉

Thank you, Lukas Mestel (@lmestel), for all your work!

🐛 Bug Fix

  • use node's module resolution to find core icons #9 (@lmestel)

Authors: 1


v0.2.21 (Tue May 24 2022)

⚠️ Pushed to main

Authors: 1


v0.2.20 (Tue May 24 2022)

⚠️ Pushed to main

  • fix(deps): use direct github dep (@julrich)

Authors: 1


v0.2.19 (Tue May 24 2022)

⚠️ Pushed to main

  • fix(tokens): adjust conversion for demo (@julrich)

Authors: 1


v0.2.18 (Tue May 24 2022)

⚠️ Pushed to main

  • fix(logging): deactivate file logging for good (@julrich)

Authors: 1


v0.2.17 (Tue May 24 2022)

⚠️ Pushed to main

  • fix(build): handle strings potentially being empty (@julrich)
  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix: improve usability in projects (@julrich)

Authors: 1


v0.2.16 (Tue May 24 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • feat(tokens): make style dictionary config importable from project (@julrich)

Authors: 1


v0.2.15 (Sun May 22 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • feat(tokens): add typo tokens to specify convert (@julrich)

Authors: 1


v0.2.14 (Sun May 22 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(tokens): connect everything in box-shadows to specify (@julrich)

Authors: 1


v0.2.13 (Sun May 22 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(tokens): use correct durations, referenced (@julrich)

Authors: 1


v0.2.12 (Sun May 22 2022)

⚠️ Pushed to main

  • fix(tokens): create referenced measurements (@julrich)

Authors: 1


v0.2.11 (Sun May 22 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • chore(dependencies): update kickstartDS core (@julrich)

Authors: 1


v0.2.10 (Sun May 22 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • feat(tokens): add text-color tokens to specify convert (@julrich)

Authors: 1


v0.2.9 (Sat May 21 2022)

⚠️ Pushed to main

  • feat(tokens): reference tokens in background-colors (@julrich)

Authors: 1


v0.2.8 (Fri May 20 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(core): update kickstartDS dependency (@julrich)

Authors: 1


v0.2.7 (Thu May 19 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(tokens): specify typo keys again (@julrich)

Authors: 1


v0.2.6 (Thu May 19 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(tokens): specify typo key (@julrich)

Authors: 1


v0.2.5 (Thu May 19 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(tokens): fix more cases in specify transform (@julrich)

Authors: 1


v0.2.4 (Thu May 19 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(tokens): use correct breakpoints key and filename (@julrich)

Authors: 1


v0.2.3 (Thu May 19 2022)

⚠️ Pushed to main

  • fix(tokens): cut removed deprecated tokens from boilerplate (@julrich)

Authors: 1


v0.2.2 (Thu May 19 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • fix(dependencies): update kickstartDS core dependencies (@julrich)

Authors: 1


v0.2.1 (Thu May 19 2022)

⚠️ Pushed to main

  • fix(tokens): add deprecated tokens to specify import, too (@julrich)

Authors: 1


v0.2.0 (Wed May 18 2022)

🚀 Enhancement

  • feat(tokens): add option to init from specify json #7 (@julrich)

Authors: 1


v0.1.2 (Wed May 18 2022)

🐛 Bug Fix

  • feature(tokens): add command to compile tokens #5 (@julrich)

Authors: 1


v0.1.1 (Wed May 18 2022)

🐛 Bug Fix

  • fix(tokens): empty token files after init #4 (@julrich)

Authors: 1


v0.1.0 (Wed May 18 2022)

🚀 Enhancement

  • feature(tokens): add command to initialize tokens #2 (@julrich)

Authors: 1


v0.0.3 (Mon May 16 2022)

⚠️ Pushed to main

  • Merge branch 'main' of github.com:kickstartDS/kickstartDS-cli (@julrich)
  • chore: use correct secondary color (@julrich)

Authors: 1


v0.0.2 (Mon May 16 2022)

🎉 This release contains work from a new contributor! 🎉

Thank you, Jonas Ulrich (@julrich), for all your work!

⚠️ Pushed to main

  • fix: rename main branch, add build cmd for circle ci (@julrich)
  • ci: add circle ci config (@julrich)
  • chore: initial commit (@julrich)

Authors: 1