- Make dynamically created Headline subcomponents static
- Fix some typings for React 18 compatibility.
- Fix React error when onSizeChanged gets added to the Pagination component
- Improve validation of
Form
- Fix WCAG error: Empty table header in case of JSX element
- Fix the issue
The component Styled(styled.span) has been created dynamically
- fixed issue 373, passed onSizeChanged event as a prop to the Pagination component
- Fix WCAG error: Empty table header
- Fixed
arrowToggle
onAccordionTable
- Fixed max height dropdown
- Fix
onChange
double trigger on clickingAccordionTable
expand icon
- Fixed controlled mode on Pagination component
- Improved trigger and added CNAME to kitchen sink
- Updated
Form
component to haveonValidate
callback
- Updated
Highlight
component to have optional highlight prop (#280) - Fix
IconLink
without label color style (#357)
- Persist validation state in Form controls when Form gets re-rendered
- Fix
Flyout
container styles, add an example - Improve arrow rendering on some displays
- Fix
Flyout
styling when extended with styled components - Remove dead code in Tooltip component
Flyout
component reimplemented using Popper.js (556349)- HOC for using functional components with
react-onclickoutside
implemented - Fix
onChangeRow()
method inDateField
component - Use modern Popper.js modifiers format in
DateField
component
- Update Typescript from to v4
- Update Puppeteer to v10
- Update Styled Components to v5
- Update React
Datepicker
to v4 - Replace
awesome-typescript-loader
withts-loader
- Many minor dependency updates
- fix(563167): add validation error
- Change to
flex-base: auto
forRadioButtonCircle
to work on different box-sizing models
- Removed unused dependencies (
css-loader
,file-loader
,html-webpack-plugin
,postcss-loader
,sass-loader
,style-loader
) - Upgraded
memoize-one
dependency and remove no longer maintained@types/memoize-one
- Bumped
jest-puppeteer-docker
to1.4.2
- Sorted package.json using
npx sort-package-json
command - Reverted PR#258
- Updated dependencies
- Migrated to GitHub actions
- Fixed
cellRenderer
passed key inAccordionTableCard
- Added
UNSAFE_
prefix for deprecated lifecycle hooks
- Fix sorting of
Table
andAccordionTable
when groups are defined - Fix
onBlur
andonFocus
props forAutocompleteTagBuilder
component
- Fix marking selected date in
Datepicker
ofDateField
- Add
closeable
property forNotification
component - Add
disableMobileFullWidth
property forButton
component - Fix word breaking in
TextField
- Hold Tab/ContentSwitch inner component state while switching between screen sizes
- Fix button documentation
- Fix compatibility issue with improvements on SearchField
- Improve documentation of breakpoint types
- Add trigger mode
manual
forSearchField
- Removing clearable from Autocomplete docs
- Update
Form
component to receiveprompt
prop as component - Add custom dialog for
Prompt
component
- Add the ability to clean datetimepicker
- Add ability to display the files list under the File Uploader
- Add new icons
- Fix TagBuilder not deleting tags properly with backspace (#223)
- Added new theme object
actionButtonWarning
- Add
borderless
andtagRenderer
props to AutocompleteTagBuilder - Remove refocus of component(Autocomplete) on every value change, remove corresponding test
- Enable
date-fns
tree-shaking
- Fix opening file selection of
FileUploader
for single file upload (#243)
- Fix opening
UploaderProgressDetails
behind modal in IE (#225)
- Bumped Precise UI to major version 1. From now on, Precise UI follows semver guidelines.
- Fix Accordion not responding when defaultSelectedIndex is set
- Added
Skeleton
component - Added onBeforeClose event to Modal
- Added appendTagOnBlur prop to TagBuilder
- Added onSort callback to Table
- Fixed(Tag): Theming of tag component (#190)
- Allow themeing of icon of notification component
- Fixed: Integration tests are always executed if repository is stored in a location with
src
in it's path - Fixed
Autocomplete
that blockedInteractiveList
automatic position determination - Fixed
InteractiveList
position inAutocomplete
component - Replaced
forEach
withArray.from
inContentSwitchInt
to fix displaying content switch for IE 11 - Fixed(Blocker): Closing modal when using scrollbars (#203)
- Fixed: DropdownMenu list has no width when expanded on IE11 (#201)
- Fix(Accordion): header strips spaces when html tags are used
- Fixed missing onDataClick handler for Table component in mobile view (#214)
- Add Material Icons: 'Build', 'ViewCarousel', 'MailOutline', 'LabelOutline', 'Unarchive'
- Add new Icons to match design system
- Updated
date-fns
dependency. - Fixed
InteractiveList
examples - Fixed truncation of long text in the
InteractiveList
for IE 11 - Fixed regular expression for Babel in Webpack
- Fixed Datepicker controlled mode issues
- Fixed hiding suggestion list of
Autocomplete
after selection for IE 11
- Fixed: Tooltip blinking when hovering border (#167)
- Removed deprecated screen sizes smallAndMedium, mediumAndLarge
- Exporting types from date-picker by using it as a dependency
- Implement new breakpoints and screen sizes
- Removed
SASS
support - Fixed: Modal closes on drag and release cursor outside modal (#152)
- Improved
Responsive
component to avoid using of combined screen sizes - Fixed(DateField): Use valid date format as a default -
yyyy-MM-dd
instead ofdd-MM-yyyy
- Fixed(Modal): Remove usage of [tabindex] attribute for closing the modal
- Fixed label ellipsis shown at incorrect position
- Fixed horizontal padding for InputInfo and InputError
- Hide info element on open Autocomplete list
- Fixed overview pagination elements' layout in IE 11
- Fixed display of label, placeholder and info on AutocompleteTagBuilder
- Fixed toaster action click area
- Fixed two cross(clear) buttons displayed inside TextField in IE 11
- Fixed
Styled Input Box
flex layout for IE 11 - Fixed
FileUploader
background blocking area - New
DateField
- Show FileUploader on top of modal
- Improved
AccordionTable
sorting (empty groups)
- Fixed notification overflow in IE11
- Fixed Carousel component to make carousel item clickable
- Added Gitter badge
- Fixed security vulnerabilities
- Removed unneeded packages
- Fixed notification overflow in IE11
- Implement tag builder with auto-completion possibility
Flyout
fixed compatibility with IE11Headline
styles update- Updated label in
Modal
- Added new icons
- Remove disabled attribute from HTML element of
InteractiveSurface
- Bugfix: Close
DropdownField
if other one was opened (#44) - Bugfix: Fixed crash of
Rating
component (#69) - Added
onChangeDone
event toSlider
component - Added
validationRules
forForm
- Fixed: missed selection state of
RadioButtonGroup
in non-controlled mode with form context. - Compatibility with IE11
Sidebar
component added- Fixed: component wrapped with
withValidation
hoc didn't display an error - Feature: new Dropdown props (open / direction)
- Initial release