Skip to content

Commit

Permalink
backported fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Nov 6, 2024
1 parent 74c06ce commit 176e2da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.13.8] - 2024-11-06

- Backported fixes from 0.14.0-rc1

## [0.13.7] - 2024-10-20

- Added video and audio options to `use_user_media` (thanks to @sauloco).
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos-use"
version = "0.13.7"
version = "0.13.8"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming"]
Expand Down Expand Up @@ -34,7 +34,7 @@ num = { version = "0.4", optional = true }
paste = "1"
thiserror = "1"
unic-langid = { version = "0.9", optional = true }
wasm-bindgen = "=0.2.93"
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = "0.4"
web-sys = { version = "=0.3.70", optional = true }

Expand Down Expand Up @@ -343,6 +343,7 @@ use_user_media = [
"web-sys/MediaStream",
"web-sys/MediaStreamConstraints",
"web-sys/MediaStreamTrack",
"web-sys/MediaTrackConstraints",
"web-sys/VideoFacingModeEnum",
]
use_web_notification = [
Expand All @@ -353,7 +354,6 @@ use_web_notification = [
"web-sys/NotificationOptions",
"web-sys/NotificationPermission",
"web-sys/NotificationDirection",
"web-sys/MediaTrackConstraints",
"web-sys/VisibilityState"
]
use_websocket = ["dep:web-sys", "dep:codee"]
Expand Down

0 comments on commit 176e2da

Please sign in to comment.