이 페이지는 아카이브화 되어 더 이상 업데이트 되지 않습니다.

더 이상 이 제품을 제공 하지 않습니다.

Sencha ExtReact

프리빌트 UI 구성요소로 최신 웹 앱을 더 빠르게 빌드합니다.

Sencha사에서 공개
2020년 부터 ComponentSource에서 판매중

버젼: v7.5.0 업데이스 날짜: Dec 8, 2021

i

Please note: Sencha ExtReact is no longer available.

Sencha ExtReact 7.5.x

Released: Dec 8, 2021

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