- Configs cassées sous Svelte 5 : eslint (eslint-plugin-svelte3), prettier
(plugin v2), leurs scripts lint/format et dépendances associées
- Fichiers sans usage : .npmrc, .vscode/, .github/ (vide), CHANGELOG.md
de la librairie, .eslintcache
- Player.svelte (composant headless) conservé : c'est le moteur de
radio-player.svelte — check 0/0, build vert
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## svelte-podcast@0.9.0
### Minor Changes
- 528457f: Restructures package exports
- 528457f: - improved export structure
- simplify audio methods
- improve typescript types
- bba2421: Improve example components
- bba2421: improve progress component style overrides
- f42a00f: removes autoplay as it doesn't behave as users would expect
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## svelte-podcast@0.8.0
### Minor Changes
- d18b0c7: refactor audio element logic
- 29ef657: switch to jsdoc from ts
- d18b0c7: rewrite docs with code samples
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## svelte-podcast@0.7.0
### Minor Changes
- 16366ec: improvements to headless components
- 415d083: switch to jsdoc from ts
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.
# Releases
## svelte-podcast@0.6.0
### Minor Changes
- 1a95ddd: Updates dependencies
- 9232f4d: Improves theming with css variables
Improves developer logs
Fixes various package export issues
Adds player components:
- Player: `<PlayerStack />`
- Player: `<PlayerWidget />`
- Utility: `<HeadlessTimeline />`
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>