We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e244751 commit 2933e36Copy full SHA for 2933e36
packages/titlebar/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### v1.2.0 (_2024-12-30_)
2
+
3
+- feat: handle updates to the windowtitle attribute
4
5
### v1.1.0 (_2024-08-11_)
6
7
- fix: style for overlay mode
packages/titlebar/package.json
@@ -1,6 +1,6 @@
{
"name": "@electron-uikit/titlebar",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "Title bar web component for Electron app.",
"main": "dist/main.cjs",
"module": "dist/main.mjs",
0 commit comments