Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e935dc3983 | |||
ab30b51c9e |
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-06-30 - 1.1.2 - fix(elements)
|
||||||
|
Fix various UI components and improve styles
|
||||||
|
|
||||||
|
- Updated styles for multiple components for better appearance in dark mode.
|
||||||
|
- Added missing event handling in `dees-input-fileupload` component.
|
||||||
|
- Implemented tooltip support in `dees-label` component.
|
||||||
|
- Fixed alignment issues in `dees-appui-*` components.
|
||||||
|
- Resolved various accessibility issues in form elements.
|
||||||
|
|
||||||
## 2024-06-30 - 1.1.1 - fix(build)
|
## 2024-06-30 - 1.1.1 - fix(build)
|
||||||
Fix build script by updating source folders.
|
Fix build script by updating source folders.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@design.estate/dees-catalog",
|
"name": "@design.estate/dees-catalog",
|
||||||
"version": "1.1.1",
|
"version": "1.1.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A library for building components and other projects",
|
"description": "A library for building components and other projects",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
|
1646
pnpm-lock.yaml
generated
1646
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.1.1',
|
version: '1.1.2',
|
||||||
description: 'A library for building components and other projects'
|
description: 'A library for building components and other projects'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user