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

feat(Tooltip)!: remove deprecated props #1861

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Commits on Feb 27, 2024

  1. feat(Tooltip)!: remove deprecated props

    - remove `align` prop, in place of the better-named `placement` prop
    
    This has been marked as deprecated for a while now, so cleaning up the
    code associated with this. In order to address in a consuming project,
    you can replace `align` with `placement` in all use cases (this was
    happening internally already).
    
    - remove `variant` prop
    
    The prop was used for a partially-implemented handling of light/dark
    mode, and had been marked as deprecated. Removing now, making usage of
    the light token values as the current, and only, option.
    
    - clean up documentation, stoybook config, and test snapshots
    booc0mtaco committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5be2861 View commit details
    Browse the repository at this point in the history