Skip to content

Commit 175a3a6

Browse files
committed
CHANGELOG.md
1 parent 9bd8e87 commit 175a3a6

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
changelog
2+
=========
3+
This changelog follows the patterns described here: https://keepachangelog.com/en/1.0.0/.
4+
5+
# Unreleased
6+
7+
## Atomic Hooks
8+
### changes
9+
- Various changes to make the library compatible with the latest Seed and other libraries.
10+
11+
## Seed Hooks
12+
### changes
13+
- Various changes to make the library compatible with the latest Seed and other libraries.
14+
15+
## Seed Styles
16+
### changes
17+
- Various changes to make the library compatible with the latest Seed and other libraries.
18+
### fixed
19+
- Fixed `Rgba` formatting for `CssOutlineColor`.
20+
- Allow to define styles for root (selector `root`, `html`, `@font-face`, etc.).
21+
### added
22+
- Added pseudo classes `FirstLine`, `FocusWithin` and `Placeholder`.
23+
- Added `LocalUpdateEl` implementations for `&Style` and `Option<Style>`.
24+
### removed
25+
- Removed root class (`seed-init-style`).
26+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- You can find tutorials and documentation on [seed-style-hooks.netlify.app](https://seed-style-hooks.netlify.app/), however it's possible that some information will become obsolete.
1313

1414
- Include chosen libraries in your Seed project this way:
15-
```rust
15+
```toml
1616
[dependencies]
1717
seed_styles = { git = "https://github.com/seed-rs/styles_hooks", package = "seed_styles", branch = "main" }
1818
seed_hooks = { git = "https://github.com/seed-rs/styles_hooks", package = "seed_hooks", branch = "main" }
@@ -25,3 +25,4 @@
2525
- Please run at least `cargo build` from the root before `push` to make sure all libraries are still compatible. We'll setup CI with tests and linters later.
2626
- Use `stable` and the latest Rust version (`$ rustup update`).
2727
- Squash commits and try to respect [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
28+
- Update CHANGELOG.md.

0 commit comments

Comments
 (0)