v60.3.0
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