v4.0.4
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.4Documentation
Visit https://react.archbase.dev for full documentation.