Sencha Ext JS 7.5.x

Released: Dec 8, 2021

Updates in 7.5.x

v7.5.1

Updated Mar 4, 2022

Fixes

  • Remote combo needs an explicit load of the store if configured autoLoad false or not configured any value.

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