Skip to content

Commit

Permalink
chore(release): bump verion, update changelog
Browse files Browse the repository at this point in the history
Bump the `yew-and-bulma` crate version to `0.4.0` and detail the changes
the new release brings in `CHANGELOG.md`.

Signed-off-by: Filip Dutescu <[email protected]>
  • Loading branch information
filipdutescu committed Apr 11, 2023
1 parent e98fe70 commit 02f5285
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions yew-and-bulma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# 0.4.0 (2023-04-11)

The major point of this release is to add all of the
[Bulma layout elements](https://bulma.io/documentation/layout/). 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

* Implement Yew components for all [Bulma layout elements](https://bulma.io/documentation/layout/):
* Add the [container element](https://bulma.io/documentation/layout/container/)
* Add the [level element](https://bulma.io/documentation/layout/level/)
* Add the [media elements](https://bulma.io/documentation/layout/media-object/)
* Add the [hero element](https://bulma.io/documentation/layout/hero/)
* Add the [section element](https://bulma.io/documentation/layout/section/)
* Add the [footer element](https://bulma.io/documentation/layout/footer/)
* Add the [tile element](https://bulma.io/documentation/layout/tiles/)

## 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
Expand Down
2 changes: 1 addition & 1 deletion yew-and-bulma/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-and-bulma"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
authors = ["Filip Dutescu <[email protected]>"]
repository = "https://github.com/filipdutescu/yew-and-bulma"
Expand Down

0 comments on commit 02f5285

Please sign in to comment.