Skip to content

Releases: pharo-graphics/Bloc

v2.2.0

05 Dec 21:47
Compare
Choose a tag to compare

We release this new version after a bit more than 2 months. The main target Pharo version is 12, but it works on 11, too. It also works well on Pharo 13 as of today (Pharo-13.0.0+SNAPSHOT.build.379.sha.fcc316a3733ca4a794f27c4a4ccaa0cb076124b2).

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

25 Sep 21:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

08 Jul 02:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.0.0

v2.0.0-alpha

31 Aug 03:18
c8ef81d
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

Key changes since v1.0.0 (563 commits):

  • Bloc-Alexandrie:
    • Based on Alexandrie v2.0.0-alpha, which targets Pharo 11 since its VM (>= v0.9.21) provides all Alexandrie's requirements on graphic library dependencies. This simplifies install instructions, both for humans and CI jobs.
    • Implement basic support for composition layers
    • Implement shadow effects
    • Implement exporters
    • Implement Gradients as border's paint
    • Fixes and enhancements in RoundedRectangle and AnnulusSector geometries
  • Removed the whole Sparta dependency (both Cairo and Skia). Bloc-Alexandrie is the substitute and only option as canvas for the moment.
  • BlSpace doesn't have addChild: anymore (talk directly to the space's root, now)
  • BlElement:
    • relocate: was deprecated in favor of position:
    • all "id" and "containerName" API deprecated in favor of a "id" replacement
    • states answers nil
  • New BlProportionalLayout introduced
  • Non-systematic code clean ups
  • New pixel-comparison regression tests added
  • Repaired Embedded Morphic host
  • Moved from Bloc-Pac:
    • SVG: repaired and enhanced geometry and importer. IMPORTANT -> this added XML-Parser Core as a dependency
    • PullAndSlide
    • FocusFinder

Automatically generated Pull Request log

New Contributors

Full Changelog: v1.0.0...v2.0.0-alpha

Stable beta release for Pharo6.1

10 Nov 17:30
fe533c6
Compare
Choose a tag to compare
beta01

MemoryGame booklet link in README.md [skip ci]

v0.12

27 Jan 19:21
Compare
Choose a tag to compare
Update CHANGELOG.md