Release Notes for Ext JS 5.1.4

Release Date: February 9, 2017
Version Number: 5.1.4.338

New Features

Bugs Fixed

Known Issues

Release Notes for Ext JS 5.1.3

Release Date: May 11, 2016
Version Number: 5.1.3.228

Noteworthy

Ext.grid.plugin.CellEditing now fires beforeedit and edit before moving to the next cell while tabbing. If you were using beforeedit to prevent the completion of the edit for a previous cell, you should now use the validateedit event instead.

New Features

Bugs Fixed

Known Issues

Release Notes for Ext JS 5.1.2

Release Date: October 6, 2015
Version Number: 5.1.2.748

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

Release Notes for Ext JS 5.0.0

Release Date: June 1, 2014
Version Number: 5.0.0.970

Bugs Fixed

Release Notes for Ext JS 5.0.0 Beta

Release Date: April 2, 2014
Version Number: 5.0.0.732

Bugs Fixed

Release Notes for Ext JS 4.2.3

Release Date: September 2, 2014
Version Number: 4.2.3.1477

New Features

Bugs Fixed