@crownpeak/dqm-react-component 1.2.2 → 1.2.4
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 +14 -0
- package/LICENSE +1 -1
- package/dist/auth-ui/assets/index-CcFepUgA.js +158 -0
- package/dist/auth-ui/index.html +1 -1
- package/dist/dqm-widget.esm.js +65 -65
- package/dist/dqm-widget.iife.js +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +4 -3
- package/dist/auth-ui/assets/index-YKFZYENy.js +0 -158
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,20 @@ 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.2.4] - 2026-01-08
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- **Marketing Website**: New Next.js marketing/documentation website deployed to GitHub Pages
|
|
12
|
+
- Hero section with animated feature highlights
|
|
13
|
+
- Interactive demo section with live sidebar preview
|
|
14
|
+
- Integration section with code examples and copy functionality
|
|
15
|
+
- Multi-language support (English, German, Spanish) using react-i18next
|
|
16
|
+
- Framer Motion animations throughout
|
|
17
|
+
- Built with Tailwind CSS and shadcn/ui components
|
|
18
|
+
- WCAG AA accessibility compliant (proper aria-labels, 4.5:1+ contrast ratios)
|
|
19
|
+
- Static export for GitHub Pages hosting
|
|
20
|
+
- **AI Agent Documentation**: Added comprehensive Website section to `.github/copilot-instructions.md`
|
|
21
|
+
|
|
8
22
|
## [1.2.2] - 2026-01-08
|
|
9
23
|
|
|
10
24
|
### Fixed
|
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2025 Crownpeak Technology GmbH
|
|
3
|
+
Copyright (c) 2025-2026 Crownpeak Technology GmbH
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|