github chakra-ui/chakra-ui @chakra-ui/input@2.0.0

latest releases: @chakra-ui/docs@3.0.0-next.26, @chakra-ui/react@3.0.0-next.26, @chakra-ui/props-docs@3.0.0-next.26...
2 years ago

Major Changes

  • #5879
    c390af485
    Thanks @TimKolberger! - Bump all packages
    to next major for Chakra UI version 2.

  • #5989
    ed692c0ae
    Thanks @TimKolberger! - Omit src
    directory from being published to npm

  • #5828
    1a47fd27e
    Thanks @segunadebayo! - ### Remove
    deprecations

    Affected components or packages:

    Button, Icon Button, Input, NumberInput, Radio, Checkbox, Select

    • Removed the isFullWidth deprecation. Use width=full or width=100%

    Checkbox

    • Removed defaultIsChecked. Use defaultChecked

    Color mode

    • Removed references to --chakra-ui-color-mode. Use data-theme property
      instead

    Hooks

    • Removed useEventCallback hook

    Input / NumberInput

    • Removed the isFullWidth deprecation. Use width=full or width=100%

    Grid

    • Removed the area prop from Grid component. Should be passed to the
      GridItem instead.

    Styled system

    • Removed the d style prop. Use display instead.
    • Removed the isTruncated style prop. Use noOfLines={1} instead.

    Theme

    • Removed deprecated types.
  • #5882
    41b3119f5
    Thanks @TimKolberger! - Bump peer
    dependency to React and ReactDOM to >=18

Patch Changes

  • Updated dependencies
    [c390af485,
    ed692c0ae,
    41b3119f5]:
    • @chakra-ui/form-control@2.0.0
    • @chakra-ui/react-utils@2.0.0
    • @chakra-ui/utils@2.0.0

Don't miss a new chakra-ui release

NewReleases is sending notifications on new releases.