Skip to content

Tags: canmi21/seam

Tags

v0.4.13

Toggle v0.4.13's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
fix(publish): patch skipped crate deps to registry version before pub…

…lishing

bump-version.sh sets all internal deps to the new version, but crates
with no real changes are skipped during publish. This caused downstream
crates to fail because they referenced a version not yet on crates.io.

Now the publish script queries the registry for the latest version of
each skipped crate and temporarily patches Cargo.toml before publishing,
restoring it afterward.

v0.4.12

Toggle v0.4.12's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
refactor(tanstack-router): split i18n into optional sub-path export

Extract i18n logic from SeamDataBridge into a separate SeamI18nBridge
component, exported via `@canmi/seam-tanstack-router/i18n`. Non-i18n
users now get zero i18n code in their bundle. The i18n bridge is
injected via the new `i18nBridge` option on createSeamRouter/seamHydrate;
the default is a minimal SeamCoreBridge (data + navigation only).

Move @canmi/seam-i18n from dependencies to optional peerDependencies.

v0.4.11

Toggle v0.4.11's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
refactor(tanstack-router): split i18n into optional sub-path export

Extract i18n logic from SeamDataBridge into a separate SeamI18nBridge
component, exported via `@canmi/seam-tanstack-router/i18n`. Non-i18n
users now get zero i18n code in their bundle. The i18n bridge is
injected via the new `i18nBridge` option on createSeamRouter/seamHydrate;
the default is a minimal SeamCoreBridge (data + navigation only).

Move @canmi/seam-i18n from dependencies to optional peerDependencies.

v0.4.10

Toggle v0.4.10's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
docs: enforce conventional commit format and exclude version bumps fr…

…om messages

src/server/injector/go/v0.4.11

Toggle src/server/injector/go/v0.4.11's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
refactor(tanstack-router): split i18n into optional sub-path export

Extract i18n logic from SeamDataBridge into a separate SeamI18nBridge
component, exported via `@canmi/seam-tanstack-router/i18n`. Non-i18n
users now get zero i18n code in their bundle. The i18n bridge is
injected via the new `i18nBridge` option on createSeamRouter/seamHydrate;
the default is a minimal SeamCoreBridge (data + navigation only).

Move @canmi/seam-i18n from dependencies to optional peerDependencies.

src/server/injector/go/v0.4.10

Toggle src/server/injector/go/v0.4.10's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
fix(e2e): use --webpack flag for Next.js 16 compatibility

Next.js 16 defaults to Turbopack, which errors when a webpack
config block exists without a turbopack counterpart.

src/server/engine/go/v0.4.11

Toggle src/server/engine/go/v0.4.11's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
refactor(tanstack-router): split i18n into optional sub-path export

Extract i18n logic from SeamDataBridge into a separate SeamI18nBridge
component, exported via `@canmi/seam-tanstack-router/i18n`. Non-i18n
users now get zero i18n code in their bundle. The i18n bridge is
injected via the new `i18nBridge` option on createSeamRouter/seamHydrate;
the default is a minimal SeamCoreBridge (data + navigation only).

Move @canmi/seam-i18n from dependencies to optional peerDependencies.

src/server/engine/go/v0.4.10

Toggle src/server/engine/go/v0.4.10's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
fix(e2e): use --webpack flag for Next.js 16 compatibility

Next.js 16 defaults to Turbopack, which errors when a webpack
config block exists without a turbopack counterpart.

src/server/core/go/v0.4.11

Toggle src/server/core/go/v0.4.11's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
refactor(tanstack-router): split i18n into optional sub-path export

Extract i18n logic from SeamDataBridge into a separate SeamI18nBridge
component, exported via `@canmi/seam-tanstack-router/i18n`. Non-i18n
users now get zero i18n code in their bundle. The i18n bridge is
injected via the new `i18nBridge` option on createSeamRouter/seamHydrate;
the default is a minimal SeamCoreBridge (data + navigation only).

Move @canmi/seam-i18n from dependencies to optional peerDependencies.

src/server/core/go/v0.4.10

Toggle src/server/core/go/v0.4.10's commit message

Verified

This commit was signed with the committer’s verified signature.
canmi21 Canmi
fix(e2e): use --webpack flag for Next.js 16 compatibility

Next.js 16 defaults to Turbopack, which errors when a webpack
config block exists without a turbopack counterpart.