Current section

Files

Jump to
combo_inertia CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## Unreleased
## v0.2.0
### remove `:prefix` and `:suffix` attr from `<Inertia.HTML.inertia_title>` component
It's easy to add prefix and suffix into inner_block, like:
```ceex
<.inertia_title>
{assigns[:page_title] || "Home"} · MyApp
</.inertia_title>
```
Hence, these two attrs seems to unnecessary.
### change the fallback version as `"not-detected"`
Previously, it was `"1"`, which wasn't descriptive.