Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Release] 3.0.0 #431

Merged
merged 1 commit into from
Jan 27, 2021
Merged

[Release] 3.0.0 #431

merged 1 commit into from
Jan 27, 2021

Conversation

aappoalander
Copy link
Contributor

@aappoalander aappoalander commented Jan 26, 2021

Description

This PR increases version to 3.0.0.

Release notes

Changes since 2.0.0:

General changes

LanguageMenu

TextInput

Checkbox

Textarea

Expander

  • Breaking changes: Complete API redesign and switch to content composition pattern. See ([Feature] Expander improvements #414)

    • Expander API
      • Removed: titleTag, title, titleProps, contentProps and internally used expanderGroup and index
      • Renamed: onClick => onOpenChange
      • Added: id
    • ExpanderGroup API
      • Static version Expander.group is no longer available. Use ExpanderGroup instead
      • Removed: onClickAll
      • Renamed: OpenAll => OpenAllText, CloseAll => CloseAllText
      • Added: AriaOpenAllText, AriaCloseAllText, toggleAllButtonProps, className ([Feature] Expander improvements #414)
  • Add ExpanderTitle component support for interactive content on expander titles. (Feature/expander title checkbox #415)

SearchInput

Button

  • Breaking changes:
    • Remove unstyled variant
    • Remove mouseNoFocus,
    • Remove ariaAssertiveDisabled and ariaAssertiveUnDisabled props
  • Support for Aria-disabled ([Feature] Button soft disabled #420)

Dropdown

Link

RadioButton

How Has This Been Tested?

Tested for each individual PR separately, see PRs for more information.

@aappoalander aappoalander added the release Release label Jan 26, 2021
@aappoalander aappoalander self-assigned this Jan 26, 2021
@aappoalander aappoalander merged commit 1ec1917 into develop Jan 27, 2021
@aappoalander aappoalander deleted the release/3.0.0 branch March 22, 2021 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants