Skip to content

Releases: Yegorich555/web-ui-pack

v0.3.0

28 Dec 07:33
Compare
Choose a tag to compare

BREAKING CHANGES:

  • DateControl:

    • Was
      • changing $options.format & attr [format] related to all date-strings: attributes initvalue/min/max.
      • default value YYYY-MM-DD
    • Now
      • changing $options.format & attr [format] related only to displayed text. All attributes must be pointed in universal format YYYY-MM-DD
      • default value depends on user localization; see locale
      • $options.firstWeekDay - default value depends on user localization; see locale
  • CalendarControl:

    • deprecated static getters $namesDayShort, $namesMonth, $namesMonthShort in favor of localeInfo helper
    • $options.firstDayOfWeek is renamed to firstWeekDay
    • $options.firstWeekDay - default value depends on user localization; see locale

Fixes:

  • Helper. promiseWait. Callback called before time end
  • Popup with arrow. Firefox bug: css filter drop-shadow works wrong with angle 180.0
  • SpinElement. Impossible to override color via applying css-var to body --spin-2

Features: