v1.0.0-rc.13
·
3265 commits
to master
since this release
Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
1.0.0-rc.13 (2021-03-26)
New Components
Features
- framework: add new icons (#3024) (8da6502)
- framework: maintain common popups z-index for all UI5 Web Components instances and OpenUI5 (#2980) (13bdc02)
- framework: add new supported languages (#2869) (17cb758)
- ui5-color-palette: implement more-colors property (#2853) (121bb2c)
- ui5-list: introduce "growing" property (#2950) (6fbbb21), closes #2882 #2882
- ui5-tabcontainer: support responsive paddings (#2775) (19392ff), closes #2539
BREAKING CHANGES
- ui5-input: The "submit: event is now removed. The "submit" functionality must be added with a custom code - listen for the standard "keydown" event and check if ENTER is pressed to submit a form, containing the input component.
- ui5-list: The "infiniteScroll" property has been removed, use growing="Scroll" instead
- framework: The Device.js module no longer exports: isEdge, isChrome, isFF, isAndroid, getOS, getSystem, getBrowser functions. If you need any of these functions back, please contact us with more information about your use case. They have been removed both for simplification and in order to encourage coding around features rather than browsers and their versions.
- framework: The "supportTouch" function, exported by Device.js is now called "supportsTouch"
Bug Fixes
- ui5-avatar: fix click event fired twice (#2967) (377c9bc), closes #2943
- ui5-button: disable hover on mobile devices (#2968) (c870eb4)
- ui5-button: set icon-only attribute properly (#2567) (#2824) (d834ec6)
- ui5-button: use standard CSS param for border-radius (#2840) (a5aafde), closes #2830
- ui5-calendar: re-render header on lang change (#2939) (ad7adc5)
- ui5-color-palette: remove additional dots in more-colors (#2958) (8ef07fe)
- ui5-daterange-picker: working with format pattern containing the delimiter (#2873) (b397862)
- ui5-icon: fix click event fired twice (#2858) (6fd6a5e), closes #2857
- ui5-input: remove the 'submit' event (#2855) (9e409e6)
- ui5-label: text-align works with wrap property (#2889) (c9f86a7)
- ui5-li-custom: keyboard handling improvement (#2870) (583f5f0), closes #2849
- ui5-multi-combobox: correct focus handling when picker is opened via icon (#2868) (76ef62c)
- ui5-page: correct background-design styles (#2862) (b10ee4c)
- ui5-popover: calculate offset for all sides of the page (#2916) (e35cc1a)
- ui5-popup: position arrows correctly (#2917) (5ffbbd9), closes #2758 #2401
- ui5-rangeslider: fix handles opacity for IE11 (#2983) (f0346c0)
- ui5-select: incorrect value color is now fixed (#2914) (0a074c9)
- ui5-select: set aria-expanded initially (#2991) (8353ac2), closes #2987
- ui5-slider: focus outline fully visible (#2971) (cb849ba)
- ui5-table: bottom borded added (#2994) (802b6ca), closes #2981
- ui5-table-column: align content right in RTL (#2955) (c117fe3), closes #2945
- ui5-table-row: fire row-click on SPACE/ENTER (#2954) (1e328dc), closes #2944
- ui5-togglebutton: fix hover background on desktop (#2984) (4f2a2cb)
- ui5-upload-collection: add region and roledescription to root element (#2915) (6db9f09)
- ui5-upload-collection: add tooltip to edit button (#2886) (35de38c)
- ui5-upload-collection-item: show disabled delete button (#2893) (b609b47)
- ui5-wizard: use CSS vars for navigation bg-color (#2892) (c967c6c)
- framework: adapt ie11 package for usage in modern browsers (#2878) (70bbfbb)
- framework: add fallback for CLDR dev use case (#2844) (deb173a)
- framework: ensure locales don't use reserved JS names (#2885) (05fc06e)