12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <Meta title="Changelog" />
- # Changelog
- This is where you can find all of the latest updates to Sentry's design and component system.
- ---
- <p className="small">Nov 9, 2021</p>
- ## New Colors page
- We've added a new page covering our color system. Highlights include the meaning of accent colors and accessibility concerns.
- <DocsLinks
- links={[
- {
- img: {
- src: require('docs-ui/images/colors-link-preview.svg'),
- alt: 'Various shapes in Sentry colors',
- },
- title: 'Colors',
- kind: 'Core/Colors',
- story: 'Page',
- },
- ]}
- />
- ---
- <p className="small">Sep 22, 2021</p>
- ## New Typography page
- We now have a new page documenting the type system and various text styling rules. Go check it out!
- <DocsLinks
- links={[
- {
- img: {
- src: require('docs-ui/images/typography-link-preview.svg'),
- alt: 'Text sample of characters "A", "z", "0", and "9" with grid lines in the background',
- },
- title: 'Typography',
- kind: 'Core/Typography',
- story: 'Page',
- },
- ]}
- />
|