[UNRELEASED]
[0.7.5]
- Updated dependencies (including Seed 0.8.0).
[0.7.4]
- Change dist output location
- Temporarily switch test to Chrome - Gecko fails
[0.7.3]
- Upgrade postcss-typed-css-classes to bring in bug fix
[0.7.2]
- Upgrade postcss-typed-css-classes
[0.7.1]
- dependabot > Changelog
[0.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 directoy. - Update/remove references to
crate
,configs
andentries
directories in configuration files and documentation.
[0.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
.
[0.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
.
[0.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.
[0.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]
.
[0.3.1]
Travis CI
replaced withGithub Actions
.Seed
updated to0.4.2
+ refactoredcrate/src/lib.rs
.
[0.3.0]
- Quickstart is now based on
https://github.com/MartinKavik/kavik.cz
. - Rewritten
README.md
. - Previous version moved into branch
older
.
[0.2.0]
- Updated all dependencies + project adapted to them:
- Set
outDir
inWasmPackPlugin
. - Removed
css/tailwind.js
. - Changed paths in
entries/index.ts
. - Removed comments from
css/styles.css
. - Updated CSS classes in
crate/src/app.rs
. - Updated import of
ClearnWepackPlugin
.
- Set
- Dev server port changed from
3000
to8000
. - Added
netlify.toml
for better SPA support. crate/*
changes:- Updated dependencies in
Cargo.toml
andSeed
set tomaster
(probably temporary). - Refactored
app.rs
,lib.rs
,rust_api.rs
,clock.ts
,ts_apis
,seed_helpers.ts
. - Removed
seed_helpers.rs
.
- Updated dependencies in
[0.1.0]
- Initial version.