Browse Source

feat: Rate support more html attributes (#42676)

* feat: upgrade rc-rate

* test: update snapshot

* test: update snapshot

* Update package.json

* Update package.json
pull/42723/head
afc163 2 years ago
committed by GitHub
parent
commit
636eeeb565
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      components/form/__tests__/__snapshots__/demo-extend.test.ts.snap
  2. 1
      components/form/__tests__/__snapshots__/demo.test.tsx.snap
  3. 2
      package.json

1
components/form/__tests__/__snapshots__/demo-extend.test.ts.snap

@ -20288,6 +20288,7 @@ exports[`renders components/form/demo/validate-other.tsx extend context correctl
>
<ul
class="ant-rate"
id="validate_other_rate"
role="radiogroup"
tabindex="0"
>

1
components/form/__tests__/__snapshots__/demo.test.tsx.snap

@ -9168,6 +9168,7 @@ exports[`renders components/form/demo/validate-other.tsx correctly 1`] = `
>
<ul
class="ant-rate"
id="validate_other_rate"
role="radiogroup"
tabindex="0"
>

2
package.json

@ -139,7 +139,7 @@
"rc-pagination": "~3.4.2",
"rc-picker": "~3.7.4",
"rc-progress": "~3.4.1",
"rc-rate": "~2.10.0",
"rc-rate": "~2.11.2",
"rc-resize-observer": "^1.2.0",
"rc-segmented": "~2.2.0",
"rc-select": "~14.5.0",

Loading…
Cancel
Save