Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e83ad8d504 | |||
| 765b01afe0 |
14
changelog.md
14
changelog.md
@@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-04-11 - 1.5.3 - fix(readme)
|
||||||
|
Update readme.md: remove redundant usage section and refine component documentation with improved examples.
|
||||||
|
|
||||||
|
- Removed the standalone manual import and usage example for components.
|
||||||
|
- Added refined examples demonstrating both basic and option-based usage (e.g. for DeesButton).
|
||||||
|
- Improved markdown formatting and consistency across component documentation.
|
||||||
|
|
||||||
|
## 2025-04-11 - 1.5.3 - fix(readme)
|
||||||
|
Update readme.md for clearer documentation: removed redundant 'Usage' section and refined component examples (e.g., DeesButton's basic and options usage) for improved clarity and consistency.
|
||||||
|
|
||||||
|
- Removed standalone usage example showing manual import and creation of components
|
||||||
|
- Added refined examples demonstrating both basic and option-based usage of components
|
||||||
|
- Improved overall readme formatting and consistency across component documentation
|
||||||
|
|
||||||
## 2025-04-11 - 1.5.2 - fix(ci)
|
## 2025-04-11 - 1.5.2 - fix(ci)
|
||||||
Remove obsolete GitLab CI configuration file
|
Remove obsolete GitLab CI configuration file
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@design.estate/dees-catalog",
|
"name": "@design.estate/dees-catalog",
|
||||||
"version": "1.5.2",
|
"version": "1.5.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
|
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog',
|
name: '@design.estate/dees-catalog',
|
||||||
version: '1.5.2',
|
version: '1.5.3',
|
||||||
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user