DnD Builder
📝 What's New

Changelog

Stay updated with our latest features, improvements, and bug fixes. Here's what's new in our React components library.

0.3.0

Minor Changes

  • feat: make editor component composeable

0.2.1

Patch Changes

  • docs: update README.md file to include theming

0.2.0

Minor Changes

  • feat: add theme settings
  • feat: add layer panel

0.1.2

Patch Changes

  • fix: image block placeholder image issue

0.1.1

Patch Changes

  • fix: update class name in Text component for better styling consistency

0.1.0

Minor Changes

  • feat: export useAction hook for undo/redo

0.0.5

Patch Changes

  • feat: add support section with help resources to README

0.0.4

Patch Changes

  • fix: remove unused useIcons exports from hooks

0.0.3

Patch Changes

  • fix(registry): fixed registry class type issue

    • Added type guards to ensure block.type and breakpoint.key are defined before accessing them
    • Added validation checks to ensure blocks and breakpoints have all required properties before registration
    • Implemented explicit type casting with as BlockConfig and as BreakpointConfig when registering components
    • Enhanced error handling with console warnings for blocks and breakpoints that don't meet requirements
    • Improved type safety throughout the BuilderRegistry class implementation

0.0.2

Patch Changes

  • Fixed registry class type issue