diff --git a/code/CHANGELOG.md b/code/CHANGELOG.md index 997534ad3..5b05eec2d 100644 --- a/code/CHANGELOG.md +++ b/code/CHANGELOG.md @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- [#255](https://github.com/InditexTech/weavejs/issues/255) Update documentation images and favicon + ## [0.14.3] - 2025-05-21 ### Fixed diff --git a/docs/app/(home)/main.png b/docs/app/(home)/main.png index c45a2aaac..025d5379c 100644 Binary files a/docs/app/(home)/main.png and b/docs/app/(home)/main.png differ diff --git a/docs/app/(home)/page-components.tsx b/docs/app/(home)/page-components.tsx index 60034550e..da5df6690 100644 --- a/docs/app/(home)/page-components.tsx +++ b/docs/app/(home)/page-components.tsx @@ -13,20 +13,22 @@ import Feature3Img from "@/public/images/feature_3.png"; import Feature3DarkImg from "@/public/images/feature_3_dark.png"; import Feature4Img from "@/public/images/feature_4.png"; import Feature4DarkImg from "@/public/images/feature_4_dark.png"; -import { useTheme } from "next-themes"; import { cn } from "@/lib/utils"; import { LinkButton } from "./page.client"; export function Architecture() { - const { theme } = useTheme(); - return (
Architecture + Architecture
@@ -60,9 +62,14 @@ export function Architecture() {
Architecture + Architecture
@@ -70,8 +77,6 @@ export function Architecture() { } export function Features() { - const { theme } = useTheme(); - return (
@@ -101,9 +106,15 @@ export function Features() {
UI Framework Agnostic + UI Framework Agnostic
@@ -126,9 +137,15 @@ export function Features() {
Powerful Abstractions + Powerful Abstractions
@@ -148,9 +165,15 @@ export function Features() {
Source + Source
@@ -172,9 +195,15 @@ export function Features() {
Source + Source
diff --git a/docs/app/favicon.ico b/docs/app/favicon.ico new file mode 100644 index 000000000..bb44a7b1c Binary files /dev/null and b/docs/app/favicon.ico differ diff --git a/docs/app/layout.config.tsx b/docs/app/layout.config.tsx index 873cdb3cb..7a1ab5a72 100644 --- a/docs/app/layout.config.tsx +++ b/docs/app/layout.config.tsx @@ -18,7 +18,7 @@ export const logo = ( alt="Weave.js" src={Logo} sizes="100px" - className="w-8 md:w-8 [.uwu_&]:block" + className="w-[40px] md:w-[40px] [.uwu_&]:block invert-0 dark:invert-100" aria-label="Weave.js" /> @@ -36,7 +36,7 @@ export const baseOptions: BaseLayoutProps = { title: ( <> {logo} - + Weave.js diff --git a/docs/content/docs/main/changelog/index.mdx b/docs/content/docs/main/changelog/index.mdx index 6350aab2f..41e2a8c66 100644 --- a/docs/content/docs/main/changelog/index.mdx +++ b/docs/content/docs/main/changelog/index.mdx @@ -9,6 +9,7 @@ description: Check out the latest changes to Weave.js. ## Pre-release versions +- [**0.14.4**](/docs/main/changelog/prerelease/0.14.4) - [**0.14.3**](/docs/main/changelog/prerelease/0.14.3) - [**0.14.2**](/docs/main/changelog/prerelease/0.14.2) - [**0.14.1**](/docs/main/changelog/prerelease/0.14.1) diff --git a/docs/content/docs/main/changelog/prerelease/0.14.4.mdx b/docs/content/docs/main/changelog/prerelease/0.14.4.mdx new file mode 100644 index 000000000..96d40705b --- /dev/null +++ b/docs/content/docs/main/changelog/prerelease/0.14.4.mdx @@ -0,0 +1,12 @@ +--- +title: v0.14.4 +description: Documentation changes, create-app UI changes and some bugfixes +--- + +## Metadata + +- **Release date**: 2025-05-21 + +### Changed + +- [#255](https://github.com/InditexTech/weavejs/issues/255) Update documentation images and favicon diff --git a/docs/content/docs/main/changelog/prerelease/meta.json b/docs/content/docs/main/changelog/prerelease/meta.json index 86138b120..b3a1c337a 100644 --- a/docs/content/docs/main/changelog/prerelease/meta.json +++ b/docs/content/docs/main/changelog/prerelease/meta.json @@ -2,6 +2,7 @@ "title": "Prerelease versions", "description": "Detailed changelog for Weave.js pre-release versions", "pages": [ + "0.14.4", "0.14.3", "0.14.2", "0.14.1", diff --git a/docs/public/images/logo.png b/docs/public/images/logo.png index d0dd728df..0aa2958ad 100644 Binary files a/docs/public/images/logo.png and b/docs/public/images/logo.png differ