Skip to content

Commit

Permalink
fern-ui -> fern-platform 2
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Mar 12, 2024
1 parent 7cce73d commit a7902d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -96,4 +96,4 @@
"eslint-config-next": "^14.0.4",
"stylelint-scss": "^6.0.0"
}
}
}

0 comments on commit a7902d4

Please sign in to comment.