Sourced from ai's releases.
ai@3.0.5
Patch Changes
- a973f1e: Support Anthropic SDK v0.15.0
- e25f3ca: type improvements
ai@3.0.4
Patch Changes
- 7962862: fix
useActions
type inference- aab5324: Revert "fix(render): parse the args based on the zod schema"
- fe55612: Bump OpenAI dependency to 4.28.4; fix type error in render
ai@3.0.3
Patch Changes
- 4d816ca: fix(render): parse the args based on the zod schema
- d158a47: fix potential race conditions
ai@3.0.2
Patch Changes
- 73bd06e: fix(useActions): return typed object
ai@3.0.1
Patch Changes
- ac20a25: ai/rsc: fix text response and async generator
- b88778f: Added onText callback for text tokens.
ai@3.0.0
Major Changes
- 51054a9: Add
ai/rsc
with support for AI Server Componentsai@2.2.37
Patch Changes
- a6b5764: Add support for Mistral's JavaScript SDK
fe18cc3
Version Packages (#1095)a973f1e
Add changeset for Anthropic65c821a
Update to Anthropic SDK 0.15.0 (#1097)d43d919
example: Upgrade Next.js for the RSC demo (#1094)e25f3ca
fix: Fix type declaration, upgrade bundler and clean up example (#1091)9d51863
Move assistant response back to docs/api-reference. (#1086)7eef3ae
Rename rsc/rsc-types.ts to rsc/index.ts to fix issues importing ai/rsc (#1043)5ee96ca
Ensure ESM files import including the extension (#1088)062e45b
Small fixes for useActions docs (#1083)9d49c62
Update disclaimer in ai-rsc example (#1089)Sourced from openai's releases.
v4.28.4
4.28.4 (2024-02-28)
Full Changelog: v4.28.3...v4.28.4
Features
Chores
- ci: update actions/setup-node action to v4 (#685) (f2704d5)
- internal: fix ecosystem tests (#693) (616624d)
- types: extract run status to a named type (#686) (b3b3b8e)
- update
@types/react
to 18.2.58,@types/react-dom
to 18.2.19 (#688) (2a0d0b1)- update dependency
@types/node
to v20.11.20 (#690) (4ca005b)- update dependency
@types/ws
to v8.5.10 (#683) (a617268)- update dependency next to v13.5.6 (#689) (abb3b66)
v4.28.3
4.28.3 (2024-02-20)
Full Changelog: v4.28.2...v4.28.3
Bug Fixes
v4.28.2
4.28.2 (2024-02-19)
Full Changelog: v4.28.1...v4.28.2
Bug Fixes
v4.28.1
4.28.1 (2024-02-19)
Full Changelog: v4.28.0...v4.28.1
Chores
Sourced from openai's changelog.
4.28.4 (2024-02-28)
Full Changelog: v4.28.3...v4.28.4
Features
Chores
- ci: update actions/setup-node action to v4 (#685) (f2704d5)
- internal: fix ecosystem tests (#693) (616624d)
- types: extract run status to a named type (#686) (b3b3b8e)
- update
@types/react
to 18.2.58,@types/react-dom
to 18.2.19 (#688) (2a0d0b1)- update dependency
@types/node
to v20.11.20 (#690) (4ca005b)- update dependency
@types/ws
to v8.5.10 (#683) (a617268)- update dependency next to v13.5.6 (#689) (abb3b66)
4.28.3 (2024-02-20)
Full Changelog: v4.28.2...v4.28.3
Bug Fixes
4.28.2 (2024-02-19)
Full Changelog: v4.28.1...v4.28.2
Bug Fixes
4.28.1 (2024-02-19)
Full Changelog: v4.28.0...v4.28.1
Chores
6175eca
release: 4.28.45961cb8
chore(internal): fix ecosystem tests (#693)0372eaa
feat(api): add wav and pcm to response_format (#691)e84773e
chore: update dependency @types/node
to v20.11.20 (#690)5601376
chore: update dependency next to v13.5.6 (#689)0ae349c
chore: update @types/react
to 18.2.58, @types/react-dom
to 18.2.19 (#688)90a733e
chore(types): extract run status to a named type (#686)684f139
chore(ci): update actions/setup-node action to v4 (#685)3159e6b
chore: update dependency @types/ws
to v8.5.10 (#683)fa88266
release: 4.28.3Sourced from autoprefixer's releases.
10.4.18
- Fixed removing
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine
).
Sourced from autoprefixer's changelog.
10.4.18
- Fixed removing
-webkit-box-orient
on-webkit-line-clamp
(@Goodwine
).
Sourced from eslint-config-next's releases.
v14.1.1
Note: this is a backport release for critical bug fixes -- this does not include all pending features/changes on canary
Core Changes
- Should not warn metadataBase missing if only absolute urls are present: vercel/next.js#61898
- Fix trailing slash for canonical url: vercel/next.js#62109
- Fix metadata json manifest convention: vercel/next.js#62615
- Improve the Server Actions SWC transform: vercel/next.js#61001
- Fix Server Reference being double registered: vercel/next.js#61244
- Improve the Server Actions SWC transform (part 2): vercel/next.js#62052
- Fix module-level Server Action creation with closure-closed values: vercel/next.js#62437
- Fix draft mode invariant: vercel/next.js#62121
- fix: babel usage with next/image: vercel/next.js#61835
- Fix next/server api alias for ESM pkg: vercel/next.js#61721
- Replace image optimizer IPC call with request handler: vercel/next.js#61471
- chore: refactor image optimization to separate external/internal urls: vercel/next.js#61172
- fix(image): warn when animated image is missing unoptimized prop: vercel/next.js#61045
- fix(build-output): show stack during CSR bailout warning: vercel/next.js#62594
- Fix extra swc optimizer applied to node_modules in browser layer: vercel/next.js#62051
- fix(next-swc): Detect exports.foo from cjs_finder: vercel/next.js#61795
- Fix attempted import error for react: vercel/next.js#61791
- Add stack trace to client rendering bailout error: vercel/next.js#61200
- fix router crash on revalidate + popstate: vercel/next.js#62383
- fix loading issue when navigating to page with async metadata: vercel/next.js#61687
- revert changes to process default routes at build: vercel/next.js#61241
- fix parallel route top-level catch-all normalization logic to support nested explicit (non-catchall) slot routes: vercel/next.js#60776
- Improve redirection handling: vercel/next.js#62561
- Simplify node/edge server chunking some: vercel/next.js#62424
Credits
Huge thanks to
@huozhi
,@shuding
,@Ethan-Arrowood
,@styfle
,@ijjk
,@ztanner
,@balazsorban44
,@kdy1
, and@williamli
for helping!v14.1.1-canary.82
Core Changes
- fix(turbopack): don't emit issues for deleted pages: #62012
- perf: don't emit issues via websocket for now: #59024
- add native css nesting support: #62644
- refactor(next-swc): remove unused features: #62696
- Upgrade mini-css-extract-plugin: #62698
- Update precompiled for mini-css-extract-plugin: #62699
- feat: display text diff for text mismatch hydration errors: #62684
- Fix lint check: #62702
Documentation Changes
... (truncated)
5f59ee5
v14.1.1