Update changelog
This commit is contained in:
parent
4d3aad5467
commit
0751920017
3 changed files with 259 additions and 644 deletions
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -8,15 +8,19 @@ This is a **new feature | improvement | bugfix | documentation fix**.
|
|||
<!-- Bugfix? Reference that issue as well. -->
|
||||
|
||||
### Proposed solution
|
||||
|
||||
<!-- Which specific problem does this PR solve and how? -->
|
||||
<!-- If it fixes a particular Issue, add "Fixes #ISSUE_NUMBER" in your title -->
|
||||
|
||||
### Tradeoffs
|
||||
|
||||
<!-- What are the drawbacks of this solution? Are there alternative ones? -->
|
||||
<!-- Think of performance, build time, usability, complexity, coupling…) -->
|
||||
|
||||
### Testing Done
|
||||
|
||||
None.
|
||||
|
||||
<!-- BEFORE SUBMITTING YOUR PR, MAKE SURE TO FOLLOW THESE STEPS: -->
|
||||
<!-- 1. Pull the latest `master` branch -->
|
||||
<!-- 2. Make sure your Sass code is compliant with the [Bulma Sass styleguide](https://github.com/jgthms/bulma/blob/master/.github/CONTRIBUTING.md#bulma-sass-styleguide) -->
|
||||
|
@ -28,6 +32,6 @@ This is a **new feature | improvement | bugfix | documentation fix**.
|
|||
|
||||
### Changelog updated?
|
||||
|
||||
Yes | No
|
||||
No.
|
||||
|
||||
<!-- Thanks! -->
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
### New features
|
||||
|
||||
* #2375 Add `.is-relative` helper
|
||||
* #2321 Make `.navbar` focus behave like hover for the navigation
|
||||
|
||||
### Improvements
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue