Skip to content

0.3.0-yew-and-bulma

Compare
Choose a tag to compare
@filipdutescu filipdutescu released this 02 Apr 10:48
· 12 commits to main since this release
0.3.0-yew-and-bulma
4671f54

0.3.0 (2023-04-02)

The main change brought by this release is the addition of
Column components. Some internal changes are made to improve QoL
for development, such as updates to the CI actions and the addition of a
macro crate.

Features

  • Add the Column components
  • Convert to a workspace
  • Add the yew-and-bulma-macros
    crate, mostly to provide base component properties (for now)
  • Add HTML events to all component properties
  • Forbid unsafe code from both crates
  • Set viewport as the key in viewport combination for properties (ie size,
    display)

Other improvements

  • Add commit lints
  • Add issue templates
  • Check nightly errors as well