Seed Quickstart Webpack Versions Save

Template for web apps with Seed (Rust framework), TailwindCSS and Webpack.

v0.7.5

3 years ago
  • Updated dependencies (including Seed 0.8.0).

v0.7.4

3 years ago
  • Change dist output location
  • Teporarily switch test to Chrome - Gecko fails

v0.7.3

3 years ago
  • BugFix: Prevent Purge from removing valid selectors

v0.7.2

3 years ago
  • upgrade postcss-typed-css-classes to v0.2.0

v0.7.1

3 years ago

v0.7.0

3 years ago
  • 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 and entries directories in configuration files and documentation.

v0.6.0

4 years ago
  • 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

4 years ago
  • Seed updated to 0.6.0.
  • [BREAKING] wasm-pack > 0.9.0 required.
  • Deleted unnecessary optimize-wasm.js script.
  • Minor lib.rs changes - removed Clone constraint on Msg and prerendered variable is replaced with a Model's property.
  • Added wasm_bindgen_test_configure!(run_in_browser); into test.rs.
  • Disabled performance hints in webpack.config.js.
  • Removed critters-webpack-plugin.

v0.4.1

4 years ago
  • Ignore clippy lint rule must_use_candidate.
  • Optimized build (WASM file size changed from 584 to 349 KB).
  • Seed updated to 0.5.1 + updated crate/src/lib.rs.
  • Updated all Rust dependencies.
  • Updated all JS dependencies.

v0.4.0

4 years ago
  • Seed updated to 0.5.0 + refactored crate/src/lib.rs.
  • All Rust and JS dependencies updated.
  • GHA workflow main.yml - on: [push] changed to on: [push, pull_request].