Skip to content

Commit 579b5d6

Browse files
naomiaroclaude
andcommitted
Bump to v7.0.0 — remove combined context hook (breaking change)
BREAKING: useWaveformPlaylist and WaveformPlaylistContextValue removed. Use split hooks: usePlaylistData, usePlaylistControls, usePlaybackAnimation, usePlaylistState for optimal re-render performance. Also includes: PlaylistErrorBoundary, context memoization, AbortController fetch cleanup, audio disconnect diagnostics. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5852fb2 commit 579b5d6

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waveform-playlist-monorepo",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"private": true,
55
"description": "Multiple track web audio editor and player with waveform preview",
66
"author": "Naomi Aro",

packages/annotations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waveform-playlist/annotations",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Annotation support for waveform-playlist",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waveform-playlist/browser",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Browser bundle for waveform-playlist with React",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waveform-playlist/core",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Core types, interfaces and utilities for waveform-playlist",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/loaders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waveform-playlist/loaders",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Audio loaders for waveform-playlist",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/media-element-playout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waveform-playlist/media-element-playout",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "HTMLMediaElement-based playout engine for waveform-playlist with pitch-preserving playback rate",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/playout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waveform-playlist/playout",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Playout engine for waveform-playlist using Tone.js",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/recording/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waveform-playlist/recording",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Audio recording support for waveform-playlist using AudioWorklet",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/spectrogram/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waveform-playlist/spectrogram",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Spectrogram computation and UI for waveform-playlist",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waveform-playlist/ui-components",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "React UI components for waveform-playlist",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

0 commit comments

Comments
 (0)