Skip to content

3.4.4

Compare
Choose a tag to compare
@jbrichau jbrichau released this 07 Feb 16:37
· 511 commits to master since this release
847fad6

Changes

  • Requires Grease 1.7
  • Drops support for Pharo 4 & 5
  • Pharo 9 support added
  • #1218: copy url without Seaside fields added to WAUrl
  • #1232: JQAutocomplete now uses application/json content type instead of text/plain
  • Change to BaselineOfSeaside3:
    There was a dependency loop between Seaside and Parasol (https://github.com/SeasideSt/Parasol): Seaside depends on Parasol and Parasol depends on Seaside. Since Seaside only depends on Parasol to execute the functional tests, it was decided to remove the dependency of Seaside on Parasol. From now on, if you want to load the 'Parasol-Tests' group of the baseline, you are responsible for loading Parasol yourself. As a consequence, it also became easier to use the Metacello API to ensure you load the correct versions of Parasol and Seaside yourself, for your own projects.

Bugfixes:

  • #1225: WAToolFiles svg files were still in binary format and thus caused errors (see #1224)
  • #1219 & #1237: Seaside Control Panel fixes

Gemstone 3.6 support:

  • #1227 Removed the GsContext class: it has been in Grease since 2 years now (version 1.4.0)
  • #1228 Remove Swazoo project from GemStone 3.6 onwards (#1222); complete the fix for Parasol/Seaside infinite loop (SeasideSt/Parasol#43)
  • #1226 GemStone 3.6 support