Releases: FujoWebDev/fujocoded-plugins
Releases · FujoWebDev/fujocoded-plugins
@fujocoded/zod-transform-socials@0.0.14
Patch Changes
- c97f268: Add
createSocialsTransformerfor registering custom domains for platforms without known URL shapes (currentlymastodon), so self-hosted instances can be matched without needing to spell outplatformevery time.
@fujocoded/astro-atproto-loader@0.1.1
@fujocoded/astro-atproto-loader
0.1.0
Minor Changes
- 4396993: Introduce
@fujocoded/astro-atproto-loader, a package for loading AtProto PDS
records into Astro collections. It includes bothatProtoLiveLoader()for live
collections andatProtoStaticLoader()for build-time content collections.
0.0.1
Patch Changes
- Initial release of Astro loaders for public AtProto repo records.
@fujocoded/authproto@0.3.0
Minor Changes
- 4edfdd1: Support Astro 6.
- b728333: Add loggedInClient to Astro.locals and expose the full OAuthSession for the new lex package.
Patch Changes
- 4edfdd1: Export client metadata domain from config so registered and runtime clients stay consistent.
- b728333: Add input attributes to Login component for better mobile UX (placeholder, inputmode, autocorrect, autocapitalize, autocomplete, spellcheck).
Allow user to pass down form props to form.
Partially based on https://tangled.org/strings/did:plc:4gt3dbmp4pydjiemob4konzm/3mihke6jals22
@fujocoded/authproto@0.2.0
@fujocoded/authproto@0.1.4
- Add error handling to OAuth login and callback flows.
- Fix bug where successful logins incorrectly stored an "UNKNOWN" error code in the session.
- Move asDrizzleTable conversion from tables.ts to db store where it's actually used.