Css reset
A base stylesheet for the Atlassian Design System.
yarn add @atlaskit/css-reset
7.0.1
Patch Changes
- Updated dependencies
A base stylesheet for the Atlassian Design System.
yarn add @atlaskit/css-reset
#117363
10a0f7f6c2027
-
This package's peerDependencies
have been adjusted for react
and/or react-dom
to reflect the
status of only supporting React 18 going forward. No explicit breaking change to React support has
been made in this release, but this is to signify going forward, breaking changes for React 16 or
React 17 may come via non-major semver releases.
Please refer this community post for more details: https://community.developer.atlassian.com/t/rfc-78-dropping-support-for-react-16-and-rendering-in-a-react-18-concurrent-root-in-jira-and-confluence/87026
c733052840ce2
-
Remove deprecated constants from css-reset. Apply correct default code font family based on
typography modern theme.95f59fd3d63f9
-
Tokenize small element on CSS reset inline with new typography system.#127511
db30e29344013
-
Widening range of react
and react-dom
peer dependencies from ^16.8.0 || ^17.0.0 || ~18.2.0
to the wider range of ``^16.8.0 || ^17.0.0 || ^18.0.0` (where applicable).
This change has been done to enable usage of react@18.3
as well as to have a consistent peer
dependency range for react
and react-dom
for /platform
packages.
555f5611abaf
-
Utilise typography tokens in css reset without any UI changesece3768d98ba
-
Internal change to remove any usages of font tokens with hardcoded values as these tokens are
being deprecated.893f68af200
- check in
bundle.css file into source, update package scripts461d74c2e9d
- change
color because of insufficient color contrast for focus indicator599bfe90ee3
- Internal
change to use shape tokens. There is no expected visual change.56507598609
- Skip
minor dependency bump35d89e93915
- Internal
change to enforce token usage for spacing properties. There is no expected visual or behaviour
change.f91b48763da
- [ux]
Updates the body font size to use a typography token. This is a no-op change as the typography
theme is not active.2d3b7c04afb
- Enroll
@atlaskit/css-reset to push model consumption8e0b1456821
- Migrated
use of gridSize
to space tokens where possible. There is no expected visual or behaviour change.718d5ad3044
- Updates
to support the new @atlaskit/tokens
theming API.6455cf006b3
- Builds
for this package now pass through a tokens babel plugin, removing runtime invocations of the
tokens() function and improving performance.19d72473dfb
- Updates
usage of deprecated token names so they're aligned with the latest naming conventions. No UI or
visual changes5168407f185
- Fixes an
issue in the CSS reset where the SVG text element didn't inherit the correct reset styles.b8fd2911013
- [ux]
Reduced motion styles that were causing layout flickers have been removed.f460cc7c411
- Builds
for this package now pass through a tokens babel plugin, removing runtime invocations of the
tokens() function and improving bundle size.fd7b67c606a
- [ux] The
reset now uses focus-visible (if supported) instead of styling :focus directly.92620c3aa0d
- [ux]
Reduced motion support has been added to the CSS reset.950a744a150
- [ux]
Color values now sourced through tokens.cdfd30ef56
- Bumping
dep for fbjs util and moving it to a devDep for css-reset5f58283e1f
- Export
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
versions here: https://atlaskit.atlassian.com/get-started Also add typescript
to
devDependencies
to denote version that the package was built with.#3885
6c525a8229
- Upgraded
to TypeScript 3.9.6 and tslib to 2.0.0
Since tslib is a dependency for all our packages we recommend that products also follow this tslib upgrade to prevent duplicates of tslib being bundled.
87f4720f27
- Officially
dropping IE11 support, from this version onwards there are no warranties of the package working in
IE11. For more information see:
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/3953482a7c30a60
- The
module:es2019 field for css-reset should also point to bundle.css instead of a js filec2dbd2384c
- FIX:
Override for the default button font style introduced in latest Chrome 83.x.x.x[patch]6548261c9a:
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies 6548261c9a:
[patch]35d2229b2a:
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
[patch]097b696613:
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving non-relative imports as relative imports
[major]bfb006f65a:
[patch]52868d4352:
<small>
elements[major]7c17b35107:
[patch]6c0d9da30e:
[patch]ef9931d: