Sencha Ext JS 7.9.0

Released: Apr 18, 2025

7.9.0 での更新項目

機能

  • Grid Enhancements:
    • Smoother virtual scroller resizing.
    • Now properly supports multi-selection with virtual stores.
    • Improved title binding for full grid customization.
  • Component Stability:
    • ComboBox: Improved filter retention, ensuring consistent results even with empty input fields.
    • Calendar: Enhanced event display on day/week views and improved event filtering functionality for a smoother user experience.
    • Tabs: Improved layout stability, ensuring side tabs remain consistent across all zoom levels.
  • Localization Excellence:
    • Enhanced localization for a better experience in production builds.
    • Improved user experience with more accurate and clear Japanese translations across both toolkits.
  • Performance Optimizations:
    • Improved virtual store multi-selection handling, enhancing performance of applications that involve large datasets.
    • Enhanced remote filtering and sorting behaviors.

不具合の修正

  • Grid:
    • Column resizing now correctly applies to cached items.
    • Removed deprecated method references in Ext.grid.selection.Model.
  • Date Handling:
    • Ext.Date.diff now returns accurate DAY and WEEK values.
    • Ext.Date.parse now correctly handles daylight saving shifts.