Skip to content

Releases: Khan/wonder-blocks

@khanacademy/[email protected]

10 Dec 22:57
7fe9d75
Compare
Choose a tag to compare

Minor Changes

  • e9a119a: # SearchField

    • Adds error, instantValidation, validate, and onValidate props to be consistent with form components.
    • Refine magnifying glass icon styling to make it match Figma more (smaller, bold icon, spacing, update disabled state)
    • Hide the clear button if the SearchField is disabled

Patch Changes

  • 257b6bc: SearchField: Remove "-field" that was automatically appended to the id.

@khanacademy/[email protected]

10 Dec 22:57
7fe9d75
Compare
Choose a tag to compare

Minor Changes

  • 71e7086: # SingleSelect

    • Add required, validate, and onValidate props to support validation.
    • DropdownOpener and SelectOpener:
      • Add onBlur prop
      • Set aria-invalid if it is in an error state.
  • bc4da9e: # MultiSelect

    • Add required, validate, and onValidate props to support validation.
    • Set aria-invalid on the opener if it is in an error state
    • Share validation logic with SingleSelect

Patch Changes

  • c7178e1: Update SingleSelect and MultiSelect to functional components
  • 71e7086: Update DropdownCore to check for key presses using event.key instead of event.which or event.keyCode (which are both deprecated now)
  • Updated dependencies [e9a119a]
  • Updated dependencies [257b6bc]

@khanacademy/[email protected]

10 Dec 22:57
7fe9d75
Compare
Choose a tag to compare

Patch Changes

@khanacademy/[email protected]

06 Dec 22:21
61c1849
Compare
Choose a tag to compare

Major Changes

Patch Changes

@khanacademy/[email protected]

06 Dec 22:21
61c1849
Compare
Choose a tag to compare

Major Changes

Patch Changes

@khanacademy/[email protected]

06 Dec 22:21
61c1849
Compare
Choose a tag to compare

Major Changes

Patch Changes

@khanacademy/[email protected]

06 Dec 22:21
61c1849
Compare
Choose a tag to compare

Major Changes

@khanacademy/[email protected]

06 Dec 22:21
61c1849
Compare
Choose a tag to compare

Major Changes

@khanacademy/[email protected]

06 Dec 22:21
61c1849
Compare
Choose a tag to compare

Major Changes

@khanacademy/[email protected]

06 Dec 22:20
61c1849
Compare
Choose a tag to compare

Major Changes

Patch Changes