Releases: dappblock/nextjs-ic-starter
Releases · dappblock/nextjs-ic-starter
v0.6.0
- upgrade NextJS to 15.2.0, dfx to 0.25.0, NodeJS to 22.12.0, dfinity/* libs
- update README to run dfx deploy on local
- add .ic-assets.json5 for security policy
v0.5.0
- upgrade dfx to 0.15, NextJS to 13.5
- start using declaration node_compatibiltiy for canister UI declaration generation for better compatibility with NextJS usage
- update README
v0.4.0
- Upgrade NextJS to 13.3, React to 18, dfinity agent to 0.15, dfx to 0.13.1, NodeJS to 18.16
- Regenerate dfx UI declarations files from dfx
- Update README with more details on frontend dev
- Cleanup
v0.3.0
- upgraded to DFX 0.9.3
- regenerate UI declarations
- improve formatting
v0.2.0
- Add new Image.mo actor canister use case with stable var
- Add frontend showcase of interacting with Image canister with uploading image, load image by imageId and render it in
![]()
- Add React Hook useImageObject, see README.md for details
- Improve folder structure
- Upgrade DFX to 0.8.4
- Upgrade @dfinity/agent to 0.10.1
- Upgrade NodeJS to 16