Archive for the ‘Releases’ Category

Ext.ux.Livegrid 0.4.1 released!

Sunday, March 21st, 2010

We are a proud to announce the immediate release of Ext.ux.Livegrid 0.4.1. This is a maintenance release in the 0.4 series, which includes bug fixes and improvements.

The most notable change would be the treatment of the “liveScrollerInset”. In previous versions, this was a single “div” element, representing the scroll amount according to the number of records displayed by the Livegrid. This could lead to some issues in browsers which define a max height for HTML elements, making it impossible for users to scroll through all the records, as the max height of this inset would prevent scrolling beyond this point. We have now splitted this div into 3 single divs which resolves this issue.

There is also a change in Store.js - loading selections using the “selectionsProxy” would fail due to a call to a deprecated method which is no longer available since Ext 3.*.

You can download the latest release here.

Support for Ext 3.1 - branch switch!

Thursday, January 7th, 2010

As of know, we have switched branches to support Ext 3.* in the main dev branch. The older sources for Ext 2.* can be found in the 2.0 branch.

Ext.ux.Livegrid 0.3.1 released

Saturday, July 11th, 2009

Ext.ux.Livegrid 0.3.1 was released today. This is a maintenance release which fixes several bugs regarding focus-loss of the scrollbar and an issue with the “load”-listener once the Grid has buffered data for the first time.
Please update your sources accordingly. You can get the files here.

Note:
This release is for Ext 2.2.1 only! People who are using Ext 3.0.0 already should refer to the nightlies for Ext 3.0.0, which are also available from the download page.

Ext.ux.Livegrid for Ext 3.0

Thursday, July 9th, 2009

r57 makes Ext.ux.Livegrid work with the final release of Ext 3.0. Refer to the download section for instructions on how to obtain this version from svn, or download the nightly directly.

Nightlies available

Tuesday, June 16th, 2009

You can now obtain nightlies of the Ext.ux.Livegrid-project without having to use a SVN-client. You will find the files at the download page.

New version for Ext3.0RC2

Monday, June 8th, 2009

Since Ext JS made their second release candidate for the upcoming version 3.0 available, a few changes in their API made it neccessary to make the branched Ext.ux.Livegrid-code compatible with this new version. Please note, that the current version in the trunk breaks backwards compatibility to any version prior to Ext3.0RC2.
Please refer to this page for instructions on how to obtain Ext.ux.Livegrid for Ext3.0

Branch for Ext JS 3.0

Saturday, May 2nd, 2009

Starting with Ext JS 3.0r3875, you will find a compatible version of Ext.ux.Livegrid at svn://svn.ext-livegrid.com/branches/Ext3.0/trunk. Please note, that this version does not work with Ext3.0RC1, since there have been made changes to Ext.data.Store on which Ext.ux.Livegrid relies.
Nevertheless, the main dev branch at svn://svn.ext-livegrid.com/trunk still denotes the main dev line and works with Ext 2.0.

Ext.ux.Livegrid 0.3RC1

Sunday, November 23rd, 2008

Ext.ux.Livegrid is now available for download. This release is feature complete. New features will be available in 0.4.

Go visit the project home for the changelog and instructions on how to obtain your fresh copy of Ext.ux.Livegrid.

Ext.ux.Livegrid 0.3a4 introduces long awaited support for EditorGrid

Sunday, November 2nd, 2008

Ext.ux.Livegrid 0.3a4 with support for real-time editing

Ext.ux.Livegrid 0.3a4 is available from the trunk and brings you support for real-time editing of data rows.

Several bugs were fixed and new enhancements made it into this release, such as the Ext.ux.grid.livegrid.GridPanel- and Ext.ux.grid.livegrid.EditorGridPanel-classes.

Some clients also requested to be able to pass the grid’s view as the config property for Ext.ux.grid.livegrid.Toolbar again, which was changed in favor of a “grid”-property in 0.3a1; now, you can pass either “grid” or “view”, so our old code does not brake.

Visit http://www.siteartwork.de/livegrid for a complete list of changes and instructions on how to obtain the latest version.

Ext.ux.Livegrid 0.3a1 - Support for Ext JS 2.2

Tuesday, September 30th, 2008

Ext.ux.Livegrid 0.3a1

Ext.ux.Livegrid 0.3a1 was released today!

First off, there are major code refactorings in the RowSelectionModel and the GridView. Adding, removing and editing selections works now way more reliable than in the previous releases.

0.2 has been branched so that support for none Ext2.2 users is possible. As an important note, the license has changed from LGPL to GPL. I felt this was necessary since I’ve put already so many hours in this project - and despite all the fun I have, a smile on my face won’t pay the rent. I’ll put up a page with pricing informations ASAP, but if you need a commercial license right now, just contact me. This also applies to the people who already donated.

0.2 will have no features added anymore, only fixes for really crucial bugs.

The code is available from the trunk, as usual.

Important:

Due to community efforts regarding a central ux repository, I changed the namespace and the classnames as follows:

  +---------------------------------------+----------------------------------------+
  |        old name                       |          new name                      |
  +---------------------------------------+----------------------------------------+
  | Ext.ux.grid.BufferedGridView          | Ext.ux.grid.livegrid.GridView          |
  |--------------------------------------------------------------------------------|
  | Ext.ux.BufferedGridToolbar            | Ext.ux.grid.livegrid.Toolbar           |
  |--------------------------------------------------------------------------------|
  | Ext.ux.grid.BufferedGridDragZone      | Ext.ux.grid.livegrid.DragZone          |
  |--------------------------------------------------------------------------------|
  | Ext.ux.data.BufferedJsonReader        | Ext.ux.grid.livegrid.JsonReader        |
  |--------------------------------------------------------------------------------|
  | Ext.ux.grid.BufferedRowSelectionModel | Ext.ux.grid.livegrid.RowSelectionModel |
  |--------------------------------------------------------------------------------|
  | Ext.ux.grid.BufferedStore             | Ext.ux.grid.livegrid.Store             |
  +---------------------------------------+----------------------------------------+
  +---------------------------------------+----------------------------------------+