You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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)