Skip to content

2.1.1 - #75

Merged
kethinov merged 1 commit into
rooseveltframework:mainfrom
kethinov:2.1.1
Sep 22, 2026
Merged

kethinov merged 1 commit into
rooseveltframework:mainfrom
kethinov:2.1.1

Conversation

@kethinov

Copy link
Copy Markdown
Member
  • Added singlePageExpress.htmlValidateConfig, an html-validate config to hand the htmlValidator param. It is html-validate:recommended with attribute-boolean-style and attribute-empty-style turned off, by default.
  • Added topbarDelay, which is how long a navigation has to still be working before the top bar appears at all, defaulting to 250ms. Set it to 0 for the previous behavior of showing the bar the moment a navigation starts.
  • Fixed the top bar vanishing the moment a view transition started and reappearing when it ended.
  • Fixed the listener that scrolled the page after a view transition never being removed. Each navigation added another one, so the tenth navigation ran ten of them, each restoring the scroll position of whichever page it had been created for.
  • Updated dependencies

- Added `singlePageExpress.htmlValidateConfig`, an [html-validate](https://html-validate.org/) config to hand the `htmlValidator` param. It is `html-validate:recommended` with `attribute-boolean-style` and `attribute-empty-style` turned off, by default.
- Added `topbarDelay`, which is how long a navigation has to still be working before the top bar appears at all, defaulting to 250ms. Set it to `0` for the previous behavior of showing the bar the moment a navigation starts.
- Fixed the top bar vanishing the moment a view transition started and reappearing when it ended.
- Fixed the listener that scrolled the page after a view transition never being removed. Each navigation added another one, so the tenth navigation ran ten of them, each restoring the scroll position of whichever page it had been created for.
- Updated dependencies
@kethinov
kethinov merged commit 440fd44 into rooseveltframework:main Sep 22, 2026
9 checks passed
@kethinov
kethinov deleted the 2.1.1 branch September 22, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant