Skip to content

Commit

Permalink
Update CHANGELOG for release 1.2.0, add missing links to sections in …
Browse files Browse the repository at this point in the history
…README
  • Loading branch information
patrickrobrecht committed Mar 21, 2024
1 parent 779ef41 commit 89a952b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased


## Version 1.2.0 (2024-03-21)

### Added
- Components for [modals](https://getbootstrap.com/docs/5.3/components/modal/) and buttons opening a modal

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ for the [Bootstrap 5](https://getbootstrap.com/docs/) frontend framework.
- [Badges](#badges)
- [Breadcrumb](#breadcrumb)
- [Buttons](#buttons)
- [Button groups and toolbars](#button-groups-and-toolbars)
- [Button groups](#button-groups)
- [Button toolbars](#button-toolbars)
- [Dropdowns](#dropdowns)
- [Forms](#forms)
- [Types of form fields](#types-of-form-fields)
- [Options](#options)
Expand Down Expand Up @@ -142,7 +144,7 @@ Per default `btn-primary` is used, you can change that with the variant.
To disable a button or link, just add `disabled="true"` which automatically adds the corresponding class
and `aria-disabled="true"` as recommended by the Bootstrap documentation.

#### Button groups and toolbars
#### Button groups
Buttons can be [grouped](https://getbootstrap.com/docs/5.3/components/button-group/):
```HTML
<x-bs::button.group>
Expand All @@ -151,6 +153,7 @@ Buttons can be [grouped](https://getbootstrap.com/docs/5.3/components/button-gro
</x-bs::button.group>
```

#### Button toolbars
Button groups can be grouped into a [toolbar](https://getbootstrap.com/docs/5.3/components/button-group/#button-toolbar):
```HTML
<x-bs:toolbar aria-label="Toolbar with two groups">
Expand Down

0 comments on commit 89a952b

Please sign in to comment.