@crownpeak/dqm-react-component 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/DQMSidebar.d.ts.map +1 -1
- package/dist/auth-ui/assets/index-CczTRrba.js +158 -0
- package/dist/auth-ui/index.html +1 -1
- package/dist/components/renderers/BrowserViewRenderer.d.ts +1 -0
- package/dist/components/renderers/BrowserViewRenderer.d.ts.map +1 -1
- package/dist/index.cjs +23 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3463 -3444
- package/dist/index.js.map +1 -1
- package/package.json +15 -15
- package/dist/auth-ui/assets/index-CehNKFGj.js +0 -158
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [1.0.1] - 2025-12-08
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Resolved issue with error highlighting in certain browsers
|
|
12
|
+
- Fixed TypeScript type definition for DQMSidebar props
|
|
13
|
+
|
|
8
14
|
## [1.0.0] - 2025-10-30
|
|
9
15
|
|
|
10
16
|
### Added
|
package/dist/DQMSidebar.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DQMSidebar.d.ts","sourceRoot":"","sources":["../src/DQMSidebar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAuC9D,OAAO,KAAK,EAA8B,eAAe,EAAc,MAAM,SAAS,CAAC;AAkBvF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,
|
|
1
|
+
{"version":3,"file":"DQMSidebar.d.ts","sourceRoot":"","sources":["../src/DQMSidebar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAuC9D,OAAO,KAAK,EAA8B,eAAe,EAAc,MAAM,SAAS,CAAC;AAkBvF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA4oEhD,CAAC;AAEF,eAAe,UAAU,CAAC"}
|