@ui5/webcomponents-react-base
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [2.6.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.5.0...v2.6.0) (2025-01-09) | ||
### Features | ||
- update to UI5 Web Components 2.6.2 ([#6792](https://github.com/SAP/ui5-webcomponents-react/issues/6792)) ([c147bf7](https://github.com/SAP/ui5-webcomponents-react/commit/c147bf7b4d30e606ffab67ed0cbece6c202a8e1c)) | ||
# [2.5.0](https://github.com/SAP/ui5-webcomponents-react/compare/v2.4.0...v2.5.0) (2024-12-09) | ||
@@ -8,0 +14,0 @@ |
const VersionInfo = { | ||
version: '2.5.0', | ||
version: '2.6.0', | ||
major: 2, | ||
minor: 5, | ||
minor: 6, | ||
patch: 0, | ||
suffix: '', | ||
isNext: false, | ||
buildTime: 1733729359 | ||
buildTime: 1736425956 | ||
}; | ||
export default VersionInfo; |
@@ -1,6 +0,5 @@ | ||
import type { StyleDataCSP } from '@ui5/webcomponents-base/dist/ManagedStyles.js'; | ||
interface UseStyleSheetOptions { | ||
alwaysInject?: boolean; | ||
} | ||
export declare function useStylesheet(styles: StyleDataCSP, componentName: string, options?: UseStyleSheetOptions): void; | ||
export declare function useStylesheet(styles: string, componentName: string, options?: UseStyleSheetOptions): void; | ||
export {}; |
{ | ||
"name": "@ui5/webcomponents-react-base", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "Base for ui5-webcomponents-react", | ||
@@ -34,3 +34,3 @@ "type": "module", | ||
"@types/react": "*", | ||
"@ui5/webcomponents-base": "~2.5.0", | ||
"@ui5/webcomponents-base": "~2.6.2", | ||
"react": "^18 || ^19" | ||
@@ -56,3 +56,3 @@ }, | ||
], | ||
"gitHead": "7bbf47886592c3adad9b72e7ff2dbf07a4df3887" | ||
"gitHead": "db1b78d6b3f20bc0cd02a65ae1b95819bc72fd70" | ||
} |
233431
3726