Skip to content

v1.3.2 - Complete Fix: Shared Component Exports

Choose a tag to compare

@smartlabsAT smartlabsAT released this 01 Sep 09:03
· 35 commits to main since this release
42e7392

πŸ› Hotfix Release - Part 2

Fixed

  • βœ… Shared components are now properly exported from main index.js
  • βœ… Added exports.ts for clean separation of shared exports
  • βœ… useItemSelector and ItemSelectorDrawer fully functional

Changes

  • Main index.js now exports shared components directly
  • Clean exports structure via exports.ts

Usage

import { useItemSelector, ItemSelectorDrawer } from 'directus-extension-expandable-blocks/shared';

NPM

npm install directus-extension-expandable-blocks@1.3.2

Full Changelog: v1.3.1...v1.3.2