Sencha Ext JS 7.5.0
Released: Dec 8, 2021
Aggiornamenti in 7.5.0
Funzionalità
- 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.
Correzioni
- 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’.