Skip to content

Latest commit

 

History

History
254 lines (124 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

254 lines (124 loc) · 10.9 KB

1.4.0 (2022-09-21)

Features

1.3.2 (2022-09-17)

Bug Fixes

  • fix inline setting selectors (faedb86)

1.3.1 (2022-09-17)

Bug Fixes

1.3.0 (2022-09-17)

Features

  • add methods to see if menus are open (5375c9c)

1.2.1 (2022-09-15)

Bug Fixes

  • inputrow: increase opacity of placeholder text (c8ae33d)

1.2.0 (2022-09-11)

Features

  • view: add option for background image (6bbdeee)

1.1.0 (2022-09-11)

Features

  • add app menu width option (2cc6ba2)

1.0.1 (2022-09-11)

Bug Fixes

  • view: close app menu when view destroyed (f77c7ef)

1.0.0 (2022-09-11)

Features

BREAKING CHANGES

  • removed keymanager
  • removed cards and changed api

0.14.0 (2022-08-20)

Features

  • popups: add close methods for alerts and dialogs (f41e61e)

0.13.0 (2022-08-20)

Features

  • inputrow: add icon option and more display styles (ccf6d58)

0.12.0 (2022-08-20)

Features

  • toaster: reduce icon size (fe97f94)

0.11.3 (2022-08-16)

Bug Fixes

  • contextmenu: allow scrolling if too many items (761720a)

0.11.2 (2022-08-16)

Bug Fixes

0.11.1 (2022-08-16)

Bug Fixes

  • textarea: reduce padding (7f060c2)

0.11.0 (2022-08-13)

Features

0.10.0 (2022-04-23)

Features

  • change app menu to slide in from the left (1087599)
  • inlineselect: long press to go to beginning or end (22006ef)
  • listitem: add option for icon color (2218ff3)
  • numericrange: long press to go to beginning or end (5427ac4)
  • row: standardize padding (b2be62e)

0.9.0 (2022-04-23)

Bug Fixes

  • prevent scroll on focus (a2ddf4b)

Features

  • add confirm button component (656b693)
  • divider: hide help text if disabled (5ec8bb9)
  • icon: add smaller size option (918caad)
  • listitem: add slot for custom content (73698d6)
  • menu: add option for custom footer text (7c525bb)
  • toaster: add message types (62a233c)

0.8.0 (2022-04-22)

Features

  • inputrow: prevent new lines and add onsubmit method (4962fd2)

0.7.0 (2022-04-22)

Features

  • divider: make title optional and add option for color (1ec4fb5)
  • formrow: increase vertical padding (3096610)
  • listitem: add image shape option (a930959)
  • listitem: add option for image/icon size (4e250ae)

0.6.0 (2022-04-20)

Features

  • listitem: increase default padding (e4b0c14)

0.5.2 (2022-04-16)

Bug Fixes

0.5.1 (2022-04-16)

Bug Fixes

  • keyman: fix disabled number keys (451d572)
  • navigator: fix restoration delay (83d3c6e)

0.5.0 (2022-04-15)

Bug Fixes

  • fix selection restore on navigation (6b8d64c)
  • typography: preserve whitespace (80aaee4)

Features

  • add error to datastatus enum (99057ff)

0.4.0 (2022-04-14)

Bug Fixes

  • keyman: fix long presses (6f15ec7)

Features

  • progressbar: add progressbar component (68b7921)

0.3.0 (2022-03-18)

Features

  • alert: handle long body content (38776e0)
  • button: add button component (edf063c)
  • dialog: handle long body content (38f6585)

0.2.0 (2022-03-18)

Bug Fixes

  • onyxapp: disable handling of back button (be6d3e3)

Features

  • alert: add alert component and methods (b6fc081)
  • animations: add easing to smooth animations (d3b6cd9)
  • dialog: add dialog component and methods (6a4f5dd)
  • icon: allow any color to be passed in (df1fd5e)
  • provide public class to interact with onyx (f690a40)
  • replace keys action with new key manager (ae2aa1d)
  • toaster: add toaster component and methods (d6ebe1e)

0.1.0 (2022-03-14)

Features

  • app mneu: set height to 100% (fdf4760)
  • consolidate openstate and menuopenstate (a4b38ea)

0.0.3 (2022-03-14)

Bug Fixes

  • fix display of card stack (cff4991)
  • icon: fix tertiary color (3137aff)