Releases: KTibow/lovelace-dark-soft-ui-theme
Fix card alignment
Fix card alignment
🛠▶🟦◀
✅ No breaking changes.
Summary
This removes some styling that's supposed to make everything vertical, but instead messes alignment up.
Changelog
- Remove block of styling
Look for yourself: v0.59...v0.60
Fix 0.117 syntax
Fix 0.117 syntax
🆕🛠🔁
✅ No breaking changes.
Summary
0.117 includes a built-in compact header. This updates the syntax for it. It also removes a scrollbar in popups.
Changelog
- Update styling block
- Add header-height
- Remove another block of styling
Look for yourself: v0.58...v0.59
Fix card-mod syntax
Fix card-mod syntax
🆕🛠
✅ No breaking changes.
Summary
With the new card-mod shadow root syntax, it won't render the whole thing if a part doesn't exist, so you can't do per-card-type styling anymore. This removes that part so it works again.
Changelog
- Remove block of styling
Look for yourself: v0.57...v0.58
Header improvements based on feedback
Header improvements based on feedback
💻⏬🛠🆕📖👍
✅ No breaking changes.
Summary
The card-mod wiki was recently released, and I've been a large contributor to it. Other people on the forums gave me lots of feedback, and I came up with some stuff of my own, and this is the result!
Changelog
- Upgrade syntax for new card-mod shadow roots
- Improve header comments
- Add shadow to this thing:
- Improve bottom header
- Make code smaller and better based on maykar's config
Look for yourself: KTibow/lovelace-light-soft-ui-theme@v0.56...v0.57
Header improvements
Header improvements
💻🔝👍✨📱
✅ No breaking changes.
Summary
This adds lots of improvements to the header. If you need to open the sidebar on portrait view, swipe from the left.
Changelog
- Apply shadow to overflow menu popup
- If you set the header to the bottom, make it a bit upward.
- Make it possible to hide the overflow menu by uncommenting
- On portrait view, hide the voice button and the sidebar button and make the header take up more space. If you need to open the sidebar on portrait view, swipe from the left.
Look for yourself: v0.55...v0.56
Header on the bottom, and custom header for edit mode
Header on the bottom, and custom header for edit mode
💻🔽➕🛠▶◀
✅ No breaking changes.
Summary
This lets you move the header to the bottom by uncommenting some stuff in the theme YAML, and also makes the edit mode smaller. And guess what? I forgot to push last time (dark mode only), so this has the stuff I missed.
Changelog
- Remove "Lovelace" from readme header
- Update screenshot, and add notice for custom card source
- Fix top padding so your dashboard takes up the whole screen
- Make the edit mode header be compact
- Move some buttons around
- Remove some old stuff from the YAML
Look for yourself: v0.54...v0.55
Fixes and tweaks
Fixes and tweaks
🎲🛠🐛🐜
✅ No breaking changes.
Summary
This adds some stuff and tweaks around.
Changelog
- Add ha-card-border-width
- Apply align center and font family to more headers
- Make popup background color based on color
- Change colors:
- ["Purple", 270],
+ ["Violet", 270],
- ["Pink", 300],
+ ["Rose", 315],
- Install stalebot and greeting bot
Look for yourself: v0.53...v0.54
Bux fixes (breaking from v0.52)
Bux fixes (breaking from v0.52)
🚫🐛.
⚡⚠️ Breaking change:
If you're upgrading from a v0.52, please uninstall your existing installation, and reinstall to avoid duplicate themes.
Summary
This fixes a couple of bugs in v0.52.
Changelog
- Make line height
2.2
from2.4
- Fix card-mod for default theme
- Adjust colors
Look for yourself: v0.52...v0.53
NEW COLORS! (BREAKING CHANGES)
NEW COLORS! (BREAKING CHANGES)
Okay, so multiple colors wasn't asked for, but I figured you guys (/gals) might like it. Make sure to say you like it in the forum thread, or I'll be disappointed 😛 .
⚡⚠️ Breaking change:
HACS doesn't handle updating multiple themes well. Instead of updating, uninstall the theme and reinstall it, or you'll have an old, not-updated theme.
Summary
This release adds multiple colors, auto-generated by a script. Also it has random various tweaks/changes/fixes.
Changelog
- Add more colors (Red, Fire, Orange, Yellow, Lime, Green, Mint, Cyan, [default], Indigo, Purple, Pink)
- In the case of the default theme color, add an extra space to the end
- Change accent color and background color (depends on color)
- Fix for colons in code editor (0.115)
- Reduce line height (
2.6em
to2.4em
)
Look for yourself: KTibow/lovelace-light-soft-ui-theme@v0.51...v0.52
Colors, fonts, and more
Colors, fonts, and more
- Add
success-color
,info-color
, andwarning-color
- Change
error-color
slightly - Add
paper-font-subhead_-_font-family
- Add
code-font-family
(wait till 0.115 to activate) - Update
label-badge
colors - Add
ha-card-border-color
(fixesoutlined
cards, such as integrations page or card picker)