changelog.stories.mdx 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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">Jan 12, 2022</p>
  6. ## Icon search
  7. Quickly find icons in the new search tool, see available props, and get instantly copiable JSX snippets.
  8. <DocsLinks
  9. links={[
  10. {
  11. img: {
  12. src: require('docs-ui/images/icons-link-preview.svg'),
  13. alt: 'Large colorful icons',
  14. },
  15. title: 'Icons',
  16. kind: 'Assets/Icons',
  17. story: 'Page',
  18. },
  19. ]}
  20. />
  21. ---
  22. <p className="small">Nov 9, 2021</p>
  23. ## New Colors page
  24. We've added a new page covering our color system. Highlights include the meaning of accent colors and accessibility concerns.
  25. <DocsLinks
  26. links={[
  27. {
  28. img: {
  29. src: require('docs-ui/images/colors-link-preview.svg'),
  30. alt: 'Various shapes in Sentry colors',
  31. },
  32. title: 'Colors',
  33. kind: 'Core/Colors',
  34. story: 'Page',
  35. },
  36. ]}
  37. />
  38. ---
  39. <p className="small">Sep 22, 2021</p>
  40. ## New Typography page
  41. We now have a new page documenting the type system and various text styling rules. Go check it out!
  42. <DocsLinks
  43. links={[
  44. {
  45. img: {
  46. src: require('docs-ui/images/typography-link-preview.svg'),
  47. alt: 'Text sample of characters "A", "z", "0", and "9" with grid lines in the background',
  48. },
  49. title: 'Typography',
  50. kind: 'Core/Typography',
  51. story: 'Page',
  52. },
  53. ]}
  54. />