Skip to content

Releases: ba-st/Willow-Playground

v9.2.0

29 May 20:12
0233d99
Compare
Choose a tag to compare

What's Changed

  • Changed initialization method required by Launchpad applications by @mtabacman in #58
  • Add Pharo 11 support by @gcotelli in #59
  • Update dependencies

Full Changelog: v9.1.2...v9.2.0

v9.1.2

04 May 12:11
5c97302
Compare
Choose a tag to compare

What's Changed

  • Docker container can now be gracefully shut down
  • User pharo-loader in Dockerfile by @gcotelli in #55
  • Use launchpad docker image by @gcotelli in #56

Full Changelog: v9.1.1...v9.2.0

v9.1.1

27 Apr 11:28
91354cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.1.0...v9.1.1

v9.1.0

25 Apr 11:33
3577a4f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v9.1.0

v9.0.0

23 Jan 01:52
5a6125c
Compare
Choose a tag to compare

Breaking Changes

  • Updated Willow to v14

Non breaking changes

  • Added a bootstrap 4 version of the Test Runner
  • Updated examples in Willow101 app to match the new Willow v14 protocol
  • Added support for the new unified single selection view (thanks @jvanecek)

v8.2.0

05 May 01:37
0bfdf38
Compare
Choose a tag to compare

Changelog

  • Remove unnecessary serialization commands
  • Remove unused methods
  • Update dependencies
  • Use GitHub actions instead of TravisCI

v8.1.0

24 Jan 13:15
Compare
Choose a tag to compare

Changes

  • Updated dependencies
  • Add Pharo 8 to the build matrix

v8.0.0

09 Sep 18:03
3749633
Compare
Choose a tag to compare

Changes

  • Updated dependencies
  • #33 Removed dead code (Thanks @seandenigris )
  • #35 Fixed a DNU
  • #36 Changes due to improvements on executeOnClient behavior
  • Fixed some steps of the 2017 presentation

v7.0.0

29 May 20:19
29e8ab4
Compare
Choose a tag to compare

Changes

  • Updated dependencies
  • Use the new RenoirSt and Willow affordances

v6.0.0

13 May 14:17
483c8aa
Compare
Choose a tag to compare

Changes

  • Use the new table interaction affordances
  • Provide an AJAX error handler example