Skip to content

Commit f1802aa

Browse files
authored
Bump version 1.5.0 (#510)
* Updates and corrects the changelog (rebase errors)
1 parent a004a21 commit f1802aa

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,24 @@
1+
# [[1.5.0]](https://github.com/bitcrowd/bitstyles/releases/tag/v1.5.0) - 2021-06-28
2+
3+
## Added
4+
5+
- `.u-grid-cols` classes are available at the `xl` breakpoint
6+
- All `.u-grid-cols`, `.u-col-span`, and `.u-col-start` classes are now specified using Sass variables, and can therefore be overridden
7+
8+
## Breaking
9+
10+
- All `.u-grid--x-col` classes, where `x` is a number, have been renamed to `u-grid-cols-x`
11+
- All `.u-grid__col-span-x` classes, where `x` is a number, have been renamed to `.u-col-span-x`
12+
- All `.u-grid__col-x` classes, where `x` is a number, have been renamed to `.u-col-start-x`
13+
114
# [[1.4.0]](https://github.com/bitcrowd/bitstyles/releases/tag/v1.4.0) - 2021-06-24
215

316
## Added
417

518
- We have a new media-query available in `$bitstyles-breakpoints`: `motion-ok`. It’s available using the `media-query` mixin, and applies when the user has not set a preference to reduce motion in their UIs, allowing a [no-motion-first](https://tatianamac.com/posts/prefers-reduced-motion/) approach to animations
619
- All dropdown, sidebar, and navbar examples in our storybook documentation have JS behaviour using alpinejs
720
- Modal behavior is implemented using `a11y-dialog`
21+
- Margin utility classes now include `auto` as a size
822

923
## Changed
1024

@@ -32,9 +46,6 @@
3246
- `.a-content` max-width and padding is now customisable using Sass variables, and by default now includes a 100% option
3347
- A new `.u-z` utility class for setting `z-index`
3448
- New examples of full app layouts
35-
- Margin utility classes now include `auto` as a size
36-
- `.u-grid-cols` classes are available at the `xl` breakpoint
37-
- All `.u-grid-cols`, `.u-col-span`, and `.u-col-start` classes are now specified using Sass variables, and can therefore be overridden
3849

3950
## Fixed
4051

@@ -50,9 +61,6 @@
5061
- Now requires version `^1.34.0` of `dart-sass`, in order to use the new `Math.div` function, and remove all the division using `/` characters.
5162
- Removes the `content` mixin. If you need the `content` functionality, use the `.a-content` classname instead (it’s customisable using Sass variables, see the settings.scss file)
5263
- `.u-flex--inline` has been renamed `.u-inline-flex` to match the name of the display property, and is no longer a variant of `.u-flex`, but can be used alone. Where `.u-flex--inline` is paired with `.u-flex` remove the latter, and rename it to `.u-inline-flex`
53-
- All `.u-grid--x-col` classes, where `x` is a number, have been renamed to `u-grid-cols-x`
54-
- All `.u-grid__col-span-x` classes, where `x` is a number, have been renamed to `.u-col-span-x`
55-
- All `.u-grid__col-x` classes, where `x` is a number, have been renamed to `.u-col-start-x`
5664

5765
# [[1.2.0]](https://github.com/bitcrowd/bitstyles/releases/tag/v1.2.0) - 2021-05-04
5866

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitstyles",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "The Bitcrowd CSS library",
55
"main": "build/bitstyles.css",
66
"scripts": {

0 commit comments

Comments
 (0)