Skip to content

v4.0.27

Choose a tag to compare

@github-actions github-actions released this 29 May 20:37
· 14 commits to main since this release

fix(components): type ArchbaseMultiSelect dataSource as IArchbaseDataSourceBase + bump Mantine 9.2.2

  • ArchbaseMultiSelect tipava dataSource como a classe concreta
    ArchbaseDataSource<T,ID>, divergindo do ArchbaseSelect (que usa a interface
    IArchbaseDataSourceBase). Isso impedia usar o DataSource V2 sem cast.
  • Adiciona addFieldChangeListener/removeFieldChangeListener à interface
    IArchbaseDataSourceBase (V1 e V2 já implementam ambos em runtime) e retipa
    o prop dataSource do ArchbaseMultiSelect para a interface.
  • Bump @mantine/* 9.2.1 -> 9.2.2
  • Release 4.0.27

Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com

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.27

Documentation

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