Skip to content

v0.2.7

Choose a tag to compare

@BayBreezy BayBreezy released this 31 Dec 11:45
· 10 commits to main since this release

compare changes

🚀 Enhancements

  • Update tailwindFunctions in Prettier configuration to include 'tw' (273f00a)
  • Update VS Code recommendations (898dc3d)
  • Add docsPath property to Component type (7eb5fb4)
  • Simplify DEFINE_SHORTCUT import statement in shortcuts.ts (2cb48c7)
  • Add unit tests for various utility functions and components (9b9067a)
  • Enhance test configuration in vite.config.ts for improved coverage reporting (051541f)
  • Update dependencies in package.json and package-lock.json for improved functionality (4b5a43c)
  • Enhance promptUserForComponents to support ProseComponent type (aa77801)
  • Add fetchProseComponents utility to retrieve prose components from UI Thing API (78acc6a)
  • Add fetchBlocks utility to retrieve block components from UI Thing API (8bffb9e)
  • Add fetchBlockCategories utility to retrieve block categories from UI Thing API (cb5bde0)
  • Implement prose command to add prose components to the project (1f5c532)
  • Implement block command to add UI Thing blocks with category filtering (23aa9e4)
  • Update types to include TemplateFile and enhance ProseComponent and BlockComponent definitions (1563080)
  • Add block and prose commands to the CLI (d35e3b7)

🩹 Fixes

  • Update test mocking for CI compatibility (9bc7a32)

🏡 Chore

  • Update dependencies to latest versions (f70d2d5)
  • Remove unused devDependencies from package.json and package-lock.json (ba2d7cf)

❤️ Contributors