Use curly quotes from the current font, removing an override that
switched to a Chinese font for those 4 characters. On all platforms,
this caused the quotes to differ in size and weight from the
surrounding text. On Linux, it also caused text to fall back to a
serif font rather than the intended sans-serif font. On Windows,
it used a full-width Chinese character, making it look like there
were extra spaces in the text. Typographic apostrophes, in
particular, appeared to have two or more extra spaces after them.
fix#13095
The picker allows to change from a valid date to an empty value (`date` becomes `null` and therefore cannot be formatted).
Same way it's done as for the `<div>` contained message.
* master: (45 commits)
Add type definitions for Steps.Step (#14468)
add select check to fix edge wave issue (#14469)
Fix for Pagination ellipsis misalignment (#14473)
change sentry id
✅ Add sentry in ant.design
💄 New Sketch resources!
fix transfer ref (#14441)
Add onMouseEnter and onMouseLeave for Menu Item (#14454)
update snapshot (#14467)
📝 beautify code style in documentation (#14457)
Updating type: TreeSelectProps.getPopupContainer (#14443)
change error version
3.12.4 changelog (#14436)
Format
Fix the bug that radio onchange will be ovrride by radioGroup onchange (#14364)
docs: updated doc for create-react-app
fix prefixCls of empty go to div (#14404)
update snapshot (#14406)
add radius on table-placeholder to fix table small size border clip (#14398)
fix style of Input.Search with enterButton (#14397)
...
* master: (23 commits)
✅ fix snapshots
Add docs for the List rowKey prop
💄 don't reset font-family in each component
💄 chore card less variable
Remove classNames from custom-typing file
add collapsed faq ref: #13953
feat: support define card border radius
Fix dateRender not supported at WeekPicker
📝 Add links in Home Page
📝 Fix site responsive interaction, close#13954💄 chore Steps[labelPlacement="vertical"] style
✅ fix warning in test case
📝 update tech antfin cases
🐛 site menu open bug
🐛 fix site defaultOpenKeys
Correct docs
💄 chore button code style
fix spaces in curly brackets
fix two more code style issues
Fix method argument name
...