dialog
dialog copied to clipboard
React Dialog
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.2 to 5.3.7. Release notes Sourced from bootstrap's releases. v5.3.7 📚 Documentation Fixed broken "View on GitHub" URLs Corrected HTML <head> content generated by the "Download examples"...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.2 to 16.1.2. Release notes Sourced from lint-staged's releases. v16.1.2 Patch Changes #1570 a7c0c88 Thanks @ItsNickBarry! - When using --diff-filter with the D option to include deleted...
Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.12 to 1.1.0. Release notes Sourced from cheerio's releases. v1.1.0 What's Changed fix(attributes): support .prop on document nodes by @fb55 in cheeriojs/cheerio#4320 fix(types): fix ExtractedValue type by...
添加了extra,https://github.com/ant-design/ant-design/issues/53542 ## Summary by CodeRabbit - **新功能** - Dialog 组件新增支持 extra 属性,可在对话框标题栏旁自定义额外内容(如按钮、链接等)。 - **样式** - 优化对话框标题栏布局,提升 extra 内容的展示效果。 - 修正关闭按钮透明度样式,提升界面一致性。
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.3.1 to 19.1.0. Release notes Sourced from react's releases. 19.1.0 (March 28, 2025) Owner Stack An Owner Stack is a string representing the components that are directly...
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 18.3.1 to 19.1.0. Release notes Sourced from react-dom's releases. 19.1.0 (March 28, 2025) Owner Stack An Owner Stack is a string representing the components that are directly...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.4.0 to 16.3.0. Release notes Sourced from @testing-library/react's releases. v16.3.0 16.3.0 (2025-04-02) Features add bernardobelchior as a contributor for code, and doc (#1391) (9fc6a75) v16.2.0 16.2.0 (2025-01-15)...
Description: When a dialog component is open in the application and the 'Escape' key is pressed to close it, the application becomes unresponsive. Other UI elements on the page become...