All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Memoize testimonial selection so it's not re-rendered on state changes.
- Testimonial component
- Fixed mobile modal layout issue, especially on contact forms
- Upgraded major dependencies to latest releases & fixed related type issues.
- Migrated from hookstate to zustand for global state management.
- Properly extract the
updatedAt
field from Contentful.
- Code blocks now have a copy to clipboard button.
- Moved
<CodeBlock />
to its own component. - Reworked the way
<Code />
and<CodeBlock />
components inherit styles when they're contained within another colorSchemed component, such asAdmonition />
.
- Pre-render the
/cloud/daas
page.
- Enable fallback on Cloud & Partner pages.
- Make
<TrialForm />
a standalone component, decoupled from the Partner layout.
- Forms can now be defined as a reference in Contentful on the 'Page Content' model. If defined, a Trial Form will be rendered below the body.
- Remove implicit SEO noindex/nofollow tags.
- Properly add noindex/nofollow tags when in development.