Skip to main content

@acromedia/config

7.2.0

Minor Changes

  • fddda9d: Clean up package.json files field to exclude unnecessary exports and improve package distribution

  • 64bf0ec: feat: migrate to esm

    @acromedia/config

    TypeScript Configuration Updates

    • Modernized compilation target: Updated from ES5/ES2016 to ES2022 across all configs for better modern JavaScript support
    • ESM support enhancements:
      • Added moduleDetection: "force" to treat all files as modules
      • Added resolvePackageJsonExports: true to respect package.json exports field
      • Added resolvePackageJsonImports: true to respect package.json imports field
    • Next.js config: Updated moduleResolution to "bundler" for better compatibility with Next.js bundlers
    • Standardization: Normalized casing of module/moduleResolution values (e.g., "nodenext" → "NodeNext")
    • Package publishing: Added tsconfig/ and webpack/ directories to published files

7.1.0

Minor Changes

  • aaad2a6: Upgrade to typescript v5 and nodenext

7.0.0

Major Changes

  • b4a97ff: Add missing major version bumps not included in January

6.0.0

Major Changes

  • 609c5e9: No breaking changes to these packages, scheduled major release

    Gesso V6 Update

    • 14 Hook definitions removed (ie useX)
    • 8 Types removed across packages
    • 1 Plugin made to be required (update)
    • 20 Data mapping changes (mostly related to subtotal, total, discount, and totalItems being moved to adjustments in Cart)
    • 1 Plugin type change (ComponentFactoryPluginV2)
    • 3 Interface properties removed from core
    • 1 Environment variable removed from cli
    • 1 Command removed from cli
    • 2 Config flags removed from create-script
    • 5 Templates updated in next/client
    • 1 Generator added in next/client
    • 1 Theme Token Removed in design-system
    • 11 Components With Removed Props in design-system

2.0.0

Major Changes

  • bff9b4a: # Gesso V5 Update
    • 6 Functions Removed
    • 1 Theme Token Removed
    • 3 Components Removed
    • 12 Components With Removed Props
    • 2 Export Names Changed
    • 8 Type Changes

1.0.0

Major Changes

  • f49ee1f: gesso v4 version bump