40 lines
2.7 KiB
Markdown
40 lines
2.7 KiB
Markdown
|
|
# Changelog
|
||
|
|
|
||
|
|
## 2025-12-22 - 0.2.0 - feat(docs)
|
||
|
|
add in-app documentation pages and Fair Usage Policy
|
||
|
|
|
||
|
|
- Add FairUsagePolicy page and route (/fair-usage) with full policy content and a sticky header/footer
|
||
|
|
- Introduce a docs section with a DocsLayout and nested routes: Introduction, Quick Start, Docker, Configuration, SDK, OIDC, Organizations, Users
|
||
|
|
- Update App.tsx to register docs routes and the Fair Usage route
|
||
|
|
- Update UI components (Navbar, Footer, Hero, HowItWorks) to use internal docs routes and add a Fair Usage link
|
||
|
|
- Refactor DocsLayout to provide independent scrolling for the sidebar and main content and tweak header/sidebar layout
|
||
|
|
- Include code examples and navigation between docs pages to improve developer onboarding
|
||
|
|
|
||
|
|
## 2025-12-22 - 0.1.0 - feat(site)
|
||
|
|
revamp landing pages and add documentation layout
|
||
|
|
|
||
|
|
- Add new DocsLayout component with sidebar navigation, header, sign-in CTA and documentation links
|
||
|
|
- Revise Hero, Features, HowItWorks, Navbar and Footer copy to emphasize organization management, OIDC provider, RBAC, 2FA, deploy/self-host options and TypeScript SDK
|
||
|
|
- Introduce new feature cards and icons; restructure feature list and feature preview UI
|
||
|
|
- Update CTAs and links to point to docs, repository, community and sign-in endpoints; wrap buttons with asChild anchors for proper navigation
|
||
|
|
- Minor UI tweak: reduce feature card animation delay from 150ms to 100ms
|
||
|
|
|
||
|
|
## 2025-04-03 - 0.0.0 - Site UI, theming, content and infra updates
|
||
|
|
Large update adding dark theme support, UI refactors, content/footer updates, and initial site creation.
|
||
|
|
|
||
|
|
- Add dark theme support across the app (complete dark theme implementation).
|
||
|
|
- Add a dark theme toggle (using next-themes) and enable dark mode support for UI components.
|
||
|
|
- Fix dark mode styling specifically for the HowItWorks section.
|
||
|
|
- Refactor UI for an improved modern look and feel; improve Hero preview to resemble a passport.
|
||
|
|
- Remove the CTA component and restructure the CTA section for improved layout.
|
||
|
|
- Add sample passport data (John Doe) and fix the hero passport link to the correct URL.
|
||
|
|
- Add identity URL mapping: map idp://user.global/identity to https://passport.idp.global/john.doe.
|
||
|
|
- Add legal and company links to the footer (note: one revert related to this change was recorded and then re-applied).
|
||
|
|
- Fix a syntax error in HowItWorks.tsx (missing comma).
|
||
|
|
- Create the about.idp.global website (initial implementation).
|
||
|
|
- Standardize project tech stack setup: use vite_react_shadcn_ts.
|
||
|
|
|
||
|
|
## 2025-11-30 - 0.0.0 - Miscellaneous housekeeping
|
||
|
|
Several small/undocumented updates and housekeeping commits were made on this date; no detailed changelog messages were provided.
|
||
|
|
|
||
|
|
- Multiple minor updates / maintenance changes (details not specified in commit messages).
|