retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.02k stars 201 forks source link

Retype v3.4 has an issue with "expanded" #623

Closed patricklafrance closed 9 months ago

patricklafrance commented 9 months ago

Hello!

I have a website using Retype v3.3 (web-configs) and another one using Retype 3.4 (@squide). Both websites have every folder configured with expanded: true.

With v3.3 it works as expected:

retype_3 3

But with v3.4 they keep closing:

retype_3 4

Thank you,

Patrick

geoffreymcgill commented 9 months ago

Confirmed, this is a bug introduced with v3.4.0. We are going to fix immediately and make a v3.4.1 patch release, hopefully late tomorrow.

Sorry about this.

Thanks for reporting.

geoffreymcgill commented 9 months ago

Retype v3.4.1 has been released and includes a fix for this bug.

This bug was mistakingly introduced when the related Tree nav expanded state not saving bug was fixed in v3.4.0. Resetting of the tree navigation was actually a "feature" we had built very early on in Retype, although because of bug that was not caught until v3.4.0, this "feature" was not actually working.

Things should be working better now. No changes are required in your project, other than upgrading to the latest Retype release.

@patricklafrance Thanks again for letting us know about this bug.