Skip to content

Instantly share code, notes, and snippets.

@tomdye
Last active August 13, 2021 11:14
Show Gist options
  • Save tomdye/16b59e812bded3e274a7ef177a1d3aa2 to your computer and use it in GitHub Desktop.
Save tomdye/16b59e812bded3e274a7ef177a1d3aa2 to your computer and use it in GitHub Desktop.

Widget v8

Additions

Changes

General

  • Remove common i18n bundles
  • Fixes to z-index levels
  • Fixes to themes
  • Fix aria typing
  • Support capability to indicate widgets should inherit css vars for the variant from a parent
  • Improve form api typing
  • More css variables for customisation
  • Update resources based widgets to use dojo 8 resources
  • More themeable css-variables
  • Fixes to when onValue / onValidate is called across most widgets

Popup

  • Add left and right positions

List

  • Allow height to be fixed / auto

Date input

  • Add disabled / readonly properties
  • dont default to todays data
  • allow clearing
  • add required property

Typeahead

  • Fix non-strict value / validation issues

Button

  • Added kinds, ie. primary / secondary etc

Card

  • Outlined variant

Time picker

  • Add caches to improve usability

Text input

  • Add autocomplete detection
  • remove Addon widget usage

FAB

  • Add position property

Speed dial

  • Add position property

List item

  • add leading / trailing renderers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment