Skip to content

Latest commit

 

History

History
98 lines (74 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

98 lines (74 loc) · 4.01 KB

0.4.0 (2023-04-11)

The major point of this release is to add all of the Bulma layout elements. To go alongside those, various examples were also added, to provide a nice starting point and reference.

Here is a more detailed list of changes:

Features

Other

  • Fix the example page titles to name the actual showcased element
  • Update all examples to use the container element where needed, to look a bit prettier
  • Add an [xtask][xtask] crate for generating and showing code coverage. Code coverage will be added to each PR and can be checked at-glance in the README

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

0.2.1 (2023-03-25)

The previous version broke examples due to an increment of the crate version. This release addresses the issue by updating the examples.

Fixes

  • Examples use the proper crate version

0.2.0 (2023-03-25)

The major point of this release is to add all of the Bulma elements. To go alongside those, various examples were also added, to provide a nice starting point and reference.

Here is a more detailed list of changes:

Features

Fixes

  • Fix the documentation for constants as some did not explain correctly use cases and meaning