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

Flytt visning av helpLabel til over <input> i InputGroup #3885

Closed
wants to merge 5 commits into from

Commits on May 10, 2024

  1. fix: removed deprecated props

    The deprecated props `helpLabel` and `errorLabel` on the `SupportLabel`
    component has been removed. Use `label` and `labelType` instead.
    
    BREAKING CHANGE:
    errorLabel and helpLabel props will now be ignored and are removed
    from the exported types
    ivarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    daac887 View commit details
    Browse the repository at this point in the history
  2. fix: removed supportLabelProps

    Removed the `supportLabelProps` prop from `InputGroup`, if you need to
    control the label's props you can use a `SupportLabel` element for
    either `helpLabel` or `errorLabel`.
    
    BREAKING CHANGE:
    `supportLabelProps` no longer exists
    ivarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    115ca8e View commit details
    Browse the repository at this point in the history
  3. feat: inputGroup can show both helpLabel and errorLabel

    Previously, providing both props would mean only showing the error
    
    ISSUES CLOSED: #3876
    ivarni committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fff44c6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    2e2abf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34d6866 View commit details
    Browse the repository at this point in the history