Releases: seed-rs/seed-quickstart-webpack
Releases · seed-rs/seed-quickstart-webpack
v0.7.5
v0.7.4
- Change dist output location
- Teporarily switch test to Chrome - Gecko fails
v0.7.3
v0.7.2
v0.7.1
v0.7.0
- Moved files and directories located in
crate
directory to project root directory. - Moved files and directories located in
configs
directory to project root directory. - Moved files and directories located in
entries
directory to static directory. - Moved
entries/index.ts
to project root directory. - Update/remove references to
crate
,configs
andentries
directories in configuration files and documentation.
v0.6.0
- Updated all JS dependencies.
- Added
<base href="/">
and related comments to support non-root deploys. - Updated all JS dependencies.
- App adapted to Seed 0.7.0.
- Disable unnecessary error message on the overlay.
- App refactored.
- Added
FUNDING.yml
. - Updated
README.md
.
v0.5.0
Seed
updated to0.6.0
.- [BREAKING]
wasm-pack
>0.9.0
required. - Deleted unnecessary
optimize-wasm.js
script. - Minor
lib.rs
changes - removedClone
constraint onMsg
andprerendered
variable is replaced with aModel
's property. - Added
wasm_bindgen_test_configure!(run_in_browser);
intotest.rs
. - Disabled performance hints in
webpack.config.js
. - Removed
critters-webpack-plugin
.
v0.4.1
- Ignore
clippy
lint rulemust_use_candidate
. - Optimized build (WASM file size changed from 584 to 349 KB).
Seed
updated to0.5.1
+ updatedcrate/src/lib.rs
.- Updated all Rust dependencies.
- Updated all JS dependencies.
v0.4.0
Seed
updated to0.5.0
+ refactoredcrate/src/lib.rs
.- All Rust and JS dependencies updated.
- GHA workflow
main.yml
-on: [push]
changed toon: [push, pull_request]
.