Releases: Khan/wonder-blocks
Releases · Khan/wonder-blocks
@khanacademy/[email protected]
Major Changes
- df13735: Update Toolbar to use CSS grid. This allows consumers to set
max-width: 100%
on elements passed to thetitle
prop to ensure the title does not overlapleftContent
orrightContent
. Consumers dependent on the flex behavior of the previous implementation will need to update to support the grid layout. Namely, any consumer using a hack likewidth: 100vw
onrightContent
to force it to take up the full width of the toolbar on mobile will need to usewidth: 100%
instead.
@khanacademy/[email protected]
Patch Changes
- @khanacademy/[email protected]
@khanacademy/[email protected]
Patch Changes
- Updated dependencies [c111059]
- @khanacademy/[email protected]
@khanacademy/[email protected]
Patch Changes
- Updated dependencies [9ed7bd5]
- Updated dependencies [cdcfe1b]
- Updated dependencies [21f6779]
- Updated dependencies [486c6a8]
- @khanacademy/[email protected]
@khanacademy/[email protected]
Patch Changes
- Updated dependencies [c111059]
- @khanacademy/[email protected]
- @khanacademy/[email protected]
- @khanacademy/[email protected]
@khanacademy/[email protected]
Patch Changes
- @khanacademy/[email protected]
- @khanacademy/[email protected]
- @khanacademy/[email protected]
@khanacademy/[email protected]
Patch Changes
- @khanacademy/[email protected]
@khanacademy/[email protected]
Patch Changes
- @khanacademy/[email protected]
@khanacademy/[email protected]
Patch Changes
- Updated dependencies [c111059]
- @khanacademy/[email protected]
@khanacademy/[email protected]
Minor Changes
- c111059: defaults the role of PhosphorIcon to "img" when an aria-label is provided