Skip to content

v4.0.4

Choose a tag to compare

@github-actions github-actions released this 13 May 15:42
· 69 commits to main since this release

O que mudou

Commits desde v4.0.3

fix(components): remove ArchbasePhoneInput to fix ESM/CJS prop-types error

  • Removed ArchbasePhoneInput component that was causing ESM/CJS compatibility issues
  • The react-phone-number-input library was using import PropTypes from 'prop-types'
    which caused "does not provide an export named 'default'" error in ESM environments
  • Updated pnpm-lock.yaml after removing dependency

Packages

  • @archbase/core
  • @archbase/data
  • @archbase/components
  • @archbase/layout
  • @archbase/admin
  • @archbase/advanced
  • @archbase/security
  • @archbase/security-ui
  • @archbase/template
  • @archbase/tools
  • @archbase/feature-flags
  • @archbase/ssr

Installation

npm install @archbase/core@4.0.4

Documentation

Visit https://react.archbase.dev for full documentation.