Commit Graph

156 Commits

Author SHA1 Message Date
Ollie Taylor 27ba46d9ad Version Packages (#45)
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>
2023-07-13 00:45:01 +01:00
Ollie Taylor 31079ceec9 Update README.md 2023-07-13 00:44:31 +01:00
Ollie Taylor d18b0c78d0 Simplify setup (#46) 2023-07-13 00:27:14 +01:00
Ollie Taylor 29ef65733e Update Docs Site (#44) 2023-07-11 22:13:18 +01:00
Ollie Taylor 3cb5e8eb46 Version Packages (#42)
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>
2023-07-10 22:25:06 +01:00
Ollie Taylor 415d083f24 JSDoc (#43) 2023-07-10 21:44:55 +01:00
Ollie Taylor 16366ec7f3 Headless Improvements (#41) 2023-07-10 16:35:58 +01:00
Ollie Taylor 980588930a Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-07-09 23:27:28 +01:00
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
Ollie Taylor 1a95ddd387 Env Chores (#40) 2023-07-09 23:21:21 +01:00
Ollie Taylor 9b1238c4a1 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-07-09 22:48:13 +01:00
Ollie Taylor e01855b89b Initial Docs (#39) 2023-07-09 22:18:06 +01:00
Ollie Taylor 359f728797 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-03-06 16:16:52 +00:00
Ollie Taylor 9232f4d52e Podcast player components (#37) 2023-03-06 15:25:34 +00:00
Ollie Taylor 47aabda96d Switch to pnpm (#36) 2023-02-26 15:40:03 +00:00
Ollie Taylor 084ed9fbbd Version Packages (#35)
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.5.0

### Minor Changes

-   feba0d4: Improvements to audio stores:

    -   Adds missing `is_paused` value.
    -   Fixes to `start_at` value
    -   Refactors localStorage stores & user preferences
2023-02-25 18:37:52 +00:00
github-actions[bot] 74be4d649d Version Packages 2023-02-25 18:36:25 +00:00
Ollie Taylor 0d841d095a Fix episode attributes (#34) 2023-02-25 18:35:50 +00:00
Ollie Taylor 6e4fad1549 removes unused deps 2023-02-25 18:30:39 +00:00
Ollie Taylor feba0d474c adds changeset 2023-02-25 18:29:25 +00:00
Ollie Taylor 7cad6ee1d6 improves handling of user data 2023-02-25 18:25:59 +00:00
Ollie Taylor 4be36ba047 adds start_at 2023-02-25 16:33:43 +00:00
Ollie Taylor 1b12c92953 adds is_paused 2023-02-25 16:33:08 +00:00
Ollie Taylor d257a6010d Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-02-25 16:31:43 +00:00
Ollie Taylor e5553127b2 Version Packages (#33)
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.4.0

### Minor Changes

- ff6a6d9: refactored audio element bindings for better control over
element
2023-02-25 14:49:32 +00:00
github-actions[bot] 737fa9c431 Version Packages 2023-02-25 14:48:34 +00:00
Ollie Taylor 75e45465ec Custom Listener (#32) 2023-02-25 14:47:56 +00:00
Ollie Taylor ff6a6d92db Adds changeset 2023-02-25 14:47:10 +00:00
Ollie Taylor 81ab49d15e restructured progress 2023-02-25 14:46:07 +00:00
Ollie Taylor 49c5e4eb63 restructured preferences 2023-02-25 14:41:56 +00:00
Ollie Taylor e46b929d69 colocate typings 2023-02-25 14:23:56 +00:00
Ollie Taylor 42c27b2469 refactor audio to use custom listener stores 2023-02-25 14:16:19 +00:00
Ollie Taylor acbdd46fe3 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast 2023-02-25 11:05:06 +00:00
Ollie Taylor fbd87d589f Version Packages (#31)
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.3.4

### Patch Changes

-   ff5caf2: fix to allow override of internal types
2023-02-25 01:48:11 +00:00
github-actions[bot] 6af95c93bd Version Packages 2023-02-25 01:46:58 +00:00
Ollie Taylor 311827ae66 Makes typings easier to override (#30) 2023-02-25 01:46:24 +00:00
Ollie Taylor ff5caf2344 add changeset 2023-02-25 01:42:24 +00:00
Ollie Taylor b9c260660d Makes typings easier to override 2023-02-25 01:40:17 +00:00
Ollie Taylor b51bab548f Version Packages (#29)
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.3.3

### Patch Changes

-   802c704: fixes dist exports
2023-02-25 01:19:33 +00:00
github-actions[bot] 4993af524d Version Packages 2023-02-25 01:19:14 +00:00
Ollie Taylor 5652822a2c Fixes derived store updating too frequently (#28)
Recreated this branch as the deploy failed
2023-02-25 01:18:34 +00:00
Ollie Taylor 802c704260 add changeset 2023-02-25 01:17:28 +00:00
Ollie Taylor de9cfd2adb fix preference edit 2023-02-25 01:14:35 +00:00
Ollie Taylor c1fc45306e restructure files 2023-02-25 01:13:56 +00:00
Ollie Taylor 198cdfd3e0 simplify exports 2023-02-25 01:04:08 +00:00
Ollie Taylor 03e95aa81b Update .eslintignore 2023-02-24 23:45:25 +00:00
Ollie Taylor 908ef0d36d adds /dist to eslintignore 2023-02-24 23:44:23 +00:00
Ollie Taylor 54ee4a7be4 Version Packages (#27)
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.3.2

### Patch Changes

-   6c849b7: Fixes derived store causing exessive updates
2023-02-24 23:40:59 +00:00
github-actions[bot] 0b84bc65f9 Version Packages 2023-02-24 23:40:28 +00:00
Ollie Taylor 0c88d8a9ab Fixes derived audio store updating too frequently (#26) 2023-02-24 23:39:44 +00:00