Releases: ouim-me/logto-authkit
Releases · ouim-me/logto-authkit
v0.3.0 - rename to @ouim/logto-authkit
Summary
This release renames the package from @ouim/simple-logto to @ouim/logto-authkit.
Migration
@ouim/simple-logto->@ouim/logto-authkit@ouim/simple-logto/backend->@ouim/logto-authkit/server@ouim/simple-logto/bundler-config->@ouim/logto-authkit/bundler-config
Notes
- The server entrypoint is now
/server. - There is no compatibility shim for
/backend. - The repository URL still points at
ouim-me/simple-logtointentionally; the repo rename is a later phase.
v0.2.1 - final old-name migration release
Summary
This is the final planned old-name line before the package moves to @ouim/logto-authkit.
Migration
- @ouim/simple-logto -> @ouim/logto-authkit
- @ouim/simple-logto/backend -> @ouim/logto-authkit/server
- @ouim/simple-logto/bundler-config -> @ouim/logto-authkit/bundler-config
There will be no compatibility shim for /backend.
Included
- README migration notice
- changelog entry for the final old-name line
- release-process docs for the draft old-name release and publish-first rename rollout
- dev-only deprecation warnings on the old public entrypoints
v0.2.0
Highlights
- preserved the frontend entry's
'use client'directive so Next.js App Router treats@ouim/simple-logtofrontend exports as client components - added a dedicated troubleshooting guide for local
file:/ symlinked package consumption - documented Vite duplicate-React fixes for linked local development setups
Included changes
- fix: preserve client entry directives in the built frontend bundle
- docs: add troubleshooting guidance for linked local package issues
- version: release
0.2.0
0.1.9-beta.0
What's Changed
- Fix sign-in popup logic and dropdown trigger by @thezem in #1
- feat: support custom pages in UserCenter by @thezem in #3
- Fix: Gate user state update on valid JWT to prevent stale login UI by @thezem in #5
- fix: Phase 1 — critical packaging & security fixes by @thezem in #6
- fix: Phase 2 auth-flow bug fixes (2.2–2.6) by @thezem in #7
- fix(context): Phase 2 auth flow robustness — tasks 2.1 & 2.7 by @thezem in #8
- security: Phase 3 — Security Hardening (all 7 tasks) by @thezem in #9
- ci: Phase 4 — CI/CD & Release Infrastructure by @thezem in #10
- test: Phase 5 — test coverage expansion (tasks 5.1–5.7) by @thezem in #11
- Phase 5 & 6: popup tests, coverage thresholds, auth DX improvements by @thezem in #12
- Complete Phase 6 SignInPage props and public type exports by @thezem in #13
- test: add backend auth integration coverage by @thezem in #14
- fix: scope custom navigation per provider by @thezem in #15
- Docs/phase 7 docs pass 1 by @thezem in #16
- test(packaging): add packed tarball smoke fixtures by @thezem in #17
- Phase 8: security policy and runtime/CI alignment by @thezem in #18
- feat: add proactive token refresh scheduling by @thezem in #19
- chore: add package audit checks and remove signin reload by @thezem in #20
- Phase 9: JWKS cache controls and auth lifecycle callbacks by @thezem in #21
- Improve SSR docs and add backend authorization helpers by @thezem in #22
- Fix critical popup and local sign-out regressions by @thezem in #24
- ci(size): add bundle size monitoring by @thezem in #25
- Phase 10: frontend permissions and SSR auth fixtures by @thezem in #26
- Rc phase 11 ecosystem polish by @thezem in #27
- Rc by @thezem in #23
New Contributors
Full Changelog: https://github.com/ouim-me/simple-logto/commits/0.1.9-beta.0