Skip to content

7.26.0

Compare
Choose a tag to compare
@Inbal-Tish Inbal-Tish released this 10 Jul 06:29
· 99 commits to master since this release

🚀 What’s New?

🎁 Features

• DateTimePicker - support confirm/cancel button props. (#3161)
• Picker - support renderHeader in wheel picker mode. (#3165)

🔧 Fixes

• Button - fix icon coloring issue on Web. (#3158)
• Picker - fix field type not showing the selected value. (#3168)
• Checkbox - fix crash when using hint on android. (#3170)

⚙️ Maintenance & Infra

• Picker - testing coverage. (#3107)
• Export assets emojis type. (#3163)
• Export emojis as const. (#3164)
• Picker - usePickerLabel - add tests. (#3162) revert fix for string value (#3169)
• Move mock to tests. (#3152)
• Rename sub components to match their file name. (#3152)
• New docs do not require fake components, all typing files should be types.ts. (#3151)
• Dialog.driver - improve API. (#3157)
• TextField - test new features (helperText, validationIcon, clearButton) and presets. (#3125)
• TextField - clearButton tests - fix snapshot and driver. (#3159)

💡 Deprecations & Migrations

• Picker types arrangement - new props, props deprecation. (#3149)

OTHERS

• Update README.md - add link to Figma library (#3167)

HotFix 7.26.1

  • Picker - fieldType - fix and align to UX guidelines (#3175)

HotFix 7.26.2

  • Picker - remove colon from label on filter fieldType (#3179)
  • Allow icon custom style override defaults (#3176)
  • Avoid memoizing render textfield in Picker (#3181)