From a7902d405798fca2e0cb7b79f91d6f0fe87b6718 Mon Sep 17 00:00:00 2001 From: Andrew Jiang Date: Mon, 11 Mar 2024 21:30:19 -0400 Subject: [PATCH] fern-ui -> fern-platform 2 --- CHANGELOG.md | 12 ++++++------ README.md | 2 +- package.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d78605b6..0e052b1afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### DevEx improvements -- Enabled PR Previews [#480](https://github.com/fern-api/fern-ui/pull/480) +- Enabled PR Previews [#480](https://github.com/fern-api/fern-platform/pull/480) ### Improvements @@ -67,26 +67,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # 2024-03-01 -- Fully removed react-markdown in favor of using next-mdx-remote to serialize all description fields. This allows us to use the same components that we already we use in markdown guides in the API reference. Also, this reduces the bundle size and improves client-side performance since all markdown-based descriptions are now compiled server-side. See [#468](https://github.com/fern-api/fern-ui/pull/468). +- Fully removed react-markdown in favor of using next-mdx-remote to serialize all description fields. This allows us to use the same components that we already we use in markdown guides in the API reference. Also, this reduces the bundle size and improves client-side performance since all markdown-based descriptions are now compiled server-side. See [#468](https://github.com/fern-api/fern-platform/pull/468). # 2024-02-29 -- API Playground now supports WebSocket. See [#470](https://github.com/fern-api/fern-ui/pull/470) +- API Playground now supports WebSocket. See [#470](https://github.com/fern-api/fern-platform/pull/470) # 2024-02-28 -- Fixed [scrolling issue in mobile](https://github.com/fern-api/fern-ui/commit/a0dbc6195c3de6c2145dce32baf1826bb6b99c25). +- Fixed [scrolling issue in mobile](https://github.com/fern-api/fern-platform/commit/a0dbc6195c3de6c2145dce32baf1826bb6b99c25). - Fixed random navigation regressions due to major shiki-related refactor. # 2024-02-27 - Resolved issues with shiki syntax highlighter causing the page to crash on some code samples because the server-generated HAST was too large. Switching to client-side rendering for code samples to avoid this issue. - Resolved issues with scrolling navigation issues due to updated code sample rendering. There's still an outstanding bug with scrolling on mobile, which is currently jumpy and still being investigated. -- Added Changelog Page under API sections. See [#469](https://github.com/fern-api/fern-ui/pull/469) +- Added Changelog Page under API sections. See [#469](https://github.com/fern-api/fern-platform/pull/469) # 2024-02-26 -- Replaced `react-syntax-highlighter` with [`shiki`](https://shiki.style/) for better performance syntax highlighting. See [#463](https://github.com/fern-api/fern-ui/pull/463) for more details. +- Replaced `react-syntax-highlighter` with [`shiki`](https://shiki.style/) for better performance syntax highlighting. See [#463](https://github.com/fern-api/fern-platform/pull/463) for more details. # 2024-02-23 diff --git a/README.md b/README.md index 67c87f8be2..f7904656b1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -[![CI](https://github.com/fern-api/fern-ui/actions/workflows/ci.yml/badge.svg)](https://github.com/fern-api/fern-ui/actions/workflows/ci.yml) +[![CI](https://github.com/fern-api/fern-platform/actions/workflows/ci.yml/badge.svg)](https://github.com/fern-api/fern-platform/actions/workflows/ci.yml) # Fern UI diff --git a/package.json b/package.json index 14735b29d6..009780f336 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fern-ui", "description": "Fern UI", - "repository": "https://github.com/fern-api/fern-ui", + "repository": "https://github.com/fern-api/fern-platform", "author": "Birch Solutions, Inc.", "private": true, "workspaces": [ @@ -96,4 +96,4 @@ "eslint-config-next": "^14.0.4", "stylelint-scss": "^6.0.0" } -} +} \ No newline at end of file