We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b944d0c commit e9d440eCopy full SHA for e9d440e
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# v3.0.19-cpp.28
2
+
3
+`2026-04-27`
4
5
+- 🚀 feat(price): 组件增加原样渲染的兜底逻辑,支持输入内容包含无价格或多个价格时直接原样返回 (#3440)
6
+- ♿️ feat(calendarcard): 补充无障碍支持 (A11y),增加 `dayAriaLabel` 多语言配置,开放 `renderDayAriaLabel` 以及在 Web 端支持了 `weekdays` 属性自定义星期的表头
7
8
# v3.0.19-cpp.27
9
10
`2026-04-24`
package.json
@@ -1,6 +1,6 @@
{
"name": "@nutui/nutui-react-taro",
- "version": "3.0.19-cpp.28-beta.1",
+ "version": "3.0.19-cpp.28",
"style": "dist/style.css",
"main": "dist/nutui.react.umd.js",
"module": "dist/es/packages/nutui.react.build.js",
0 commit comments