@fubar-it-co/tmdb-client 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +50 -42
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,31 +1,5 @@
|
|
|
1
|
-
## <small>0.0.
|
|
1
|
+
## <small>0.0.8 (2026-03-23)</small>
|
|
2
2
|
|
|
3
|
-
* chore: add postinstall script to ensure shell scripts are executable ([8808374](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8808374))
|
|
4
|
-
* chore: added exception to .gitignore ([97736d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/97736d5))
|
|
5
|
-
* chore: added start session skill to claude ([8618c4d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8618c4d))
|
|
6
|
-
* chore: generated types ([508fc49](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/508fc49))
|
|
7
|
-
* chore: improve dev script with watch support for shared and ui ([b5508e8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b5508e8))
|
|
8
|
-
* chore: mark publish scripts as executable ([799138a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/799138a))
|
|
9
|
-
* chore: remove debug console.warn init logs from all apps ([cfbc3fb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cfbc3fb))
|
|
10
|
-
* chore: update .windsurfrules with current project state ([e879115](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e879115))
|
|
11
|
-
* chore: updated react from 19.0.0 to 19.1.0 ([5ab9f01](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5ab9f01))
|
|
12
|
-
* chore(cleaning): remove typos an consoles ([3935c3a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3935c3a))
|
|
13
|
-
* chore(code): removed dead code and unused imports ([50c9732](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/50c9732))
|
|
14
|
-
* chore(deps-dev): bump vite from 6.2.0 to 6.3.4 ([68a80db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/68a80db))
|
|
15
|
-
* chore(deps): centralize fontsource packages in pnpm catalog ([49a7175](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49a7175))
|
|
16
|
-
* chore(deps): remove husky for simplified commit process ([208474d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/208474d))
|
|
17
|
-
* chore(deps): update react-router to fix vulnerabilities ([01fccb2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/01fccb2))
|
|
18
|
-
* chore(http-client): upgrade @hey-api/openapi-ts to v0.92.3 ([d421c97](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d421c97))
|
|
19
|
-
* chore(layouts): bump version to 0.3.4 and update session state ([7f1325c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7f1325c))
|
|
20
|
-
* chore(netlify): enable Image CDN for remote TMDB images ([70710c3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/70710c3))
|
|
21
|
-
* chore(node): configure project to use Node.js LTS version ([a0903ba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a0903ba))
|
|
22
|
-
* chore(node): update to Node.js v22 and verify application startup ([55da4d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/55da4d5))
|
|
23
|
-
* chore(packages): switch all packages to public npm access ([46205a5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/46205a5))
|
|
24
|
-
* chore(project): made shared deps and remote consistent ([b80ef7b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b80ef7b))
|
|
25
|
-
* chore(project): setup working project architecture ([635d0c8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/635d0c8))
|
|
26
|
-
* chore(readme): add issues section ([36fde18](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/36fde18))
|
|
27
|
-
* chore(rename): rename project before pushing to git ([3df9909](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3df9909))
|
|
28
|
-
* chore(scripts): remove unused scripts ([db9ec20](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db9ec20))
|
|
29
3
|
* docs: add accessibility (a11y) testing guide to README ([62608c9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/62608c9))
|
|
30
4
|
* docs: add acknowledgment for Nsttt (DTS plugin) ([87ff972](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/87ff972))
|
|
31
5
|
* docs: add build:packages and storybook commands to README ([32dd588](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/32dd588))
|
|
@@ -49,6 +23,7 @@
|
|
|
49
23
|
* docs(claude): update rules and add message-commit command ([0369b5f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0369b5f))
|
|
50
24
|
* docs(claude): update rules and add message-commit command ([c7a447b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c7a447b))
|
|
51
25
|
* docs(claude): update session notes — Phase 4.8 done, Phase 4.6 next ([7c08fbe](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c08fbe))
|
|
26
|
+
* docs(http-client): update changelog for version bump ([480b4dc](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/480b4dc))
|
|
52
27
|
* docs(http-client): update changelog for version bump ([db881b8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db881b8))
|
|
53
28
|
* docs(http-client): update changelog for version bump ([2dc2864](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2dc2864))
|
|
54
29
|
* docs(http-client): update changelog for version bump ([dfdf0f8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dfdf0f8))
|
|
@@ -56,6 +31,8 @@
|
|
|
56
31
|
* docs(http-client): update changelog for version bump ([2f2307c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2f2307c))
|
|
57
32
|
* docs(http-client): update changelog for version bump ([dd5003d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dd5003d))
|
|
58
33
|
* docs(http-client): update changelog for version bump ([1a7a80e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1a7a80e))
|
|
34
|
+
* docs(layouts): update changelog for version bump ([b57c91d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b57c91d))
|
|
35
|
+
* docs(layouts): update changelog for version bump ([09194ac](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/09194ac))
|
|
59
36
|
* docs(layouts): update changelog for version bump ([cb94c3d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cb94c3d))
|
|
60
37
|
* docs(layouts): update changelog for version bump ([860aef5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/860aef5))
|
|
61
38
|
* docs(layouts): update changelog for version bump ([0aea9d2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0aea9d2))
|
|
@@ -78,8 +55,27 @@
|
|
|
78
55
|
* docs(tokens): update changelog for version bump ([02bc860](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/02bc860))
|
|
79
56
|
* docs(ui): add JSDoc comments to Rating subcomponent props ([9234971](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9234971))
|
|
80
57
|
* docs(ui): add JSDoc documentation to Carousel components ([101dc1e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/101dc1e))
|
|
58
|
+
* docs(ui): update changelog for version bump ([ed6f139](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ed6f139))
|
|
59
|
+
* docs(ui): update changelog for version bump ([7c32576](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c32576))
|
|
81
60
|
* docs(ui): update changelog for version bump ([a1d6a59](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a1d6a59))
|
|
82
61
|
* docs(ui): update changelog for version bump ([1c430e6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1c430e6))
|
|
62
|
+
* refactor: centralize test utilities in shared package ([4058ac6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4058ac6))
|
|
63
|
+
* refactor: move list and detail from packages/ to apps/ ([0459ce1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0459ce1))
|
|
64
|
+
* refactor: rename detail remote to movie ([76f18f8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/76f18f8))
|
|
65
|
+
* refactor: rename list remote to home ([8c1cdf5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8c1cdf5))
|
|
66
|
+
* refactor: rename list→home, detail→movie + fix vitest hanging ([532eb9e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/532eb9e))
|
|
67
|
+
* refactor: rename movie package to media and add TV series support ([c8251f5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c8251f5))
|
|
68
|
+
* refactor: simplify remotes and centralize env config ([40f1d37](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/40f1d37))
|
|
69
|
+
* refactor(fonts): remove Press Start 2P dependency, keep preload optimization ([6cbfa7a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6cbfa7a))
|
|
70
|
+
* refactor(home): extract hero image logic to HeroImage component ([aebf608](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/aebf608))
|
|
71
|
+
* refactor(layouts): replace FC<> with plain function declarations ([54a34f1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/54a34f1))
|
|
72
|
+
* refactor(media): remove tabs from SimilarSection and add empty state messages ([1c15ccd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1c15ccd))
|
|
73
|
+
* refactor(media): simplify RecommendedSection to show only context media type ([e5f4520](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e5f4520))
|
|
74
|
+
* refactor(shared): centralize mocks and fix import.meta.env typing ([bbbc45f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bbbc45f))
|
|
75
|
+
* refactor(shared): move getBlurDataUrl utility from ui to shared package ([985022b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/985022b))
|
|
76
|
+
* refactor(ui): created common component HeroImage for Hero sections ([ddb60ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ddb60ca))
|
|
77
|
+
* refactor(ui): replace FC<> with plain function declarations ([608aceb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/608aceb))
|
|
78
|
+
* refactor(ui): transform Tabs to Compound Component pattern ([4ced714](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4ced714))
|
|
83
79
|
* fix: fix on svg export script ([bd8d80a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bd8d80a))
|
|
84
80
|
* fix: generated missing remote types in host ([75cd7da](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/75cd7da))
|
|
85
81
|
* fix: ignore all generated api.d.ts files ([a880ef2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a880ef2))
|
|
@@ -115,10 +111,37 @@
|
|
|
115
111
|
* fix(publish): use pnpm publish instead of npm publish to resolve workspace:* dependencies ([90bcab6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/90bcab6))
|
|
116
112
|
* fix(shared): replace recommendations mock data with real TMDB data ([2e55b6e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2e55b6e))
|
|
117
113
|
* fix(shared): route Netlify Image CDN via environment variable ([a36509e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a36509e))
|
|
114
|
+
* fix(tmdb-client): wrong exposed files in the package ([c27e346](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c27e346))
|
|
118
115
|
* fix(ui): carousel last pagination button scrolls to absolute end ([0a50d84](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0a50d84))
|
|
119
116
|
* fix(ui): export ImageLoading type from Image component ([1e21766](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1e21766))
|
|
120
117
|
* fix(ui): resolve image opacity bug in carousels ([469c5ea](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/469c5ea))
|
|
121
118
|
* fix(ui): use aspect-video for responsive YouTube iframe in TrailerCard (#3) ([8390486](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8390486)), closes [#3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/3)
|
|
119
|
+
* chore: add postinstall script to ensure shell scripts are executable ([8808374](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8808374))
|
|
120
|
+
* chore: added exception to .gitignore ([97736d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/97736d5))
|
|
121
|
+
* chore: added start session skill to claude ([8618c4d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8618c4d))
|
|
122
|
+
* chore: generated types ([508fc49](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/508fc49))
|
|
123
|
+
* chore: improve dev script with watch support for shared and ui ([b5508e8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b5508e8))
|
|
124
|
+
* chore: mark publish scripts as executable ([799138a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/799138a))
|
|
125
|
+
* chore: remove debug console.warn init logs from all apps ([cfbc3fb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cfbc3fb))
|
|
126
|
+
* chore: update .windsurfrules with current project state ([e879115](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e879115))
|
|
127
|
+
* chore: updated react from 19.0.0 to 19.1.0 ([5ab9f01](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5ab9f01))
|
|
128
|
+
* chore(cleaning): remove typos an consoles ([3935c3a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3935c3a))
|
|
129
|
+
* chore(code): removed dead code and unused imports ([50c9732](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/50c9732))
|
|
130
|
+
* chore(deps-dev): bump vite from 6.2.0 to 6.3.4 ([68a80db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/68a80db))
|
|
131
|
+
* chore(deps): centralize fontsource packages in pnpm catalog ([49a7175](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49a7175))
|
|
132
|
+
* chore(deps): remove husky for simplified commit process ([208474d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/208474d))
|
|
133
|
+
* chore(deps): update react-router to fix vulnerabilities ([01fccb2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/01fccb2))
|
|
134
|
+
* chore(http-client): upgrade @hey-api/openapi-ts to v0.92.3 ([d421c97](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d421c97))
|
|
135
|
+
* chore(layouts): bump version to 0.3.4 and update session state ([7f1325c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7f1325c))
|
|
136
|
+
* chore(netlify): enable Image CDN for remote TMDB images ([70710c3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/70710c3))
|
|
137
|
+
* chore(node): configure project to use Node.js LTS version ([a0903ba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a0903ba))
|
|
138
|
+
* chore(node): update to Node.js v22 and verify application startup ([55da4d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/55da4d5))
|
|
139
|
+
* chore(packages): switch all packages to public npm access ([46205a5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/46205a5))
|
|
140
|
+
* chore(project): made shared deps and remote consistent ([b80ef7b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b80ef7b))
|
|
141
|
+
* chore(project): setup working project architecture ([635d0c8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/635d0c8))
|
|
142
|
+
* chore(readme): add issues section ([36fde18](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/36fde18))
|
|
143
|
+
* chore(rename): rename project before pushing to git ([3df9909](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3df9909))
|
|
144
|
+
* chore(scripts): remove unused scripts ([db9ec20](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db9ec20))
|
|
122
145
|
* feat: add navigation to movie detail page ([467740b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/467740b))
|
|
123
146
|
* feat: add Netlify deployment configuration ([8a0936a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8a0936a))
|
|
124
147
|
* feat: add netlify.toml at root ([60782d7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/60782d7))
|
|
@@ -260,21 +283,6 @@
|
|
|
260
283
|
* fix(home,media): add Suspense fallbacks with skeleton placeholders to prevent CLS ([694efc4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/694efc4))
|
|
261
284
|
* fix(home,media): correct Suspense fallback heights to measured values ([dc9f3d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/dc9f3d5))
|
|
262
285
|
* refactor(list, detail): use generated tmdb-client instead of manual API calls ([64e6798](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/64e6798))
|
|
263
|
-
* refactor: centralize test utilities in shared package ([4058ac6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4058ac6))
|
|
264
|
-
* refactor: move list and detail from packages/ to apps/ ([0459ce1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0459ce1))
|
|
265
|
-
* refactor: rename detail remote to movie ([76f18f8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/76f18f8))
|
|
266
|
-
* refactor: rename list remote to home ([8c1cdf5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8c1cdf5))
|
|
267
|
-
* refactor: rename list→home, detail→movie + fix vitest hanging ([532eb9e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/532eb9e))
|
|
268
|
-
* refactor: rename movie package to media and add TV series support ([c8251f5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c8251f5))
|
|
269
|
-
* refactor: simplify remotes and centralize env config ([40f1d37](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/40f1d37))
|
|
270
|
-
* refactor(fonts): remove Press Start 2P dependency, keep preload optimization ([6cbfa7a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6cbfa7a))
|
|
271
|
-
* refactor(home): extract hero image logic to HeroImage component ([aebf608](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/aebf608))
|
|
272
|
-
* refactor(media): remove tabs from SimilarSection and add empty state messages ([1c15ccd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1c15ccd))
|
|
273
|
-
* refactor(media): simplify RecommendedSection to show only context media type ([e5f4520](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e5f4520))
|
|
274
|
-
* refactor(shared): centralize mocks and fix import.meta.env typing ([bbbc45f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bbbc45f))
|
|
275
|
-
* refactor(shared): move getBlurDataUrl utility from ui to shared package ([985022b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/985022b))
|
|
276
|
-
* refactor(ui): created common component HeroImage for Hero sections ([ddb60ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ddb60ca))
|
|
277
|
-
* refactor(ui): transform Tabs to Compound Component pattern ([4ced714](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4ced714))
|
|
278
286
|
* perf(build): enable terser minification across all remotes ([a21ffe3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a21ffe3))
|
|
279
287
|
* perf(home): compress hero images with quality reduction and size optimization ([1f8f23f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1f8f23f))
|
|
280
288
|
* perf(home): corrected home images size ([448ffaf](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/448ffaf))
|