Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 6.21 KB

File metadata and controls

53 lines (35 loc) · 6.21 KB

Changelog

0.3.0 (2026-06-30)

⚠ BREAKING CHANGES

  • deps: upgrade Expo SDK 53 → 55 (#202)

Features

Bug Fixes

  • ci: fix iOS release workflow provisioning profile and build number (#197) (5ed8c9a)
  • components: adopt nested typography token shape from @equinor/eds-tokens@2.3.0-beta.3 (#180) (02e82bd)
  • components: read-only Input allows copy; disabled blocks all interaction (#200) (cec811f)
  • storybook: Components header title not theme-aware in dark mode (#210) (432242f)

Miscellaneous Chores

0.2.0 (2026-05-11)

⚠ BREAKING CHANGES

  • typography: migrate Typography to new token system (#146)
  • input: redesign Input to match Figma design (#111)
  • radio: redesign Radio to match Figma design (#108)
  • switch: redesign Switch to match Figma design (#103)
  • button: redesign Button to match Figma design (#109)

Features

  • button: redesign Button to match Figma design (#109) (02a2523), closes #42
  • checkbox: add Checkbox component matching Figma design (#110) (1fadbea), closes #98
  • implement color token system across components (#76) (12e645c), closes #72
  • input: redesign Input to match Figma design (#111) (2f31784), closes #95
  • radio: redesign Radio to match Figma design (#108) (996ca99)
  • storybook: add density toggle to component header (#159) (e62c476)
  • storybook: app cleanup and release prep (#162) (e7fae72)
  • switch: redesign Switch to match Figma design (#103) (1a6a5e1), closes #96
  • typography: migrate Typography to new token system (#146) (9e6fefd), closes #99