Releases: microsoft/atlas-design
Releases · microsoft/atlas-design
@microsoft/atlas-css@3.59.0
Minor Changes
- 6940e18: Updating button's hover styles in site-header
- d6a1806: Update badge styles to handle icon only badges. Add new extra large badge size.
- 3c48da8: Added timeline pattern and css styles.
@microsoft/atlas-css@3.58.0
Minor Changes
- 920130e: Blocking underlines on hover for site header buttons
@microsoft/atlas-js@1.14.0
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/atlas-css@3.57.2
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/atlas-js@1.13.1
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/atlas-js@1.13.0
Minor Changes
- eb988a5: Atlas layout JS should also set the visible height of the header and the visible height of the footer.
@microsoft/atlas-css@3.57.1
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/atlas-js@1.12.1
Patch Changes
- 9e64093: The layout related TypeScript should use style.setProperty to avoid downstream conflicts if sets document.documentElement.style.cssText directly.
@microsoft/atlas-css@3.57.0
Minor Changes
- bbac9cf: Add
-tablet
suffixed version of .layout-padding
and .layout-gap
.
@microsoft/atlas-css@3.56.0
Minor Changes
- ad81e9f: Add steps component and documentation