Warning
This release drastically strips back unused/little-used functionality from n-ui-foundations
as a precursor to moving what's left into Page Kit's dotcom-ui-base-styles
. There are a number of changes that could be breaking changes in your app; check the PRs for the breaking change commits listed below for details. There is no migration guide for this version; there will be a migration script when everything has moved to dotcom-ui-base-styles
, but updating to this version will make the migration to dotcom-ui-base-styles
easier for you.
What's Changed
- Remove polyfill.io from Karma config by @rowanmanning in #169
- Delete .github/settings.yml by @apaleslimghost in #170
- refactor: don't duplicate the o-normalise helpers by @apaleslimghost in #171
- Remove code splitting mixins by @apaleslimghost in #174
- Deprecate javascript utils by @apaleslimghost in #177
⚠️ Breaking Changes
- feat!: remove unused legacy n-ui-configured variable by @apaleslimghost in #175
- feat!: remove image mixin by @apaleslimghost in #172
- feat!: remove $spacing-unit by @apaleslimghost in #173
- feat!: remove default html font size by @apaleslimghost in #176
Full Changelog: v10.1.0...v11.0.0