Skip to content

Commit d1151c6

Browse files
remove code
1 parent 89cfd17 commit d1151c6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ This will be converted to a Fern type that combines the base properties with the
1919
2020
2121
## 0.63.15
22-
**`(fix):`** The `<Code>` component now supports more flexible prop ordering and additional properties. You can now specify `maxLines` and `focus` props in any order relative to the `src` prop. For example:
23-
24-
`<Code src="../snippets/example.ts" maxLines={20} focus={1-18} />` or `<Code maxLines={20} focus={1-18} src="../snippets/example.ts" />`
25-
26-
Both formats will work the same way, preserving the specified properties in the generated markdown. The component will automatically detect and include any additional props in the code block's metastring.
27-
22+
**`(fix):`** The `<Code>` component now supports more flexible prop ordering and additional properties. You can now specify `maxLines` and `focus` props in any order relative to the `src` prop. Regardless of order, formats will work the same way, preserving the specified properties in the generated markdown. The component will automatically detect and include any additional props in the code block's metastring.
2823

2924
## 0.63.14
3025
**`(fix):`** Fix duplicate properties in example IR generation.

0 commit comments

Comments
 (0)