Releases: Madoshakalaka/yew-interop
Releases · Madoshakalaka/yew-interop
v0.3.0
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
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
update
v0.1.1
documentation touch up