Skip to content

Commit a900f0e

Browse files
authored
1.1.2 Release
* docs(usage): add basic information on how to use the plugins (#1) * feat(license): add isc license * feat(widths): add adjustable border-width variant * docs(global): add proper docs * docs(information): add more information about project * docs(border widths): add documentation * docs(temp): add placeholder templates * docs(classes): add btn-rounded documentation * docs(classes): add btn-squared documentation * docs(classes): add font-sizes documentation * feat(global): add commitizen ensure commits follow the same structure for readability. * docs(classes): update documentation structure * docs(classes): add documentation for col-count * docs(mixins): add documentation for media-ie * docs(other): add documentation for responsize typography * feat(version): update to 0.2.0 * feat(version): update to 0.2.0 * docs(usage): add basic information on how to use the plugins (#1) * feat(license): add isc license * feat(widths): add adjustable border-width variant * docs(global): add proper docs * docs(information): add more information about project * docs(border widths): add documentation * docs(temp): add placeholder templates * docs(classes): add btn-rounded documentation * docs(classes): add btn-squared documentation * docs(classes): add font-sizes documentation * feat(global): add commitizen ensure commits follow the same structure for readability. * docs(classes): update documentation structure * docs(classes): add documentation for col-count * docs(mixins): add documentation for media-ie * docs(other): add documentation for responsize typography * docs(community): add code of conduct * docs(community): add contributing guidelines * docs(community): add contribution documentation * docs(contribution): update pr steps * docs(contribution): fix links to issues * test(global): add lint and compiling tests * test(gulp): add initial testing setup * fix(plugin): rename squared buttons file * test(global): make tests work * chore(templates): add templates * docs(community): move code of conduct and contributing docs * chore(templates): add templates * chore(templates): add new templates * chore(templates): add new templates * chore(templates): remove old template * refactor(version): update to 1.0.0 * fix(repo): change repo url BREAKING CHANGE: The repository has changed. * docs(log): add changelog * refactor(version): update to 1.0.0 * feat(plugin): add screen reader breakpoints * docs(tests): correct documentation * docs(tests): correct documentation * feat(class): add sr-breakpoint classes * docs(spelling): correct typo * feat(plugin): add transparent backgrounds plugin * feat(plugin): add 25 and 75 transparent background classes * feat(plugin): add opacity classes * docs(classes): change name of documentation file * docs(plugin): update bg-transparency with 25 and 75 * docs(plugin): remove file extension from example * docs(plugin): add more info for the sr-brakpoints documention * feat(plugin): add opacity plugin * refactor(version): update to 1.1.0 * docs(community): add code of conduct * docs(community): add contributing guidelines * docs(community): add contribution documentation * docs(contribution): update pr steps * docs(contribution): fix links to issues * chore(templates): add templates * docs(community): move code of conduct and contributing docs * chore(templates): add templates * chore(templates): add new templates * chore(templates): add new templates * chore(templates): remove old template * refactor(version): update to 1.0.0 * fix(repo): change repo url BREAKING CHANGE: The repository has changed. * docs(log): add changelog * refactor(version): update to 1.0.0 * feat(plugin): add screen reader breakpoints * docs(tests): correct documentation * docs(tests): correct documentation * feat(class): add sr-breakpoint classes * docs(spelling): correct typo * feat(plugin): add transparent backgrounds plugin * feat(plugin): add 25 and 75 transparent background classes * feat(plugin): add opacity classes * docs(classes): change name of documentation file * docs(plugin): update bg-transparency with 25 and 75 * docs(plugin): remove file extension from example * docs(plugin): add more info for the sr-brakpoints documention * feat(plugin): add opacity plugin * refactor(version): update to 1.1.0 * docs(community): add code of conduct * docs(community): add contributing guidelines * docs(community): add contribution documentation * docs(contribution): update pr steps * docs(contribution): fix links to issues * chore(templates): add templates * docs(community): move code of conduct and contributing docs * chore(templates): add templates * chore(templates): add new templates * chore(templates): add new templates * chore(templates): remove old template * refactor(version): update to 1.0.0 * fix(repo): change repo url BREAKING CHANGE: The repository has changed. * docs(log): add changelog * refactor(version): update to 1.0.0 * feat(plugin): add screen reader breakpoints * docs(tests): correct documentation * docs(tests): correct documentation * feat(class): add sr-breakpoint classes * docs(spelling): correct typo * docs(community): add code of conduct * docs(community): add contributing guidelines * docs(community): add contribution documentation * docs(contribution): update pr steps * docs(contribution): fix links to issues * chore(templates): add templates * docs(community): move code of conduct and contributing docs * chore(templates): add templates * chore(templates): add new templates * chore(templates): add new templates * chore(templates): remove old template * refactor(version): update to 1.0.0 * fix(repo): change repo url BREAKING CHANGE: The repository has changed. * docs(log): add changelog * refactor(version): update to 1.0.0 * feat(plugin): add screen reader breakpoints * docs(tests): correct documentation * docs(tests): correct documentation * feat(class): add sr-breakpoint classes * docs(spelling): correct typo * feat(plugin): add transparent backgrounds plugin * feat(plugin): add opacity classes * docs(classes): change name of documentation file * docs(plugin): update bg-transparency with 25 and 75 * docs(plugin): remove file extension from example * docs(plugin): add more info for the sr-brakpoints documention * feat(plugin): add opacity plugin * feat(plugin): add transparent backgrounds plugin * feat(plugin): add opacity classes * docs(classes): change name of documentation file * docs(plugin): update bg-transparency with 25 and 75 * docs(plugin): remove file extension from example * docs(plugin): add more info for the sr-brakpoints documention * feat(plugin): add opacity plugin * docs(info): correct license and spelling issues * refactor(structure): move github specific docs * fix(text-shadow): remove shadow offset * refactor(structure): move github specific docs * fix(text-shadow): create new variable to hold negative width * refactor(version): update to 1.1.1 * docs(package): update general docs * docs(contrib): update email * docs(readme): update wording of feature list Fixes #42 * docs(readme): correct spelling * docs(readme): add shields icons * chore(version): 1.1.2 * docs(readme): correct link * chore(version): 1.1.2
1 parent fdb9526 commit a900f0e

File tree

4 files changed

+22
-14
lines changed

4 files changed

+22
-14
lines changed

.github/CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ further defined and clarified by project maintainers.
5252
## Enforcement
5353

5454
Instances of abusive, harassing, or otherwise unacceptable behavior may be
55-
reported by contacting the project team at support@coldfrontlabs.ca. All
55+
reported by contacting the project team at developers@coldfrontlabs.ca. All
5656
complaints will be reviewed and investigated and will result in a response that
5757
is deemed necessary and appropriate to the circumstances. The project team is
5858
obligated to maintain confidentiality with regard to the reporter of an incident.

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.1.2
4+
5+
- Clean up documentation (specifically in the main readme)
6+
37
## 1.1.1
48

59
- Fix issue causing text-shadow classes to look offset

README.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# bootstrap-scss-plugins
22

3+
[![NPM Version](https://img.shields.io/npm/v/bootstrap-scss-plugins.svg?style=for-the-badge)](https://www.npmjs.org/package/bootstrap-scss-plugins)
4+
[![NPM Downloads](https://img.shields.io/npm/dt/bootstrap-scss-plugins.svg?style=for-the-badge)](https://www.npmjs.com/package/bootstrap-scss-plugins)
5+
[![License](https://img.shields.io/github/license/coldfrontlabs/bootstrap-scss-plugins.svg?style=for-the-badge)](/LICENSE)
6+
37
A suite of SCSS plugins used for developing Bootstrap 4 themes and sites.
48

59
This package aims to add a few useful classes and mixins, not found in "vanilla" Bootstrap 4, to help speed up the development of websites.
@@ -27,26 +31,26 @@ There are a couple ways to use the plugins, but all steps begin with importing t
2731
@import 'path/to/node_modules/bootstrap-scss-plugins/scss/font-sizes';
2832
```
2933

30-
Once you have imported all the files you need, you can simply use the classes and mixins are you would any other Bootstrap feature.
34+
Once you have imported all the files you need, you can simply use the classes and mixins as you would any other Bootstrap feature.
3135

3236
For more detailed usage of each plugin, please see the docs.
3337

3438
## Classes
3539

36-
- `.bg-colour-n`: Sets background colours with transparency - [Full documentation](docs/class/bg-transparency.md)
37-
- `.border-width-n`: Sets the width of borders. - [Full documentation](docs/classes/border-widths.md)
38-
- `.btn-rounded`: Rounds the corners of buttons. - [Full documentation](docs/classes/btn-rounded.md)
39-
- `.btn-squared`: Squares off the corners of buttons. - [Full documentation](docs/classes/btn-squared.md)
40-
- `.col-count-n`: Sets the column count of groups. - [Full documentation](docs/classes/col-count.md)
41-
- `.font-size-x`: Sets the font size of text. - [Full documentation](docs/classes/font-sizes.md)
42-
- `.o-n`: Sets the opacity of an element. - [Full documentation](docs/classes/opacity.md)
43-
- `.sr-x-only`: Breakpoint selectors for the `.sr-only` class - [Full documentation](docs/classes/sr-breakpoints.md)
44-
- `.text-outline`: Outlines text. - [Full documentation](docs/classes/text-outline.md)
40+
- [Transparent backgrounds](docs/class/bg-transparency.md)
41+
- [Border widths](docs/classes/border-widths.md)
42+
- [Rounded buttons](docs/classes/btn-rounded.md)
43+
- [Squared buttons](docs/classes/btn-squared.md)
44+
- [Card group column count](docs/classes/col-count.md)
45+
- [Font sizes](docs/classes/font-sizes.md)
46+
- [Opacity](docs/classes/opacity.md)
47+
- [Screen reader breakpoints](docs/classes/sr-breakpoints.md)
48+
- [Text outline](docs/classes/text-outline.md)
4549

4650
## Mixins
4751

48-
- `media-ie`: Media queries to for Internet Explorer. - [Full documentation](docs/mixins/media-ie.md)
52+
- [IE media queries](docs/mixins/media-ie.md)
4953

5054
## Other Features
5155

52-
- Responsive typography - [Full documentation](docs/other/responsive-typography.md)
56+
- [Responsive typography](docs/other/responsive-typography.md)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-scss-plugins",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A suite of SCSS plugins used for developing Bootstrap 4 themes and sites.",
55
"eslintConfig": "./.eslintrc.js",
66
"scripts": {

0 commit comments

Comments
 (0)