Skip to content

v60.3.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 19 Jan 16:00
· 1671 commits to master since this release

60.3.0 (2022-01-19)

Features

  • Add new icons radio-checked and radio-unchecked (d441d6c)
  • Add new Radios button (13cf089)
  • Deprecates old Radio component (b5785b4). A codemods is available to replace it with the new one, with this command :
    jscodeshift -t $(yarn global dir)/node_modules/@cozy/codemods/src/transforms/transform-radio.js src --parser babel --extensions js,jsx