Skip to content

Releases: pharo-spec/Spec

v1.0.1

16 Jul 10:18
e0b0cef
Compare
Choose a tag to compare
  • Disable the list in form example (temporary fix)

v1.0.0

13 Jul 10:19
c3a8511
Compare
Choose a tag to compare

releasing Spec 1.0.0
(to make clear now API is stable and reliable ;) )

  • fix an error on filter selectable list.

v0.8.15

09 Jul 14:29
c3a8511
Compare
Choose a tag to compare
  • fix pharo-spec/NewTools#256
  • fix #1103
  • fix #1090
  • the way windows are opened is refactored to allow more control (this is backward compaible)
  • SpTextPresenter are now able to enable or disable the undo/redo history
  • SpTDynamocPresenter was deprecated (since is not needed anymore)
  • SpFilteringSelectableListPresenter: added activation/deactivation behavior
  • several cleanups
  • fix many leaks

v0.8.14

15 Jun 19:48
5d215c0
Compare
Choose a tag to compare
  • fix #1074
  • fix #1085
  • fix #1084
  • fix #1087
  • fix #1059
  • fix #1093
  • fix a problem when resizing window before us displayed
  • replace the usage of SpObservableSpot with ObservableSpot`
  • add SpDropListPresenter>>updateItemsKeepingSelection:
  • add string search commands to SpCodePresenter
  • added openBlockedDialogWithSpec (thanks @Lin777)
  • standard dialogs now have icons
  • some cleanups
  • new examples, tests and comments

v0.8.13

21 May 20:03
Compare
Choose a tag to compare
  • general: menu items now print correctly shortcuts (using KMShortcutPrinter)
  • general: buttons disabled now "gray" icons.
  • fixed SpGridLayout homogeneous and span properties.
  • fixed trees selected paths and items when using multiple selection.
  • fixed wrong accumulation of selected elements in multiple selection.
  • fixed #1070 (thanks @jordanmontt)
  • SpTextPresenter now implements lineAtCursorPosition method, which will enhance the selected based commands.
  • fixes pharo-project/pharo#9121
  • replace usages of newVertical/newHorizontal when possible (we prefer newTopToBottom/newLeftToRight)
  • SpNotebookPresenter fix a problem when setting pages directly with anything that is not an OrderedCollection (remove of pages was failing).
  • SpCodePresenter now allow selecting a particular syntax highlight theme (default is still the one selected on settings).
  • SpApplication implements showWaitCursorWhile: to allow different backend functionality (and start removing usages of UIManager). This is still "experimental", but works.
  • fixed hidden dependencies in baseline and demos
  • lots of cleanups
  • lots of renames to make things more understandable (thanks @NourDjihan)
  • lots of new tests

v0.8.12

29 Apr 13:11
Compare
Choose a tag to compare
  • trees now can collapse paths

v0.8.11

28 Apr 13:26
Compare
Choose a tag to compare

v0.8.10

21 Apr 18:54
Compare
Choose a tag to compare
  • added a trait SpTModel to add "model" behavior to presenters.
  • SpPanedLayout: deprecating position/position: using positionOfSlider: now
  • Fixed error when entering an empty text on the field of SpRGBSliders (Thanks @jordanmontt)
  • small fixes

v0.8.9

14 Apr 09:05
Compare
Choose a tag to compare
  • removed some unused methods (starting to clean up before release a final version)
  • code presenter: Fix implementors and senders to work as in Pharo 8 (thanks @guillep)
  • toolbar: fixing moving buttons (thanks @tesonep)
  • small fixes

v0.8.8

06 Apr 06:37
Compare
Choose a tag to compare
  • "labelled" presenters moved to deprecated and not loaded by default.
  • tweak how overlay stack (still can be wrong)
  • fix a problem when assigning box layout sizes : it was not stacking widget sizes.