Skip to content

Releases: adamwebster/fused-components

2.0.0-beta.25

20 Jan 13:31
ed3e74d
Compare
Choose a tag to compare
2.0.0-beta.25 Pre-release
Pre-release
  • Updated react and react-dom versions to 17.0.1.

2.0.0-beta.21

21 Jun 14:16
f03975c
Compare
Choose a tag to compare
2.0.0-beta.21 Pre-release
Pre-release
  • Fixes some issues with the combobox component.

2.0.0-beta.14

15 Jun 18:24
f5dda48
Compare
Choose a tag to compare
2.0.0-beta.14 Pre-release
Pre-release

Fixed an issue where the beta would not run in Gatsby.

2.0.0-beta.9

21 May 13:07
942a059
Compare
Choose a tag to compare
2.0.0-beta.9 Pre-release
Pre-release
  • Updating the way it is bundled regarding the core-js dependency.

2.0.0-beta.5

19 May 12:04
Compare
Choose a tag to compare
2.0.0-beta.5 Pre-release
Pre-release
  • Fixed an issue with the date picker component and accessing the element with refs.

2.0.0-beta.4

15 May 19:08
c5f2698
Compare
Choose a tag to compare
2.0.0-beta.4 Pre-release
Pre-release

Updated the way that some dependencies are set.

2.0 Beta 3

15 May 10:40
c5f2698
Compare
Choose a tag to compare
2.0 Beta 3 Pre-release
Pre-release

Release notes

Increase in accessibility features and other improvements.

  • CornerDialog now requires an Id property.
  • Accessibility improvements for all components.
  • DropdownButton now requires an id property.
  • Autocomplete now requires an id property.
  • Combobox now requires an id property.
  • Checkbox now requires an id property.
  • Radio now has a requires an id property.
  • Panel now requires an id property.
  • Dialog now requires an id property.
  • Tooltip now requires an id property.
  • Toggle now requires an id property.
  • Textarea now requires an id property.
  • Tooltip trigger element defaults to a button can be changed by adding the triggerAs property to change it.
  • Added a property focus element to both the dialog and panel components to set what active should be focused by default when the component is displayed.
  • Added the ability to disabled the toggle component
  • Added a placement property to the Combobox, Date Picker, and Autocomplete components which can sets the placement of the dropdown.
  • Added a radio group component
  • Added the FCStyles component for optimal styling for the components
  • The onChange property for the date picker has changed to onDateChange

1.2.2

02 May 23:59
befd924
Compare
Choose a tag to compare
  • Fixing a build error

1.2.1

02 May 23:45
f7caa05
Compare
Choose a tag to compare
  • Updated styles for the alert

1.2.0

02 May 19:04
ab4546f
Compare
Choose a tag to compare
  • Added a calendar component
  • Added a date picker component
  • Added a tooltip component
  • Updated the styles for the alerts and toast components.