Skip to content

Commit

Permalink
chore(changelog): describe version 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Dutescu <[email protected]>
  • Loading branch information
filipdutescu committed Mar 25, 2023
1 parent c32dbf5 commit 72d637a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# 0.2.0 (2023-03-25)

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

* Implement Yew components for all [Bulma elements](https://bulma.io/documentation/elements/):
* Add the [block element](https://bulma.io/documentation/elements/block/)
* Add the [box element](https://bulma.io/documentation/elements/box/)
* Add the [button element](https://bulma.io/documentation/elements/button/)
* Add the [content element](https://bulma.io/documentation/elements/content/)
* Add the [delete element](https://bulma.io/documentation/elements/delete/)
* Add the [icon element](https://bulma.io/documentation/elements/icon/)
* Add the [image element](https://bulma.io/documentation/elements/image/)
* Add the [notification element](https://bulma.io/documentation/elements/notification/)
* Add the [progress bar element](https://bulma.io/documentation/elements/progress/)
* Add the [table elements](https://bulma.io/documentation/elements/table/)
* Add the [tag element](https://bulma.io/documentation/elements/tag/)
* Add the [title elements](https://bulma.io/documentation/elements/title/)
* Add a generic color helper, in addition to the existing text and background color ones
* Update the `ClassBuilder` to support the generic color helper and toggle the light variants
of colors
* Add a generic size utility, which defines the most commonly used Bulma sizes

## Fixes

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

0 comments on commit 72d637a

Please sign in to comment.