You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,35 @@
2
2
3
3
4
4
5
+
## v0.1.19 (2025-01-19)
6
+
7
+
### Fix
8
+
9
+
* fix(release): Update artifact paths in release workflow
10
+
11
+
- Changed the artifact paths in the GitHub Actions release workflow to reflect the new directory structure for the widgets, ensuring that all relevant static files are correctly uploaded and downloaded.
12
+
- This adjustment enhances the reliability of the release process by maintaining consistency in file locations.
13
+
14
+
These changes contribute to a more efficient and organized release workflow for the numerous widgets. ([`7ebe264`](https://github.com/numerous-com/numerous-widgets/commit/7ebe26482212deb9aa2e56e1f9ffb8d56ab58915))
15
+
16
+
* fix(release): Update artifact path in release workflow
17
+
18
+
- Changed the artifact path in the GitHub Actions release workflow to include all static files from the widgets directory, improving the artifact upload process.
19
+
- This adjustment ensures that all relevant files are included in the release, enhancing the deployment efficiency.
20
+
21
+
These changes contribute to a more streamlined release process for the widget components. ([`83bf4e2`](https://github.com/numerous-com/numerous-widgets/commit/83bf4e2142d52c13ce12b569f4054cce499aca9f))
22
+
23
+
* fix(release): Update release workflow and enhance widget components
24
+
25
+
- Modified the GitHub Actions workflow to download multiple artifacts, improving the release process.
26
+
- Removed unnecessary console logs from the HTMLTemplateWidget for cleaner code.
27
+
- Refactored the MarkdownDrawerWidget to improve accessibility and user experience.
28
+
- Updated the TreeBrowserWidget to support drag-and-drop functionality and inline label editing, enhancing interactivity.
29
+
- Improved CSS styles across components for better visual consistency.
30
+
31
+
These changes collectively enhance the functionality and usability of the numerous widgets. ([`6841579`](https://github.com/numerous-com/numerous-widgets/commit/6841579764b4b65153491619455e835fb3f9f2e2))
0 commit comments