Skip to content

Commit c13f58f

Browse files
5.1.6 (#284)
* Update camera logic for hass 2025.6 (#273) * Development (#267) * Feature/throttle updates and responsive bug (#241) * Fixing throttle updates and resposnive issue * Updating package and changelog with locales * Small refactor * Updating changelog * 248 reported delays with card updates (#249) * Updates with timecard issues * Fixed bug where ticking function wouldn't update the clock if no entity or other props are provided * Optimsations with tooltip * updating log * Updating changelog * Reverting time card story changes * Typo * Locales, prettier & bumping version * Optional breakpoints (#263) * WIP on 253-add-useruser-hook * Cleanup * Adding case where the window context from match media is null * Add useUser hook (#260) * Adding useUser hook and documentation * adding temp alias * Upgrading storybook * Removing framer motion (#265) * Removing framer motion * Moving AutoHeight to shared directory * Removing redundant state variable * Small performance optimisation * Updating locales * Ready for release * bumping versions * Doc updates * Update camera logic for hass 2025.6 * Camera linting --------- Co-authored-by: Shannon Hochkins <[email protected]> * 269 useusers a new hook to retrieve a list of users (#270) * Development (#267) * Feature/throttle updates and responsive bug (#241) * Fixing throttle updates and resposnive issue * Updating package and changelog with locales * Small refactor * Updating changelog * 248 reported delays with card updates (#249) * Updates with timecard issues * Fixed bug where ticking function wouldn't update the clock if no entity or other props are provided * Optimsations with tooltip * updating log * Updating changelog * Reverting time card story changes * Typo * Locales, prettier & bumping version * Optional breakpoints (#263) * WIP on 253-add-useruser-hook * Cleanup * Adding case where the window context from match media is null * Add useUser hook (#260) * Adding useUser hook and documentation * adding temp alias * Upgrading storybook * Removing framer motion (#265) * Removing framer motion * Moving AutoHeight to shared directory * Removing redundant state variable * Small performance optimisation * Updating locales * Ready for release * bumping versions * Doc updates * New hook, zustand upgrade * Pushing up, check master props * Merging master * Fixed typescript and storyboook * Adding docs * Lots of changes mainly related to useStore * Lots more updates! * Prep for release * Re-running build * bumping package versions * 282 npm install issue (#283) * Fixed create package, re-ran build on packages, fixed react-strict mode for auth * Pushing latest changes --------- Co-authored-by: kdkavanagh <[email protected]>
1 parent dbd104e commit c13f58f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+125050
-109829
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 5.1.6
2+
3+
### General
4+
5+
- Bumping core dependencies, removed a bunch of other unused dependencies
6+
- Exported VideoPlay and hls/webrtc components for more custom usage outside of CameraCard
7+
- Fixed bug with `npm create hakit@latest` where the latest vite was conflicting with the post creation steps
8+
- Upgraded storybook
9+
- Upgraded locales to match latest home assistant release
10+
11+
### @hakit/components
12+
- BUGFIX - MediaPlayerCard - Play media now expects a "media" object for media_content_type and media_content_id
13+
14+
### @hakit/core
15+
- Fixed authentication bug where it would make a duplicate request to /auth causing the first login to fail immediately
16+
117
# 5.1.5
218
- typescript issues.... Nothing worth mentioning
319

0 commit comments

Comments
 (0)