Skip to content

Releases: geoext/geoext2

Release GeoExt 2.1.0 (Compatibility ExtJS 4 and 5)

25 Nov 13:15
Compare
Choose a tag to compare

This is the first stable release of the GeoExt 2.1.0 series.

GeoExt v2.1.0 introduces the compatibility to both ExtJS 4 and ExtJS 5. The base work for this has been done in the pull request #339.

Users are encouraged to upgrade to this version, since it introduces no backwards incompatible changes.

List of most relevant changes since version 2.0.3:

Fix JavaScript error when the map panel is loaded in a hidden ExtJS tab (#367)
Fix PrintProviderField to work with textboxes (#364)
Set correct version numbers (#362)
Adapt README for Version 2.1.x (#361)
Dispose layer tree node event listeners. (#357)
Fix accidental overwrite of alternateClassName of WMSCapabilitiesReader. (#353)
Introduce ExtJS 5 example app (#352)
Adopt minimal Sencha Cmd package requirements (#350)
Add outputFormat as a none-custom param of MapfishPrintProvider (#349)
Correct minimal app example in README (#346)
Add more API docs for disabled LayerTreeNodes (#344)
Add visual feedback of layers out of range to tree panel (#343)
Support both ExtJS 4.2.1 and ExtJS 5.1.0 (#339)

Third beta-release for v2.1.0 (Compatibility ExtJS 4 and 5)

04 Nov 13:18
Compare
Choose a tag to compare

This is the follow-up beta release of GeoExt v2.1.0-beta.2, which mainly contains the bugfix provided in #367.

Second beta-release for v2.1.0 (Compatibility ExtJS 4 and 5)

25 Sep 15:01
Compare
Choose a tag to compare

This is the follow-up beta release of GeoExt v2.1.0-beta.1, which mainly contains the bugfix provided in #364.

First beta-release for v2.1.0 (Compatibility ExtJS 4 and 5)

04 Sep 13:45
Compare
Choose a tag to compare

This is the first beta release for the 2.1.0 version of GeoExt. GeoExt v2.1.0 is supposed to introduce the compatibility to ExtJS 4 and 5.

The changelog since the last 2.1.0-alpha.1 release:

  • #357 Dispose layer tree node event listeners.
  • #361 Adapt README for Version 2.1.x
  • #352 Introduce ExtJS 5 example app
  • #349 Add outputFormat as a none-custom param of MapfishPrintProvider
  • #353 Fix accidental overwrite of alternateClassName of
    WMSCapabilitiesReader.
  • #350 Adopt minimal Sencha Cmd package requirements

First alpha-release for v2.1.0 (Compatibility ExtJS 4 and 5)

08 Apr 16:03
Compare
Choose a tag to compare

This is the first alpha release for the 2.1.0 version of GeoExt. GeoExt v2.1.0 is supposed to introduce the compatibility to ExtJS 4 and 5. This has mainly been done by the PR #339.

Bugfix release v2.0.3

18 Mar 14:43
Compare
Choose a tag to compare

This is the third bugfix release for GeoExt in version 2.0.x.

Users are encouraged to upgrade to this version, since it introduces no backwards incompatible changes.

Relevant changes since v2.0.2

Bugfix release 2.0.2

16 Jul 08:41
Compare
Choose a tag to compare

This is the second bugfix release for GeoExt in version 2.0.x.

Users are encouraged to upgrade to this version, since it introduces no backwards incompatible changes.

Solved issues since v2.0.1

Bugfix release 2.0.1

20 Mar 08:38
Compare
Choose a tag to compare

This is the first bugfix release for GeoExt in version 2.0.x. Following issues have been resolved:

  • Fix GeoExt.Version #201
  • Use theme-switcher in examples #202
  • Made GeoExt.LayerModel extendable #203
  • Refactor sliders #204 #205
  • Testsuite enhancements #211 #214
  • various minor bugfixes