Skip to content

Commit

Permalink
docs: update layout transition
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschubek committed Jul 21, 2024
1 parent a909fd3 commit f496932
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ sidebar_position: 1.5
---
# Changelog

## [3.3.2] - 2024-07-20

### 🚀 Features

- Add page transitions ([a909fd3](https://github.com/adrianschubek/dir-browser/commit/a909fd3522b7fcead7f7165de9c3a8d683fa2991))
Enable with `TRANSITION=true` (default `false`)

### 🐛 Bug Fixes

- Turbo navigation broken, leading to full page reload ([5058f04](https://github.com/adrianschubek/dir-browser/commit/5058f04f11cd8887b273d2fe0bd7cbb0e52dda1d))

## [3.3.1] - 2024-06-21

### 🐛 Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/configuration/layout.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Layout

### Basic (default)
<!-- ### Basic (default)
:::info
Work in progress
:::

-->
import EnvConfig from '@site/src/components/EnvConfig';

<EnvConfig name="LAYOUT|OPEN_NEW_TAB|HIGHLIGHT_UPDATED" init="basic|false|true" values="basic,popup,full|true,false|true,false" desc="|Open file in a new tab.|When a file has been changed in the last 48 hours its last modified date gets bold." flags="e|" versions="3.0|3.2|2.0"/>
<EnvConfig name="LAYOUT|OPEN_NEW_TAB|HIGHLIGHT_UPDATED|TRANSITION" init="basic|false|true|false" values="basic,popup,full|true,false|true,false|true,false" desc="|Open file in a new tab.|When a file has been changed in the last 48 hours its last modified date gets bold.|Show fade animation when navigating." flags="e|" versions="3.0|3.2|2.0|3.3.2"/>

0 comments on commit f496932

Please sign in to comment.