Skip to content

Commit

Permalink
Merge pull request #13 from wheregmis/v0.3.0
Browse files Browse the repository at this point in the history
Page Transitions V0.3.0
  • Loading branch information
wheregmis authored Feb 9, 2025
2 parents 50c957c + efe2976 commit d092eec
Show file tree
Hide file tree
Showing 25 changed files with 1,755 additions and 4,814 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: ilammy/setup-nasm@v1
- uses: taiki-e/install-action@cargo-binstall
- name: Install dioxus-cli
run: cargo binstall -y [email protected].2 --force
run: cargo binstall -y [email protected].3 --force
- uses: actions/checkout@v2

- name: Build
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Changelog
## [v0.3.0] - 2024-02-08
### New Features
- Added initial support for page transitions (Special thanks to Marc and Evan)
### Bug Fixes or Enhancements
- Support dioxus 0.6.3
### Changes
- Most of the things should be on the prelude, so if you face any erros while migrating, just import prelude::*.

## [v0.2.3] - 2024-01-23
### Dioxus Version Bump
- updated to dioxus v0.6.2
Expand Down
Loading

0 comments on commit d092eec

Please sign in to comment.