Skip to content

Releases: Khan/wonder-blocks

@khanacademy/[email protected]

20 Nov 17:16
5afa445
Compare
Choose a tag to compare

Major Changes

  • df13735: Update Toolbar to use CSS grid. This allows consumers to set max-width: 100% on elements passed to the title prop to ensure the title does not overlap leftContent or rightContent. 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 like width: 100vw on rightContent to force it to take up the full width of the toolbar on mobile will need to use width: 100% instead.

@khanacademy/[email protected]

13 Nov 15:45
fece121
Compare
Choose a tag to compare

@khanacademy/[email protected]

13 Nov 15:45
fece121
Compare
Choose a tag to compare

Patch Changes

@khanacademy/[email protected]

13 Nov 22:39
dac06ad
Compare
Choose a tag to compare

Patch Changes

@khanacademy/[email protected]

13 Nov 15:45
fece121
Compare
Choose a tag to compare

Patch Changes

@khanacademy/[email protected]

13 Nov 15:45
fece121
Compare
Choose a tag to compare

Patch Changes

@khanacademy/[email protected]

13 Nov 15:45
fece121
Compare
Choose a tag to compare

@khanacademy/[email protected]

13 Nov 15:45
fece121
Compare
Choose a tag to compare

@khanacademy/[email protected]

13 Nov 15:45
fece121
Compare
Choose a tag to compare

Patch Changes

@khanacademy/[email protected]

13 Nov 15:45
fece121
Compare
Choose a tag to compare

Minor Changes

  • c111059: defaults the role of PhosphorIcon to "img" when an aria-label is provided