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
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)