Questa pagina è stata archiviata e non viene più aggiornata.

Non vendiamo più questo prodotto.

Sencha ExtReact

Crea app Web moderne più velocemente con componenti dell'interfaccia utente predefiniti.

Pubblicato da Sencha
Distribuito da ComponentSource dal 2020

Versione: v7.5.0 Aggiornato il: Dec 8, 2021

i

Please note: Sencha ExtReact is no longer available.

Sencha ExtReact 7.5.x

Released: Dec 8, 2021

Aggiornamenti in 7.5.x

v7.5.0

Updated Dec 8, 2021

Features

  • Upgraded the Froala Editor and Font Awesome packages to the latest 5.14.4 version and provided out-of-the-box localization support for new grid features introduced for both the toolkits in 7.4 version, such as Multi-level Grouping, Summaries for groups and total, and Filterbar.
  • Froala Editor now includes track changes and markdown support.

Fixes

  • The number column in the modern grid doesn’t have a renderer function/method.
  • Chart tooltips are triggered from the wrong location when innerPadding is used.
  • pullrefresh plugin doesn’t fire load event on the bound store.
  • Remote filters with gridfilter plugin ignores autoLoad: false. So, from 7.5 onwards, autoLoad config for store should be considered when remoteFilter/remoteSort is/are configured. If autoload:false/autoLoad is not configured and filters/sorters are set then the store won’t load until .load() is called initially. If the user wants the store to load automatically, the user has to set autoload:true config.
  • Modern date picker not selecting the correct date.
  • Modern combobox has multiple query issue when forceSelection:false, multiSelect: true and queryMode: ‘remote’.