Skip to content

Releases: Madoshakalaka/yew-interop

v0.3.0

08 Jan 08:29
Compare
Choose a tag to compare

Breaking API Change

<ScriptEffects /> now accepts Script rather than Option<Script> (#10)

Bug Fix

Relative URL in a string literal now doesn't panic the macro (#17)

Docs

  • More detailed documentation
  • Feature-gated items are now indicated by the feature badges. (checkout on docs.rs)
  • README.md is now included on crates.io

Internal Changes

Polished CI and CONTRIBUTING.md, new contributors are welcome anytime 😄

v0.2.1

01 Jan 08:29
Compare
Choose a tag to compare

Very powerful update!

Improved Side Effect Scripts

  • Integrated into the declare_resources! macro.
  • The hooks notify the component when they are ready.
  • A new <ScriptEffect/> component that allows easy conditional execution.
    see here for a guide

declare_resources! Macro Overhaul

All expressions like macro/identifier/function call can be used as resource URLs now, with explicitly specified resource type

v0.1.2

01 Jan 06:04
Compare
Choose a tag to compare
update

v0.1.1

01 Jan 06:04
Compare
Choose a tag to compare
documentation touch up