Release Notes for Ext JS 6.0.0

Release Date: June 27, 2015
Version Number: 6.0.0.640

New Features

Bugs Fixed

Known Issues

Release Notes for Ext JS 6.0.0 Beta

Release Date: May 25, 2015
Version Number: 6.0.0.415

New Features

Bugs Fixed

Release Notes for Ext JS 5.1.1

Release Date: May 6, 2015
Version Number: 5.1.1.451

Noteworthy

Viewports and iOS8

Ext JS requires a viewport meta tag in order to control the layout of the viewport in mobile browsers. In previous releases this tag was dynamically appended to the document head for applications that used Ext.plugin.Viewport or Ext.container.Viewport. As of iOS8 dynamic addition of the viewport tag no longer works correctly, resulting in incorrect measurement of viewport size on initial layout. As a result Ext JS now requires that applications add the following viewport meta tag directly to their index.html pages:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">

New Features

Bugs Fixed

Release Notes for Ext JS 5.1.0

Release Date: December 10, 2014
Version Number: 5.1.0.107

New Features

Bugs Fixed

Release Notes for Ext JS 5.1.0 Beta

Release Date: November 25, 2014
Version Number: 5.1.0.47

Notable changes

New Features

Bugs Fixed

Release Notes for Ext JS 5.0.1

Release Date: August 5, 2014
Version Number: 5.0.1.1255

New Features

Bugs Fixed