Skip to content

Commit

Permalink
docs(highlights): add highlights for 0.26.0 (#415)
Browse files Browse the repository at this point in the history
* docs(highlights): add highlights for 0.26.0
* simplify the 0.26 highlights
* feat: Update docs with more information about flex
* Add feature flag info for widget ref

---------

Co-authored-by: Josh McKinney <[email protected]>
Co-authored-by: Dheepak Krishnamurthy <[email protected]>
  • Loading branch information
3 people authored Feb 2, 2024
1 parent e96af72 commit 8e5edab
Show file tree
Hide file tree
Showing 4 changed files with 486 additions and 0 deletions.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ export default defineConfig({
collapsed: true,
items: [
{ label: "Highlights", link: "/highlights/" },
{ label: "v0.26", link: "/highlights/v026/" },
{ label: "v0.25", link: "/highlights/v025/" },
{ label: "v0.24", link: "/highlights/v024/" },
{ label: "v0.23", link: "/highlights/v023/" },
Expand Down
3 changes: 3 additions & 0 deletions src/content/docs/highlights/constraints.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/content/docs/highlights/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Highlights
This section highlights the main changes in each major release of Ratatui (from v0.21.0 through the
latest version).

- [v0.26](./v026/)
- [v0.25](./v025/)
- [v0.24](./v024/)
- [v0.23](./v023/)
Expand Down
Loading

0 comments on commit 8e5edab

Please sign in to comment.