2024-06-26 21:12:11 +02:00
# Changelog
2025-11-30 17:30:38 +00:00
## 2025-11-30 - 1.2.4 - fix(uptimelink-webwidget)
Modernize element props (use accessor), bump deps, add CI/workflows, export pages and update package metadata/docs
- Converted Lit/DeesElement @property fields to use TypeScript 'accessor' for uptimelink-webwidget properties (isOnTop, projectSlug, isFocused, isElevated, showExpanded)
- Bumped runtime and dev dependencies (@design .estate/* and @git .zone/*) and added @types/node
- Added buildDocs script (tsdoc) and adjusted npm scripts
- Added CI workflows (.gitea/workflows) for tagged and non-tagged runs
- Exported pages (ts_web/pages) and added example page modules (page1, page2)
- Updated package.json metadata (repository, bugs, homepage, pnpm.overrides)
- Adjusted tsconfig (target/module settings, baseUrl/paths, exclude) to align with modern toolchain
- Updated README and changelog entries and cleaned html/index.html comments
- Added .gitignore entries for AI tooling directories (.claude, .serena)
2025-01-09 13:46:31 +01:00
## 2025-01-09 - 1.2.3 - fix(webwidget)
2025-11-30 17:30:38 +00:00
2025-01-09 13:46:31 +01:00
Fix style issues for UptimelinkWebwidget element.
- Resolved indentation and formatting issues in UptimelinkWebwidget component.
- Ensured proper use of cssManager for theming.
- Fixed event handling for expanded view toggle.
2025-01-09 04:05:19 +01:00
## 2025-01-09 - 1.2.2 - fix(component)
2025-11-30 17:30:38 +00:00
2025-01-09 04:05:19 +01:00
Fix sizing of status indicator in uptimelink-webwidget
- Corrected the status indicator dimensions for consistency.
2025-01-09 03:43:55 +01:00
## 2025-01-09 - 1.2.1 - fix(UptimelinkWebwidget)
2025-11-30 17:30:38 +00:00
2025-01-09 03:43:55 +01:00
Remove incorrect scale transformation in focused state.
- Fixed the CSS transform property for the .mainbox.focused class in the UptimelinkWebwidget component by removing an unintended scale transformation.
2025-01-09 03:22:30 +01:00
## 2025-01-09 - 1.2.0 - feat(webwidget)
2025-11-30 17:30:38 +00:00
2025-01-09 03:22:30 +01:00
Enhanced widget animations and styling
- Enabled reflect option for 'isOnTop' and 'showExpanded' properties.
- Improved the animation and styling of the 'mainbox' when it gains focus.
- Mainbox now has smoother opacity transitions and better background handling.
- Enhanced functionality of widget positioning for better rendering.
2024-06-28 14:38:08 +02:00
## 2024-06-28 - 1.1.2 - fix(elements)
2025-11-30 17:30:38 +00:00
2024-06-28 14:38:08 +02:00
Fix blur effect in UptimelinkWebwidget component
- Changed blur effect from true to false in the DeesWindowLayer setup
2024-06-27 12:32:17 +02:00
## 2024-06-27 - 1.1.1 - fix(build)
2025-11-30 17:30:38 +00:00
2024-06-27 12:32:17 +02:00
Fix build script to use correct tsbuild command
- Corrected the build script in package.json to use 'tsbuild tsfolders --allowimplicitany && tsbundle element --production' instead of 'tsbuild element --allowimplicitany && tsbundle element --production'.
2024-06-27 01:52:35 +02:00
## 2024-06-27 - 1.1.0 - feat(elements)
2025-11-30 17:30:38 +00:00
2024-06-27 01:52:35 +02:00
Add performance improvements to uptimelink-webwidget
- Added 'will-change: transform' to improve performance of the transform property
- Increased transition speed for element opacity from 0.2s to 0.1s for faster visual feedback
- Added scale transformation effect to the focused state of the widget
2024-06-27 01:35:36 +02:00
## 2024-06-27 - 1.0.82 - fix(core)
2025-11-30 17:30:38 +00:00
No code changes detected. Preparing for version increment based on package state.
2024-06-27 01:35:36 +02:00
2024-06-26 21:15:03 +02:00
## 2024-06-26 - 1.0.81 - fix(core)
2025-11-30 17:30:38 +00:00
2024-06-26 21:15:03 +02:00
Updated dependencies and improved code documentation.
- Updated internal dependencies to newer versions.
- Improved code documentation within TypeScript files.
- Adjusted scripts in package.json for better build performance.
2024-06-26 21:13:48 +02:00
## 2024-06-26 - 1.0.80 - fix(documentation)
2025-11-30 17:30:38 +00:00
2024-06-26 21:13:48 +02:00
Update package description and README for clarity
- Updated the README to provide better installation and usage instructions.
- Ensured that all sections contain relevant TypeScript and HTML examples.
- Added styling and advanced interaction examples to README.
2024-06-26 21:12:11 +02:00
## 2024-06-26 - 1.0.79 - fix(core)
2025-11-30 17:30:38 +00:00
2024-06-26 21:12:11 +02:00
Fixed various package metadata issues and improved component interactions
- Corrected package name and description in package.json
- Updated dependencies and devDependencies to latest versions
- Enhanced installation and usage documentation in readme.md
- Replaced internal 'UptimelinkWindowLayer' with '@design .estate/dees-catalog' dependency
## 2023-10-06 - 1.0.78 - Core
2025-11-30 17:30:38 +00:00
2024-06-26 21:12:11 +02:00
Multiple core updates
- Applied fixes and updates to core functionality repeatedly from version 1.0.55 to 1.0.78.
## 2022-03-25 - 1.0.69 - Core
2025-11-30 17:30:38 +00:00
2024-06-26 21:12:11 +02:00
Core updates and fixes
- Incremental core fixes and updates from version 1.0.55 to 1.0.69.
## 2021-03-09 - 1.0.67 - Core
2025-11-30 17:30:38 +00:00
2024-06-26 21:12:11 +02:00
Series of core fixes
- Continued fixes and updates to core from version 1.0.55 to 1.0.67.
## 2020-11-29 - 1.0.61 - Core
2025-11-30 17:30:38 +00:00
2024-06-26 21:12:11 +02:00
Regular core fixes
- Ongoing core fixes and updates from version 1.0.55 to 1.0.61.
## 2020-09-19 - 1.0.58 - Core
2025-11-30 17:30:38 +00:00
2024-06-26 21:12:11 +02:00
Core updates
- Core has been updated and fixed multiple times from version 1.0.55 to 1.0.58.