diff --git a/CHANGELOG.md b/CHANGELOG.md index e598757c..22661c48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,26 @@ +# 2023-08-07 + +**Added:** + +`@skyscanner/bpk-foundations-web`: 16.1.0 => 17.0.0
+`@skyscanner/bpk-foundations-ios`: 6.1.0 => 6.2.0
+`@skyscanner/bpk-foundations-android`: 7.1.0 => 7.2.0
+- Add new private colour for map markers. + +**Breaking:** + +- `@skyscanner/bpk-foundations-web`: 16.1.0 => 17.0.0 + - Remove `spacing v2` and `spacing` tokens. + - Remove `bpk-heading-content-margin-top` token. + - Spacing functions now only return the newer spacing values. + +- `bpk-mixins`: 41.2.1 => 42.0.0 + - Remove `bpk-content-heading` as this is not used. + # 2023-08-03 **Breaking:** -`bpk-svgs`: 16.4.0 => 17.0.0 +`@skyscanner/bpk-svgs`: 16.4.0 => 17.0.0 - All JS icons have `aria-hidden` attribute set to true by default to hide icons from Assistive Technologies. You can overwrite the value if needed by passing `aria-hidden="false"` to the icon component. # 2023-07-25 diff --git a/UNRELEASED.md b/UNRELEASED.md index dbd318c6..800a5bc2 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -1,16 +1,4 @@ -**Added:** - -`@skyscanner/bpk-foundations-web`:
-`@skyscanner/bpk-foundations-ios`:
-`@skyscanner/bpk-foundations-android`:
-- Add new private colour for map markers. - **Breaking:** -- bpk-foundations-web: - - Remove `spacing v2` and `spacing` tokens. - - Remove `bpk-heading-content-margin-top` token. - - Spacing functions now only return the newer spacing values. - -- bpk-mixins: - - Remove `bpk-content-heading` as this is not used. +`@skyscanner/bpk-svgs`: +- All JS icons and spinners have a `viewBox` attribute and no longer have `width` and `height` attributes. This should not have any visual impact, but might break snapshots. diff --git a/packages/bpk-svgs/dist/js/icons/lg/accessibility.js b/packages/bpk-svgs/dist/js/icons/lg/accessibility.js index 708cf193..c0b8ca80 100644 --- a/packages/bpk-svgs/dist/js/icons/lg/accessibility.js +++ b/packages/bpk-svgs/dist/js/icons/lg/accessibility.js @@ -2,7 +2,7 @@ import React from "react"; export default (({ styles = {}, ...props -}) =>