@fubar-it-co/tmdb-client 0.0.8 → 0.0.9
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 +98 -84
- package/dist/tmdb-config.d.ts.map +1 -1
- package/dist/tmdb-config.js +3 -1
- package/dist/tmdb-config.js.map +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
|
-
## <small>0.0.
|
|
1
|
+
## <small>0.0.9 (2026-03-25)</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: moved msw in dependencies in shared ([0d1a629](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0d1a629))
|
|
10
|
+
* chore: remove debug console.warn init logs from all apps ([cfbc3fb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/cfbc3fb))
|
|
11
|
+
* chore: update .windsurfrules with current project state ([e879115](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e879115))
|
|
12
|
+
* chore: updated react from 19.0.0 to 19.1.0 ([5ab9f01](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5ab9f01))
|
|
13
|
+
* chore: upgraded react react-dom and types ([3b5a7f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3b5a7f4))
|
|
14
|
+
* chore: version bump for ui to 0.2.0 ([20e4667](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/20e4667))
|
|
15
|
+
* chore: version bump for ui to 0.4.0 ([d4191a8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d4191a8))
|
|
16
|
+
* chore(cleaning): remove typos an consoles ([3935c3a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3935c3a))
|
|
17
|
+
* chore(code): removed dead code and unused imports ([50c9732](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/50c9732))
|
|
18
|
+
* chore(deps-dev): bump vite from 6.2.0 to 6.3.4 ([68a80db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/68a80db))
|
|
19
|
+
* chore(deps): centralize fontsource packages in pnpm catalog ([49a7175](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49a7175))
|
|
20
|
+
* chore(deps): remove husky for simplified commit process ([208474d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/208474d))
|
|
21
|
+
* chore(deps): update react-router to fix vulnerabilities ([01fccb2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/01fccb2))
|
|
22
|
+
* chore(http-client): upgrade @hey-api/openapi-ts to v0.92.3 ([d421c97](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d421c97))
|
|
23
|
+
* chore(layouts): bump version to 0.3.4 and update session state ([7f1325c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7f1325c))
|
|
24
|
+
* chore(netlify): enable Image CDN for remote TMDB images ([70710c3](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/70710c3))
|
|
25
|
+
* chore(node): configure project to use Node.js LTS version ([a0903ba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a0903ba))
|
|
26
|
+
* chore(node): update to Node.js v22 and verify application startup ([55da4d5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/55da4d5))
|
|
27
|
+
* chore(packages): switch all packages to public npm access ([46205a5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/46205a5))
|
|
28
|
+
* chore(project): made shared deps and remote consistent ([b80ef7b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b80ef7b))
|
|
29
|
+
* chore(project): setup working project architecture ([635d0c8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/635d0c8))
|
|
30
|
+
* chore(readme): add issues section ([36fde18](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/36fde18))
|
|
31
|
+
* chore(rename): rename project before pushing to git ([3df9909](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3df9909))
|
|
32
|
+
* chore(scripts): remove unused scripts ([db9ec20](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db9ec20))
|
|
3
33
|
* docs: add accessibility (a11y) testing guide to README ([62608c9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/62608c9))
|
|
4
34
|
* docs: add acknowledgment for Nsttt (DTS plugin) ([87ff972](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/87ff972))
|
|
5
35
|
* docs: add build:packages and storybook commands to README ([32dd588](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/32dd588))
|
|
@@ -23,6 +53,7 @@
|
|
|
23
53
|
* docs(claude): update rules and add message-commit command ([0369b5f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0369b5f))
|
|
24
54
|
* docs(claude): update rules and add message-commit command ([c7a447b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c7a447b))
|
|
25
55
|
* docs(claude): update session notes — Phase 4.8 done, Phase 4.6 next ([7c08fbe](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c08fbe))
|
|
56
|
+
* docs(http-client): update changelog for version bump ([127744d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/127744d))
|
|
26
57
|
* docs(http-client): update changelog for version bump ([480b4dc](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/480b4dc))
|
|
27
58
|
* docs(http-client): update changelog for version bump ([db881b8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db881b8))
|
|
28
59
|
* docs(http-client): update changelog for version bump ([2dc2864](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2dc2864))
|
|
@@ -47,6 +78,8 @@
|
|
|
47
78
|
* docs(readme): document all GitHub Actions secrets with build-time embedding explanation ([88169e0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/88169e0))
|
|
48
79
|
* docs(rules): add comprehensive Windsurf Cascade rules ([5b5b80a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5b5b80a))
|
|
49
80
|
* docs(rules): document officially supported TMDB image sizes ([5c03094](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5c03094))
|
|
81
|
+
* docs(shared): update changelog for version bump ([f02ba7b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f02ba7b))
|
|
82
|
+
* docs(shared): update changelog for version bump ([7d9b6c1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7d9b6c1))
|
|
50
83
|
* docs(shared): update changelog for version bump ([68f7f58](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/68f7f58))
|
|
51
84
|
* docs(shared): update changelog for version bump ([4dddb21](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4dddb21))
|
|
52
85
|
* docs(shared): update changelog for version bump ([244ca73](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/244ca73))
|
|
@@ -55,93 +88,13 @@
|
|
|
55
88
|
* docs(tokens): update changelog for version bump ([02bc860](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/02bc860))
|
|
56
89
|
* docs(ui): add JSDoc comments to Rating subcomponent props ([9234971](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9234971))
|
|
57
90
|
* docs(ui): add JSDoc documentation to Carousel components ([101dc1e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/101dc1e))
|
|
91
|
+
* docs(ui): update changelog for version bump ([db70fb6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/db70fb6))
|
|
92
|
+
* docs(ui): update changelog for version bump ([c21f02d](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c21f02d))
|
|
93
|
+
* docs(ui): update changelog for version bump ([b1bac32](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/b1bac32))
|
|
58
94
|
* docs(ui): update changelog for version bump ([ed6f139](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ed6f139))
|
|
59
95
|
* docs(ui): update changelog for version bump ([7c32576](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/7c32576))
|
|
60
96
|
* docs(ui): update changelog for version bump ([a1d6a59](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a1d6a59))
|
|
61
97
|
* 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))
|
|
79
|
-
* fix: fix on svg export script ([bd8d80a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bd8d80a))
|
|
80
|
-
* fix: generated missing remote types in host ([75cd7da](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/75cd7da))
|
|
81
|
-
* fix: ignore all generated api.d.ts files ([a880ef2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a880ef2))
|
|
82
|
-
* fix: paddings and alignments for home hero and media hero sections ([da2bbed](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/da2bbed))
|
|
83
|
-
* fix: resolve ESLint errors for pre-commit hook ([009e3f6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/009e3f6))
|
|
84
|
-
* fix: wrong command in build.yml ([909bf8b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/909bf8b))
|
|
85
|
-
* fix: wrong type in useTVSeriesSimilar ([3ed57f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3ed57f4))
|
|
86
|
-
* fix(build): use esbuild minifier instead of terser ([99e5260](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/99e5260))
|
|
87
|
-
* fix(ci): add GITHUB_TOKEN and pin sonarqube-scan-action version ([a2b1d87](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a2b1d87))
|
|
88
|
-
* fix(ci): add pnpm build:packages step to setup action ([5946f1a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5946f1a))
|
|
89
|
-
* fix(ci): correct SonarQube project key ([f5b3050](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f5b3050))
|
|
90
|
-
* fix(ci): implement comprehensive coverage reporting for all packages and apps ([485a6dd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/485a6dd))
|
|
91
|
-
* fix(ci): improve SonarQube configuration... ([1a48613](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1a48613))
|
|
92
|
-
* fix(ci): migrate to official sonarqube-scan-action ([98f8d2f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/98f8d2f))
|
|
93
|
-
* fix(ci): pass branch name to SonarQube scan ([8cc39db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8cc39db))
|
|
94
|
-
* fix(ci): resolve SonarQube workflow issues (v5→v6, reusability, race) ([a7e41e6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a7e41e6))
|
|
95
|
-
* fix(detail): fixed missing id in query key ([f969487](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f969487))
|
|
96
|
-
* fix(fonts): resolve @fontsource path issues in Module Federation ([193357e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/193357e))
|
|
97
|
-
* fix(home): apply MovieHero gradient and positioning to HeroSection ([4d31ca0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4d31ca0))
|
|
98
|
-
* fix(host): add health endpoints to remotes and restore prod health checks ([18f048c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/18f048c))
|
|
99
|
-
* fix(host): use no-cors mode in health check to bypass CORS restrictions ([9244398](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9244398))
|
|
100
|
-
* fix(host): use remoteEntry.js for health checks instead of /health endpoint ([44ccb06](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/44ccb06))
|
|
101
|
-
* fix(images): prioritize hero images, defer carousel posters ([77222ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/77222ca))
|
|
102
|
-
* fix(layouts): switch to unbundled ESM build for Next.js compatibility ([304a9d7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/304a9d7))
|
|
103
|
-
* fix(layouts): use next/link in RootLayout for Next.js compatibility ([2292ed7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2292ed7))
|
|
104
|
-
* fix(layouts): used proper syntax for next layout ([d83d6be](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d83d6be))
|
|
105
|
-
* fix(layouts): used proper syntax for next layout ([bfc33ae](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bfc33ae))
|
|
106
|
-
* fix(media): remove unnecessary String() conversion in useTVSeriesSimilar hook ([894cbf7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/894cbf7))
|
|
107
|
-
* fix(media): use correct types for RecommendedSection carousels ([afb5000](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/afb5000))
|
|
108
|
-
* fix(mf): upgrade to v1.11.0 and migrate to createInstance API ([ee8092e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ee8092e))
|
|
109
|
-
* fix(monitoring): set tracePropagationTargets to empty array to prevent CORS errors on tmdb api ([adb0aba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/adb0aba))
|
|
110
|
-
* fix(netlify): escape regex dots in Image CDN remote_images config ([8411534](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8411534))
|
|
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))
|
|
112
|
-
* fix(shared): replace recommendations mock data with real TMDB data ([2e55b6e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2e55b6e))
|
|
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))
|
|
115
|
-
* fix(ui): carousel last pagination button scrolls to absolute end ([0a50d84](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0a50d84))
|
|
116
|
-
* fix(ui): export ImageLoading type from Image component ([1e21766](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1e21766))
|
|
117
|
-
* fix(ui): resolve image opacity bug in carousels ([469c5ea](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/469c5ea))
|
|
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))
|
|
145
98
|
* feat: add navigation to movie detail page ([467740b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/467740b))
|
|
146
99
|
* feat: add Netlify deployment configuration ([8a0936a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8a0936a))
|
|
147
100
|
* feat: add netlify.toml at root ([60782d7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/60782d7))
|
|
@@ -217,17 +170,78 @@
|
|
|
217
170
|
* feat(ui): add Carousel lightbox variant with CarouselCounter and initialIndex ([59b86b4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/59b86b4))
|
|
218
171
|
* feat(ui): add color prop to Spinner component (#12) ([27fdd6b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/27fdd6b)), closes [#12](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/12)
|
|
219
172
|
* feat(ui): add design system package with Button and Card components ([9fa9052](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9fa9052))
|
|
173
|
+
* feat(ui): add HeroImage /next variant with next/image ([bf5e7d2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bf5e7d2))
|
|
220
174
|
* feat(ui): add Icon component with @heroicons/react ([80a73a9](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/80a73a9))
|
|
221
175
|
* feat(ui): add IconButton and Avatar components with cursor-pointer ([a3e661a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a3e661a))
|
|
222
176
|
* feat(ui): add Modal component ([60c935e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/60c935e))
|
|
223
177
|
* feat(ui): add MovieCard component and refactor Card with CVA-style variants ([bcb5545](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bcb5545))
|
|
224
178
|
* feat(ui): add MovieCard navigation with discriminated union types ([49d46bd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/49d46bd))
|
|
179
|
+
* feat(ui): add NextImage component and integrate into next variants ([1fcd854](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1fcd854))
|
|
225
180
|
* feat(ui): add Rating component with circle and stars variants ([5949f52](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5949f52))
|
|
226
181
|
* feat(ui): add size prop to Spinner component (#11) ([6f6941c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6f6941c)), closes [#11](https://github.com/fubaritico/vite-mf-monorepo-tmdb/issues/11)
|
|
227
182
|
* feat(ui): add Skeleton component with shimmer animation ([a500648](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a500648))
|
|
228
183
|
* feat(ui): add Typography component with 15 variants ([80d1c45](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/80d1c45))
|
|
229
184
|
* feat(ui): image component with canvas-based blur placeholder ([bffd225](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bffd225))
|
|
230
185
|
* feat(ui): make Button polymorphic with as='link' | as='button' ([f3f2e11](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f3f2e11))
|
|
186
|
+
* refactor: centralize test utilities in shared package ([4058ac6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4058ac6))
|
|
187
|
+
* refactor: move list and detail from packages/ to apps/ ([0459ce1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0459ce1))
|
|
188
|
+
* refactor: rename detail remote to movie ([76f18f8](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/76f18f8))
|
|
189
|
+
* refactor: rename list remote to home ([8c1cdf5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8c1cdf5))
|
|
190
|
+
* refactor: rename list→home, detail→movie + fix vitest hanging ([532eb9e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/532eb9e))
|
|
191
|
+
* refactor: rename movie package to media and add TV series support ([c8251f5](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c8251f5))
|
|
192
|
+
* refactor: simplify remotes and centralize env config ([40f1d37](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/40f1d37))
|
|
193
|
+
* refactor(fonts): remove Press Start 2P dependency, keep preload optimization ([6cbfa7a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/6cbfa7a))
|
|
194
|
+
* refactor(home): extract hero image logic to HeroImage component ([aebf608](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/aebf608))
|
|
195
|
+
* refactor(layouts): replace FC<> with plain function declarations ([54a34f1](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/54a34f1))
|
|
196
|
+
* refactor(media): remove tabs from SimilarSection and add empty state messages ([1c15ccd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1c15ccd))
|
|
197
|
+
* refactor(media): simplify RecommendedSection to show only context media type ([e5f4520](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/e5f4520))
|
|
198
|
+
* refactor(shared): centralize mocks and fix import.meta.env typing ([bbbc45f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bbbc45f))
|
|
199
|
+
* refactor(shared): move getBlurDataUrl utility from ui to shared package ([985022b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/985022b))
|
|
200
|
+
* refactor(ui): created common component HeroImage for Hero sections ([ddb60ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ddb60ca))
|
|
201
|
+
* refactor(ui): replace FC<> with plain function declarations ([608aceb](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/608aceb))
|
|
202
|
+
* refactor(ui): split Button and MovieCard into react-router/next entry points ([9573b10](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9573b10))
|
|
203
|
+
* refactor(ui): transform Tabs to Compound Component pattern ([4ced714](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4ced714))
|
|
204
|
+
* fix: fix on svg export script ([bd8d80a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bd8d80a))
|
|
205
|
+
* fix: generated missing remote types in host ([75cd7da](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/75cd7da))
|
|
206
|
+
* fix: ignore all generated api.d.ts files ([a880ef2](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a880ef2))
|
|
207
|
+
* fix: paddings and alignments for home hero and media hero sections ([da2bbed](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/da2bbed))
|
|
208
|
+
* fix: resolve ESLint errors for pre-commit hook ([009e3f6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/009e3f6))
|
|
209
|
+
* fix: wrong command in build.yml ([909bf8b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/909bf8b))
|
|
210
|
+
* fix: wrong type in useTVSeriesSimilar ([3ed57f4](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/3ed57f4))
|
|
211
|
+
* fix(build): use esbuild minifier instead of terser ([99e5260](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/99e5260))
|
|
212
|
+
* fix(ci): add GITHUB_TOKEN and pin sonarqube-scan-action version ([a2b1d87](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a2b1d87))
|
|
213
|
+
* fix(ci): add pnpm build:packages step to setup action ([5946f1a](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/5946f1a))
|
|
214
|
+
* fix(ci): correct SonarQube project key ([f5b3050](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f5b3050))
|
|
215
|
+
* fix(ci): implement comprehensive coverage reporting for all packages and apps ([485a6dd](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/485a6dd))
|
|
216
|
+
* fix(ci): improve SonarQube configuration... ([1a48613](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1a48613))
|
|
217
|
+
* fix(ci): migrate to official sonarqube-scan-action ([98f8d2f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/98f8d2f))
|
|
218
|
+
* fix(ci): pass branch name to SonarQube scan ([8cc39db](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8cc39db))
|
|
219
|
+
* fix(ci): resolve SonarQube workflow issues (v5→v6, reusability, race) ([a7e41e6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a7e41e6))
|
|
220
|
+
* fix(detail): fixed missing id in query key ([f969487](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/f969487))
|
|
221
|
+
* fix(fonts): resolve @fontsource path issues in Module Federation ([193357e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/193357e))
|
|
222
|
+
* fix(home): apply MovieHero gradient and positioning to HeroSection ([4d31ca0](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4d31ca0))
|
|
223
|
+
* fix(host): add health endpoints to remotes and restore prod health checks ([18f048c](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/18f048c))
|
|
224
|
+
* fix(host): use no-cors mode in health check to bypass CORS restrictions ([9244398](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/9244398))
|
|
225
|
+
* fix(host): use remoteEntry.js for health checks instead of /health endpoint ([44ccb06](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/44ccb06))
|
|
226
|
+
* fix(images): prioritize hero images, defer carousel posters ([77222ca](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/77222ca))
|
|
227
|
+
* fix(layouts): switch to unbundled ESM build for Next.js compatibility ([304a9d7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/304a9d7))
|
|
228
|
+
* fix(layouts): use next/link in RootLayout for Next.js compatibility ([2292ed7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2292ed7))
|
|
229
|
+
* fix(layouts): used proper syntax for next layout ([d83d6be](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d83d6be))
|
|
230
|
+
* fix(layouts): used proper syntax for next layout ([bfc33ae](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/bfc33ae))
|
|
231
|
+
* fix(media): remove unnecessary String() conversion in useTVSeriesSimilar hook ([894cbf7](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/894cbf7))
|
|
232
|
+
* fix(media): use correct types for RecommendedSection carousels ([afb5000](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/afb5000))
|
|
233
|
+
* fix(mf): upgrade to v1.11.0 and migrate to createInstance API ([ee8092e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/ee8092e))
|
|
234
|
+
* fix(monitoring): set tracePropagationTargets to empty array to prevent CORS errors on tmdb api ([adb0aba](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/adb0aba))
|
|
235
|
+
* fix(netlify): escape regex dots in Image CDN remote_images config ([8411534](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/8411534))
|
|
236
|
+
* fix(publish): use pnpm publish instead of npm publish to resolve workspace:* dependencies ([90bcab6](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/90bcab6))
|
|
237
|
+
* fix(shared): move react react-dom react-router-dom to peerDependencies ([4a38034](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/4a38034))
|
|
238
|
+
* fix(shared): replace recommendations mock data with real TMDB data ([2e55b6e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/2e55b6e))
|
|
239
|
+
* fix(shared): route Netlify Image CDN via environment variable ([a36509e](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a36509e))
|
|
240
|
+
* fix(tmdb-client): wrong exposed files in the package ([c27e346](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/c27e346))
|
|
241
|
+
* fix(ui): carousel last pagination button scrolls to absolute end ([0a50d84](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/0a50d84))
|
|
242
|
+
* fix(ui): export ImageLoading type from Image component ([1e21766](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/1e21766))
|
|
243
|
+
* fix(ui): resolve image opacity bug in carousels ([469c5ea](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/469c5ea))
|
|
244
|
+
* 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)
|
|
231
245
|
* test: add comprehensive test suite reaching 90% coverage ([757a876](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/757a876))
|
|
232
246
|
* test: created agents to set up e2e ([d457a8f](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/d457a8f))
|
|
233
247
|
* test: modification in home to test ci workflow ([a28de9b](https://github.com/fubaritico/vite-mf-monorepo-tmdb/commit/a28de9b))
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tmdb-config.d.ts","sourceRoot":"","sources":["../src/tmdb-config.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AACH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;
|
|
1
|
+
{"version":3,"file":"tmdb-config.d.ts","sourceRoot":"","sources":["../src/tmdb-config.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AACH,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AAWvD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,kBAAkB,GAAI,CAAC,SAAS,MAAM,UAAU,CAAC,KAAG,CAchE,CAAA"}
|
package/dist/tmdb-config.js
CHANGED
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
* TMDB API Bearer token from environment variables.
|
|
4
4
|
* Must be set in `.env.local` at the monorepo root.
|
|
5
5
|
*/
|
|
6
|
-
const TMDB_API_TOKEN =
|
|
6
|
+
const TMDB_API_TOKEN = typeof process !== 'undefined' && process.env?.VITE_TMDB_API_TOKEN
|
|
7
|
+
? process.env.VITE_TMDB_API_TOKEN
|
|
8
|
+
: import.meta.env.VITE_TMDB_API_TOKEN;
|
|
7
9
|
/**
|
|
8
10
|
* Creates the client configuration for TMDB API requests.
|
|
9
11
|
*
|
package/dist/tmdb-config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tmdb-config.js","sourceRoot":"","sources":["../src/tmdb-config.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAerC;;;GAGG;AACH,MAAM,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,mBAAmB,CAAA;
|
|
1
|
+
{"version":3,"file":"tmdb-config.js","sourceRoot":"","sources":["../src/tmdb-config.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAerC;;;GAGG;AACH,MAAM,cAAc,GAClB,OAAO,OAAO,KAAK,WAAW,IAAI,OAAO,CAAC,GAAG,EAAE,mBAAmB;IAChE,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,mBAAmB;IACjC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,mBAAmB,CAAA;AAEzC;;;;;;;;;;GAUG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAmB,MAAS,EAAK,EAAE;IACnE,MAAM,eAAe,GACnB,MAAM,CAAC,OAAO,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,OAAO,CAAC;QAC9C,CAAC,CAAE,MAAM,CAAC,OAAkC;QAC5C,CAAC,CAAC,EAAE,CAAA;IAER,OAAO;QACL,GAAG,MAAM;QACT,OAAO,EAAE,4BAA4B;QACrC,OAAO,EAAE;YACP,GAAG,eAAe;YAClB,aAAa,EAAE,UAAU,cAAc,EAAE;SAC1C;KACF,CAAA;AACH,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fubar-it-co/tmdb-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "TMDB API client generated with heyAPI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -28,9 +28,10 @@
|
|
|
28
28
|
"@tanstack/react-query": "5.74.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"conventional-changelog": "7.2.0",
|
|
32
31
|
"@eslint/js": "9.21.0",
|
|
33
32
|
"@hey-api/openapi-ts": "^0.92.3",
|
|
33
|
+
"@types/node": "22.14.0",
|
|
34
|
+
"conventional-changelog": "7.2.0",
|
|
34
35
|
"eslint": "^9.0.0",
|
|
35
36
|
"typescript": "5.7.2",
|
|
36
37
|
"typescript-eslint": "8.24.1",
|