Skip to content

0.1.2

Latest
Compare
Choose a tag to compare
@typhonrt typhonrt released this 03 Sep 23:35
· 225 commits to main since this release

Release 0.1.2 (medium)

  • Fixed min window height / width for app shells (global vs script space variable access)
  • Fixed SvelteApplication render gating / render: false will short circuit properly when app not rendered.
  • EmptyApplicationShell component can now be made resizable via setting the resizable app option.
  • Added closeOnInput prop to TJSGlassPane which fires close:glasspane event on pointer down event.
    • Added modalOptions.closeOnInput to TJSDialog data / close modal dialog on glasspane input.
  • Upgraded TJSDialogData adding reactive accessors for all standard data. New replace function instead of accessor setting of all data.
  • Update types for transition / modal options for TJSDialog.
  • Fixed application shell transition prop handling
    • defaultCloseAnimation option not taking when set to false w/ no transition defined.
    • separately defined in / out transitions works correctly.
  • DynReducerHelper.filters.regexObjectQuery
    • Can now take "accessor" strings to lookup nested properties. Simply provide a string separated by . for each depth.
    • An additional option is available accessWarn when set to true will log warnings when property lookups fail.