Skip to content

Tags: lizadaly/windrift

Tags

v.3.0.0

Toggle v.3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to React 19 and Next.js 15 (#340)

* Checkpoint

* React 19 upgrade

* Fix static export for file:// URLs

Pass storyId as a prop from getStaticProps instead of relying on
router.query, which doesn't parse correctly on file:// URLs.

Also adds a guard to fall back to the default start chapter when
the chapter parameter is invalid.

* Bump version to 3.0.0

* Update README for version 3.0

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update test badge and version bump (#314)

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to Next 13 (#310)

* Upgrade to Next 13

* Upgrade to Next 13

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cypress and node dependencies (#309)

* Update cypress and node dependencies

* Update cypress file

* Update nvmrc

* Tweak run settings

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump moment from 2.29.2 to 2.29.4 (#307)

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade react (#304)

* Update FC definitions and versions

* Sort out dependencies

* Use typed dispatch and remove React.FC

* Bump

* Type the thunk correctly

* Version bump

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[#286] Don't allow server-side initialization of any pages (#287)

v1.0.10

Toggle v1.0.10's commit message
Add transition group back