Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 09:34
8cd503d

[0.2.0] - 2023-10-01

This release introduces several minor changes to enhance functionality and improve user experience.

Minor Changes

  • Introduced evaluateLiteral function to convert AST nodes to pure literal values without executing code, enhancing the handling of object and array expressions.
  • Prevented incorrect replacements in JSX placeholders by using function-based replacements to handle special characters.
  • Introduced new binding properties and improved the handling of data attributes in the drag-and-drop panel.

What's Changed

  • ✨ feat: migrate release automation to changesets by @pjb0811 in #19
  • ♻️ refactor: retire develop branch references by @pjb0811 in #20
  • chore(skills): vendor vercel-labs agent skills for react/design/writing review by @pjb0811 in #21
  • docs: add version-management skill for changesets release workflow by @pjb0811 in #22
  • docs: add repo-agnostic coding-style skill from ui-kit by @pjb0811 in #23
  • docs: add component-naming skill as forward-looking target convention by @pjb0811 in #24
  • fix: stop evaluating panel field values with new Function by @pjb0811 in #25
  • fix: use function replacer to avoid $-pattern corruption by @pjb0811 in #27
  • Fix 8 code-review findings + add AST test coverage by @pjb0811 in #28
  • chore: mark package public and set publishConfig.access by @pjb0811 in #29
  • 🐛 fix(build): remove unbundle mode to stop vendoring node_modules into dist by @pjb0811 in #30
  • 🔖 chore: version packages by @github-actions[bot] in #26

Full Changelog: v0.1.0...v0.2.0