Skip to content
Compare
Choose a tag to compare
@primer-css primer-css released this 13 Feb 16:33
· 1 commit to main since this release
0ba9b1f

Patch Changes

  • #901 d9a95b2 Thanks @rezrah! - Updated the following library depedencies: @oddbird/popover-polyfill, autoprefixer, css-loader, mini-css-extract-plugin, postcss, postcss-loader, postcss-preset-env, style-loader, typed-css-modules, typescript-plugin-css-modules, webpack-cli, fast-glob.

    These updates should not affect the library’s visuals or component APIs. In most cases, no additional action is required. Please note however, that the compiled output may be slightly different due to changes in the bundling process.

  • #912 5966728 Thanks @joshfarrant! - Fixed a bug in the ActionMenu component where items with falsy values (eg "") would not trigger the onSelect callback when selected.

  • #909 c5f2d40 Thanks @danielguillan! - Increased the gap between primary and secondary buttons in Hero, CTABanner and ButtonGroup components from 8px to 16px.

  • #918 65f7a92 Thanks @rezrah! - Fix RiverStoryScroll scrolling bug when disabled={true}. Now renders children 1:1.