changelog.stories.mdx 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <Meta title="Changelog" />
  2. # Changelog
  3. This is where you can find all of the latest updates to Sentry's design and component system.
  4. ---
  5. <p className="small">Nov 9, 2021</p>
  6. ## New Colors page
  7. We've added a new page covering our color system. Highlights include the meaning of accent colors and accessibility concerns.
  8. <DocsLinks
  9. links={[
  10. {
  11. img: {
  12. src: require('docs-ui/images/colors-link-preview.svg'),
  13. alt: 'Various shapes in Sentry colors',
  14. },
  15. title: 'Colors',
  16. kind: 'Core/Colors',
  17. story: 'Page',
  18. },
  19. ]}
  20. />
  21. ---
  22. <p className="small">Sep 22, 2021</p>
  23. ## New Typography page
  24. We now have a new page documenting the type system and various text styling rules. Go check it out!
  25. <DocsLinks
  26. links={[
  27. {
  28. img: {
  29. src: require('docs-ui/images/typography-link-preview.svg'),
  30. alt: 'Text sample of characters "A", "z", "0", and "9" with grid lines in the background',
  31. },
  32. title: 'Typography',
  33. kind: 'Core/Typography',
  34. story: 'Page',
  35. },
  36. ]}
  37. />