Skip to content

v1.0.0-rc.9

Compare
Choose a tag to compare
@ilhan007 ilhan007 released this 08 Oct 11:11
· 3585 commits to master since this release
083363a

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
  • ui5-shellbar-item: update count properly (#2049) (2499c56), closes #2048
  • ui5-tabcontainer: fix ARIA posinset and setsize values (#2046) (c6fcf69), closes #2035
  • ui5-tabcontainer: implement ACC for overflowed items (#2047) (efe03bc), closes #2036
  • ui5-tabcontainer: remove scroll from empty tabs (#2148) (11af57e)
  • ui5-table-row: announce entire row and columns (#2164) (09863d8), closes #2160
  • ui5-textarea: add aria-required (#2113) (4f35c92)
  • ui5-textarea: announce custom valueStateMessage (#2122) (4d27065)

Features

  • framework: add API to subscribe/unsubscribe for theme loaded (#2303) (c8ffb38)
  • framework: dynamic custom elements scoping (#2091) (3588542)
  • framework: Limited support for campact size on IE (#2230) (4128216)
  • framework: make _property-change publicly available (#2201) (0be4e10)
  • framework: make addCustomCSS dynamic (#2083) (7b54b9b)
  • framework: make assets path configurable (#2214) (16c46da)
  • framework: styles and staticAreaStyles may now be nested arrays (#2058) (bb87e65)
  • framework: Support custom dynamic asset paths (#2305) (ff245fa)
  • tools: ES5 build supports dynamic imports (inlined) (#2063) (3fe5cac)
  • tools: process HBS files in nested directories (#2067) (13f1d2a), closes #2065
  • ui5-card: add ariaLabel and ariaLabelledby properties (#2127) (7007f8e)
  • ui5-carousel: implement rtl support (#2086) (f69ffa5)
  • ui5-combobox: enable handling of arrow down/up keys (974401b), closes #1939
  • ui5-combobox: implement icon slot (#2139) (8c98e80)
  • ui5-combobox: implement valueStateMessage slot (#2099) (385bb0b), closes #1086
  • ui5-combobox: introduces selection-change event (#2090) (43be0f6)
  • ui5-date-picker: add ariaLabel and ariaLabelledby properties (#2126) (e0f93fa)
  • ui5-date-picker: add screen reader support (#2224) (e6a0cd8), closes #1279
  • ui5-date-picker: keyboard handling improvement (#2146) (19afe90), closes #1534
  • ui5-datepicker: introduce required property (#2117) (e282fc8)
  • ui5-datetime-picker: improve keyboard handling support (#2137) (0ada41a), closes #1534
  • ui5-dialog: introduce draggable property (#2269) (93772fb), closes #2082
  • ui5-duration-picker: implement keyboard handling support (#2095) (7ec3c43), closes #1534
  • ui5-duration-picker: implement valueStateMessage (#2102) (ed3c393), closes #1086
  • ui5-file-uploader: implement custom valueStateMessage (#2131) (023e236), closes #1086
  • ui5-li, ui5-li-tree, ui5-li-custom, ui5-upload-collection-item: implement role property (#2236) (01a1fb0)
  • ui5-multi-combobox: implement icon slot (#2140) (0fde573)
  • ui5-multi-combobox: Implement valueStateMessage (#2258) (793a29e), closes #1086
  • ui5-multi-input: fire value-help-trigger with F4, ALT/OPTION + ARROW_UP/DOWN (#2145) (8c473c3), closes #2143
  • ui5-multi-input: initial implementation (#1942) (5d7e7df)
  • ui5-multiinput, ui5-multi-combobox: implement keyboard handling (#2166) (dc2ae6d)
  • ui5-panel: implement headerAriaLabelledBy property (#2200) (67c4d69)
  • ui5-select: add ariaLabel and ariaLabelledby properties (#2125) (a58bf49), closes #2107
  • ui5-select: implеment value state message (4133a42), closes #1086
  • ui5-select: introduce required property (#2116) (f66875a)
  • ui5-shellbar: implement root part (#2299) (de2d07f)
  • ui5-tab-container: implement overflow-button slot (#2192) (e91c200)
  • ui5-textarea: add ariaLabel and ariaLabelledby properties (#2124) (c005478), closes #2107
  • ui5-time-picker: improve keyboard handling support (#2092) (20c55ed), closes #1534
  • ui5-token: provide closeIcon slot (#2193) (d19fa5f)