Release Notes for Ext JS 4.2.1

Release Date: May 16, 2013
Version Number: 4.2.1.883

General

The final release of Ext JS 4.2.1 contains numerous fixes and small enhancements requested by customers and the community. While the details are below, there are several items worth calling out.

New Big Data Example

The new Big Data example shows off all of the major grid features and plugins working together in a single grid. It also shows off a text field in a grid column header! Head over and check it out!

Sencha Cmd 3.1.2

To coincide with this release, Sencha Cmd 3.1.2 is also now available. The primary change with regards to Cmd is that the packages produced by Ext JS now stay inside the "ext" folder when you generate a new application or workspace. The "ext-*" packages previous saved to your "packages" folder can be removed. For details see the release notes for Sencha Cmd 3.1.2. If you are using Sencha Cmd, it is recommended that you upgrade to the new version.

Locale Package Consolidation

In Ext JS 4.2.0 we migrated the locale files in to Sencha Cmd packages to facilitate switching between locales. The downside is that this produced a lot of small packages that needed to be required in your "app.json" (or used as pure JS files). As an enhancement to this process in Ext JS 4.2.1 we have consolidated all of the locales into the ext-locale package. The legacy file paths are still preserved, but if you are using locale packages, you can now just do this in your "app.json" file:

"requires": [
    'ext-locale'
]

You will still need to set app.locale to pick up the proper locale overrides. They are just all located in the one package in this release.

New Features

Bugs Fixed

Known Issues

Release Notes for Ext JS 4.2.1 Beta 1

Release Date: April 10, 2013
Version Number: 4.2.1.744

New Features

Bugs Fixed

Release Notes for Ext JS 4.2.0

Release Date: March 11, 2013
Version Number: 4.2.0.663

New Features

Bugs Fixed

Release Notes for Ext JS 4.2.0 RC 1

Release Date: February 13, 2013
Version Number: 4.2.0.489

The major new arrival in this release is Neptune! In support of Neptune there have been many internal changes. The goal was to preserve the historical structure of the SDK zip as much as possible, however, there are some noteworthy changes and additions.

At a glance:

Content changes:

Changes to theme creation process:

Changes to theme creation in SASS:

New Features

Bugs Fixed

Release Notes for Ext JS 4.2.0 Beta 2

Release Date: January 8, 2013
Version Number: 4.2.0.265

Bugs Fixed

New Features

Release Notes for Ext JS 4.2.0 Beta

Release Date: December 11, 2012
Version Number: 4.2.0.179

Bugs Fixed

Release Notes for Ext JS 4.1.3

Release Date: October 25, 2012
Version Number: 4.1.3.548

Highlights

The biggest change beyond bug fixes is the new build script based on Sencha Cmd. Go to the SDK folder and run the following:

    sencha ant build

Bugs Fixed

Release Notes for Ext JS 4.1.2

Release Date: September 7, 2012
Version Number: 4.1.2.381

Bugs Fixed

Release Notes for Ext JS 4.1.1

Release Date: July 4, 2012
Version Number: 4.1.1

Bugs Fixed

Release Notes for Ext JS 4.1.1 RC 2

Release Date: June 13, 2012
Version Number: 4.1.1 RC 2

Bugs Fixed

Release Notes for Ext JS 4.1.1 RC 1

Release Date: May 15, 2012
Version Number: 4.1.1 RC 1

Bugs Fixed

Release Notes for Ext JS 4.1.0

Release Date: April 20, 2012
Version Number: 4.1.0

Bugs Fixed