Skip to content

Releases: UI5/webcomponents

v0.27.1

07 Dec 15:04

Choose a tag to compare

v0.27.1 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.27.1 (2020-12-07)

Bug Fixes

Features

  • ui5-avatar-group: initial implementation (#2524) (43ac177), closes #2409
  • ui5-bar: initial implementation (#2533) (478e170)
  • ui5-button: implement title property (#2492) (c03d2b2)
  • ui5-flexible-column-layout: add start/mid/endColumnAccessibleName properties (#2483) (a09a068)

v0.27.0

17 Nov 15:02

Choose a tag to compare

v0.27.0 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.27.0 (2020-11-17)

The release includes all the commits from RC.9 and RC.10

v1.0.0-rc.10

16 Nov 12:18
03abf00

Choose a tag to compare

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

1.0.0-rc.10 (2020-11-16)

BREAKING CHANGE

  • icons: refactor(icons): flatten dist directory(#2425) (c84bc8b)

Change the distribution path of all individual icons, which changes all icons' public imports, by bringing the icons' modules one level up.

If you previously had:

import "@ui5/webcomponents-icons/dist/icons/accept.js";

Now you should remove the icons folder:

import "@ui5/webcomponents-icons/dist/accept.js";

New Icons package

New components

Features

  • framework: add override font-family for glyphs with diacritics (#2402) (5a550b8)
  • framework: make getStableDomRef search in the static area item (#2363) (a68dfbb)
  • ui5-checkbox: implement ariaLabelledby property (#2272) (cbf2461)
  • ui5-daterange-picker: enhance keyboard handling (#2179) (84eb484), closes #1534
  • ui5-dialog: introduce resizable property (#2301) (8be4048), closes #2082
  • ui5-link: add aria-label and aria-labelledby support (#2357) (7e65e77), closes #2356

Bug Fixes

  • framework: fix JS error on setLanguage call (#2328) (f9b9ead)
  • icons: fix text-formatting icon (#2326) (d69fbcb)
  • theming: correct inavlid CSS vars (#2427) (3674dbc)
  • ui5-combobox: allow typing in input on mobile devices (#2412) (7bf44b5), closes #2324
  • ui5-date-picker: hiding month button when month picker is shown (#2331) (6454e29), closes #2244
  • ui5-date-picker: update navigation buttons upon typing (#2307) (4f39aa4)
  • ui5-day-picker: fix color contrast of selected day in HCB (#2378) (ff67141), closes #2372
  • ui5-dialog: no longer gets clipped in short screen height in IE (#2429) (03c8447), closes #2243
  • ui5-dialog: texts are no longer blurred in Chromium-based browsers (#2417) (eac514b)
  • ui5-input: prevent js error when element is removed from DOM (#2405) (0e507eb)
  • ui5-li: correct truncation behaviour of info text (#2330) (64fef90), closes #2317
  • ui5-li: fix title update when initially empty (#2362) (682a25c)
  • ui5-messagestrip: fix close button accessibility (#2352) (2194b16)
  • ui5-multi-combobox: make focus outline visible (#2431) (cd5fad2), closes #2286
  • ui5-switch: fix focus border position (#2319) (df6c972)
  • ui5-tab: expand tab height to tabcontainer height (#2360) (ea47cd3)
  • ui5-textarea: set italic to placeholder only (#2458) (aeb9316)
  • components: use locales in date/time components correctly (#2440) (dd87a53)
  • ui5-multi-combobox: n-more popover in readonly fixed (#2394) (d045ba2), closes #2369
  • ui5-textarea: fix placeholder font-style (#2340) (1fbb4f5)

v0.23.7

11 Nov 10:59

Choose a tag to compare

v0.23.7 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.23.7 (2020-11-11)

Bug Fixes

  • ui5-textarea: set italic to placeholder only (#2458) (516ce3b)

v0.23.6

02 Nov 13:33

Choose a tag to compare

v0.23.6 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.23.6 (2020-11-02)

Bug Fixes

  • ui5-date-picker: fix color contrast of selected day in HCB (#2378) (20d3a4f), closes #2372
  • ui5-messagestrip: fix close button accessibility (#2352) (15fd45f)
  • ui5-textarea: fix placeholder font-style (#2340) (293c099)

Features

v1.0.0-rc.9

08 Oct 11:11
083363a

Choose a tag to compare

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

1.0.0-rc.9 (2020-10-08)

New components

Bug Fixes

  • components: fix setting contentDensity styles (#2094) (9454ab7), closes #2093
  • components: fix aria-disabled usage (#2056) (bb624ae)
  • framework: allow "role" as a property name (#2290) (a816cef)
  • framework: do not create IE styles with disabled (#2284) (5ecc51e)
  • ui5-badge: update colors to match the spec(#2216) (2ddc4e9), closes #2210
  • ui5-button: prevent button with icons truncate in ie (#2181) (31ca287)
  • ui5-calendar: Year text is now right in all timezones (#2209) (3427f35)
  • ui5-calendar-header: prevent scrolling when month/year picker is selected (#2276) (fac40a8)
  • ui5-card: apply focus to header properly in IE (#2050) (00760e6), closes #2007
  • ui5-combobox: allow setting value with javascript (#2253) (0742854)
  • ui5-date-picker: ensure min and max date are not disabled (#2280) (f0473f0)
  • ui5-date-picker: select date with SPACE on keyup (#2279) (9d83806), closes #2276 #2268
  • ui5-daterange-picker: date selection is now correct in all timez… (#2203) (2bca6f1)
  • ui5-daterange-picker: enable selection of single day (#2157) (66722b2)
  • ui5-daterange-picker: fix firstDate/lastDate getters values (#2277) (00f5ab5), closes #2221
  • ui5-daterange-picker: fix icon appearance in IE (#2057) (dba7a2c), closes #2017
  • ui5-daterange-picker: fix js error when removed from the DOM (#2180) (6cb2a71)
  • ui5-daterange-picker: show value in input only when first & last… (#2098) (f56cb66)
  • ui5-datetime-picker: fix scrollbar issue in IE11 (#2154) (306572f)
  • ui5-duration-picker: fix incorrect data support (#2097) (4bcd797)
  • ui5-flexible-column-layout: Fix arrow misplacement in IE (#2032) (57be7c2), closes #1998
  • ui5-input: announce custom valueStateMessage (#2120) (8f8a0d4)
  • ui5-input: cancel suggestion selection with ESC (#2289) (ef1fb40), closes #2254
  • ui5-input: deselect suggestion items on input (#2285) (a98c6bd), closes #2256
  • ui5-input: fix value state msg appearance (#2075) (edfe8ca)
  • ui5-input: implement aria-required (#2114) (0e0de82)
  • ui5-input: number input doesn't lose value (#2130) (2c6139d)
  • ui5-li: correct image size (5c51dc6), closes #2218
  • ui5-li: correct sizes (2faad25), closes #2218
  • ui5-li: fix visual deviations from Fiori 3 (#2314) (d430632), closes #2297 #2218
  • ui5-li: scale image properly (#2059) (3aadc0e)
  • ui5-li-custom: fix pointer-events inheritance (#2196) (bfb9999)
  • ui5-messagestrip: close button now has the correct design (#2029) (7f99be5)
  • ui5-multi-combobox: fix behavior of show all selected button (#2100) (84362e0)
  • ui5-multi-combobox: fix jumping parent div (#2136) (ad1fbd7)
  • ui5-multi-combobox: fix width in IE (#2104) (af0785c)
  • ui5-multiinput: improve valueStateMessage in nMore popover (#2225) (a03f2b3), closes #1086
  • ui5-popover: fix arrow horizontal position (#2129) (7a1c3eb), closes #2111
  • ui5-popover: fix js errors if parent is removed from DOM (#2178) (904da0e)
  • ui5-popup: prevent interaction with the content under the popup (#2119) (d6ffa48)
  • ui5-popup: restore focus when block layer is clicked (#2123) (c079722)
  • ui5-popup, ui5-dialog: remove closed instance from openedPopupsRegistry (#2275) (443af29)
  • ui5-select: fix text color of disabled select in hcb/hcw (#2248) (bc6dfec)
  • ui5-select: make disabled select not focusable (#2229) (960f927)
  • ui5-shellbar: remove width limitation of logo (230cd7f), closes [#2066](https://github.com/SAP/ui5-webcomponents/...
Read more

v0.23.5

08 Oct 07:10

Choose a tag to compare

v0.23.5 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.23.5 (2020-10-08)

Bug Fixes

  • framework: Allow role as a property name (#2290) (a78c871)

v0.23.4

06 Oct 12:32

Choose a tag to compare

v0.23.4 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.23.4 (2020-10-06)

Bug Fixes

  • framework: don't create IE styles with disabled (#2284) (abe3b38)

Features

  • framework: add limited support for campact size on IE (#2230) (72bfd84)
  • framework: make _property-change publicly available (#2201) (ff54e3f)
  • framework: make assets path configurable (#2214) (a513a02)
  • framework: add API to subscribe/unsubscribe for theme loaded (#2303)

v0.23.3

28 Sep 14:54

Choose a tag to compare

v0.23.3 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.23.3 (2020-09-28)

Bug Fixes

  • ui5-select: fix text color of disabled select in hcb/hcw (#2248) (2d03d51)
  • framework: fix JS error in Device.js (#2241)

Features

  • ui5-list: introduce role property (#2235)
  • ui5-li, ui5-li-tree, ui5-li-custom, ui5-upload-collection-item: implement role property (#2236) (7dc0575)
  • ui5-multi-input: fire value-help-trigger with F4, ALT/OPTION + ARROW_UP/DOWN (#2145) (045afc2), closes #2143
  • ui5-panel: implement headerAriaLabelledBy property (#2200) (3d73dcb)
  • ui5-select: improve accessibility (#2204)

BREAKING CHANGES

  • ui5-multi-input: value-help-icon-press is renamed to value-help-trigger

v0.23.2

15 Sep 13:43

Choose a tag to compare

v0.23.2 Pre-release
Pre-release

Change Log

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

0.23.2 (2020-09-15)

Bug Fixes

  • ui5-button: fix button with icons truncate in IE (#2181) (bbb41f6)
  • ui5-daterange-picker: fix date selection in all timezones (1b7c4f9)
  • ui5-li-custom: fix pointer-events inheritance (#2196) (bc41157)
  • playground: set RTL properly (#2195)

Refactoring

  • framework: fetch default language over the network (#2175)

Features

  • ui5-tab-container: introduce overflow-button slot (#2192) (647ae84)
  • ui5-token: introduce closeIcon slot (#2193) (11ba79f)