Skip to content

Releases: pharo-spec/Spec

v1.3.0

22 Apr 10:07
2be6762
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.3.0

v1.2.5

27 Nov 08:33
c1c41bf
Compare
Choose a tag to compare
  • fix a problem on alignment columns

v1.2.4

06 Sep 10:03
810c176
Compare
Choose a tag to compare

Backport SpMorphicBackendForTest>>#doubleClickFirstRowAndColumn: - #1431

v1.2.3

07 Aug 09:34
353388f
Compare
Choose a tag to compare
  • Fixing serialisation problem with Fuel
  • Adding support for basic scaling based on DPI

v1.2.2

03 May 14:02
a575ba3
Compare
Choose a tag to compare

remove leftover

v1.2.1

02 May 09:26
a81e42f
Compare
Choose a tag to compare
  • fix a problem on labels with different font
  • fix #1381
  • in morphic, added "title" and "subtitle" base styles
  • in morphic, style components using "environment colors" will now change the used environment color when theme change (means they are reactive to themeChanged event).

v1.2.0

12 Apr 14:47
730b4d1
Compare
Choose a tag to compare
Merge pull request #1375 from pharo-spec/dev-1.0

last changes

v1.1.2

01 Apr 11:47
e4cfd84
Compare
Choose a tag to compare
  • Do not refresh UI too often when using progress presenter.

v1.1.1

30 Mar 07:10
a49e12c
Compare
Choose a tag to compare
  • add alternate row colors to SpTablePresenter
  • bugfix: windows are correctly updated before being opened.

v1.1.0

18 Mar 09:54
e832d9b
Compare
Choose a tag to compare

lots of changes :)

Changes overview

  • deprecation of class side defaultSpec, now all layouts can be defined in instance side (but defaultLayout can still be defined in class side, in case of need)
  • deprecation of all WithSpec suffixes. Now to open a presenter window you just use #open/#openModal, etc. (this was a lot more work as you may think).
  • added #asWindow, #asModalWindow to allow user to modify the window presenter (adding extent, ot title, for example) without needingto override initializeWindow: and before the window is opened.
  • all layouts are dynamic and can be modified on runtime (API depending the layout).
  • enhancement SpApplication with notion of iconProvider
  • added some standard dialogs (inform, request, confirm) to SpApplication
  • added a progress bar standard dialog/processor (SpJobListPresenter)
  • enhanced Common-Widgets: SpFilteringListPresenter, etc.
  • many improvements to SpCodePresenter, including syntax highlight, better code operations, text search, etc.
  • implemented drag&drop (not all widget, but required).
  • enhanced styleSheets usage
  • box, grid and scrollable layouts implement SpTAlignable (to better place its contents).
  • enhanced API for building grid layouts.
  • fix any remaining memory leak (some may remain, as always... but we removed all we found ;)

... and many, many tweaks and bugfixes!