Files
oki-podcast-reader/CHANGELOG.md
T
Ollie Taylor 738bbb917f Version Packages (#38)
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>
2023-07-09 23:26:46 +01:00

1.5 KiB

svelte-podcast

0.6.0

Minor Changes

  • 9232f4d: Improves theming with css variables Improves developer logs Fixes various package export issues Adds player components:

    • Player: <PlayerStack />
    • Player: <PlayerWidget />
    • Utility: <HeadlessTimeline />

0.5.0

Minor Changes

  • feba0d4: Improvements to audio stores:

    • Adds missing is_paused value.
    • Fixes to start_at value
    • Refactors localStorage stores & user preferences

0.4.0

Minor Changes

  • ff6a6d9: refactored audio element bindings for better control over element

0.3.4

Patch Changes

  • ff5caf2: fix to allow override of internal types

0.3.3

Patch Changes

0.3.2

Patch Changes

  • 6c849b7: Fixes derived store causing exessive updates

0.3.1

Patch Changes

0.3.0

Minor Changes

  • 0b12aab: Adds mechanic for managing user preferences

0.2.0

Minor Changes

  • 6f89448: Adds the ability to bind episode metadata to the audio store
  • a70d68d:
    • Restructures lib to make dist cleaner and dev easier to grock
    • Refactors bindings to make it easier to change values when loading a different source
    • Moves more values to micro-stores
  • 1841199: Adds save/load mechanic for episode progress

0.1.1

Patch Changes

0.1.0

Minor Changes

  • 2e6f082: Adds initial audio element abstraction with store