Skip to content

Releases: microsoft/atlas-design

@microsoft/[email protected]

05 Nov 18:20
a286e19
Compare
Choose a tag to compare

Minor Changes

  • 920130e: Blocking underlines on hover for site header buttons

@microsoft/[email protected]

25 Oct 18:20
4929a58
Compare
Choose a tag to compare

Minor Changes

  • 6de95c8: Export a dispatchAtlasLayoutUpdateEvent function for easier use downstream.

Patch Changes

  • 6de95c8: Fix bug where a hidden footer element would still register a height. Layout now always expects a header, but not necessarily a footer, since footers can be rendered within containers too.
  • 6de95c8: Move footer border to child element of layout.

@microsoft/[email protected]

25 Oct 18:20
4929a58
Compare
Choose a tag to compare

Patch Changes

  • 6de95c8: For the layout component, the height of the header's grid track should be minmax(auto, max-content) to ensure proper height constraint happens.
  • 6de95c8: Stop accounting for rounding in calculations and remove -1px in the --atlas-contained-height property.

@microsoft/[email protected]

24 Oct 16:47
9894bb9
Compare
Choose a tag to compare

Patch Changes

  • 80cb7aa: Layout to use passive scroll listeners to measure visible header height
  • 80cb7aa: Measurement for atlas-footer-visible-height was not correct.

@microsoft/[email protected]

23 Oct 16:46
5fb69be
Compare
Choose a tag to compare

Minor Changes

  • eb988a5: Atlas layout JS should also set the visible height of the header and the visible height of the footer.

@microsoft/[email protected]

23 Oct 16:46
5fb69be
Compare
Choose a tag to compare

Patch Changes

  • eb988a5: Remove two pixel adjustment from layout-constrained-height's declaration.
  • 959240b: The z-index of the site-header's panels should not be dropdown, which is "in content." It should be popover, which is "on content"

@microsoft/[email protected]

21 Oct 21:01
bdbe521
Compare
Choose a tag to compare

Patch Changes

  • 9e64093: The layout related TypeScript should use style.setProperty to avoid downstream conflicts if sets document.documentElement.style.cssText directly.

@microsoft/[email protected]

16 Oct 20:29
5055f12
Compare
Choose a tag to compare

Minor Changes

  • bbac9cf: Add -tablet suffixed version of .layout-padding and .layout-gap.

@microsoft/[email protected]

10 Oct 22:47
11ba409
Compare
Choose a tag to compare

Minor Changes

  • ad81e9f: Add steps component and documentation

@microsoft/[email protected]

08 Oct 23:10
9ff7fda
Compare
Choose a tag to compare

Patch Changes

  • dfc0a22: Flyout to render under the header and footer not adjacent to them.