Skip to content

Commit

Permalink
Chore: prepare 11.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
evilebottnawi committed Oct 8, 2017
1 parent 576fb9f commit d0c41dd
Show file tree
Hide file tree
Showing 7 changed files with 752 additions and 670 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org).

## 11.0.0 - 2017-10-08

- Added **(Major update)**: `remark-lint-no-trailing-spaces` rule.

## 10.0.0 - 2017-08-23

- Chore **(Major update)**: minimum required `remark-validate-links` version is now `^7.0.0`.
Expand Down
94 changes: 47 additions & 47 deletions __tests__/fixtures/BOOTSTRAP-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
[![NuGet](https://img.shields.io/nuget/vpre/bootstrap.svg)](https://www.nuget.org/packages/bootstrap/4.0.0-alpha5)
[![Selenium Test Status](https://saucelabs.com/browser-matrix/bootstrap.svg)](https://saucelabs.com/u/bootstrap)

Bootstrap is a sleek, intuitive, and powerful front-end framework for faster
and easier web development, created by [Mark Otto](https://twitter.com/mdo)
and [Jacob Thornton](https://twitter.com/fat), and maintained
by the [core team](https://github.com/orgs/twbs/people) with the massive
Bootstrap is a sleek, intuitive, and powerful front-end framework for faster
and easier web development, created by [Mark Otto](https://twitter.com/mdo)
and [Jacob Thornton](https://twitter.com/fat), and maintained
by the [core team](https://github.com/orgs/twbs/people) with the massive
support and involvement of the community.

To get started, check out <https://getbootstrap.com>!
Expand All @@ -38,30 +38,30 @@ Several quick start options are available:

- Clone the repo: `git clone https://github.com/twbs/bootstrap.git`

- Install with [npm](https://www.npmjs.com):
- Install with [npm](https://www.npmjs.com):
`npm install bootstrap@4.0.0-alpha.5`

- Install with [Meteor](https://www.meteor.com):
- Install with [Meteor](https://www.meteor.com):
`meteor add twbs:bootstrap@=4.0.0-alpha.5`

- Install with [Composer](https://getcomposer.org):
- Install with [Composer](https://getcomposer.org):
`composer require twbs/bootstrap`

- Install with [Bower](https://bower.io):
- Install with [Bower](https://bower.io):
`bower install bootstrap#v4.0.0-alpha.5`

- Install with [NuGet](https://www.nuget.org):
CSS: `Install-Package bootstrap -Pre`
Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only
- Install with [NuGet](https://www.nuget.org):
CSS: `Install-Package bootstrap -Pre`
Sass: `Install-Package bootstrap.sass -Pre` (`-Pre` is only
required until Bootstrap v4 has a stable release).

Read the [Getting started page](https://getbootstrap.com/getting-started/)
Read the [Getting started page](https://getbootstrap.com/getting-started/)
for information on the framework contents, templates and examples, and more.

### What's included

Within the download you'll find the following directories and files, logically
grouping common assets and providing both compiled and minified variations.
Within the download you'll find the following directories and files, logically
grouping common assets and providing both compiled and minified variations.
You'll see something like this:

```shell
Expand All @@ -76,34 +76,34 @@ bootstrap/
└── bootstrap.min.js
```

We provide compiled CSS and JS (`bootstrap.*`), as well as compiled
and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`)
We provide compiled CSS and JS (`bootstrap.*`), as well as compiled
and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developer.chrome.com/devtools/docs/css-preprocessors) (`bootstrap.*.map`)
are available for use with certain browsers' developer tools.

## Bugs and feature requests

Have a bug or a feature request? Please first read
the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker)
and search for existing and closed issues. If your problem or idea is not
Have a bug or a feature request? Please first read
the [issue guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md#using-the-issue-tracker)
and search for existing and closed issues. If your problem or idea is not
addressed yet, [please open a new issue](https://github.com/twbs/bootstrap/issues/new).

## Documentation

Bootstrap's documentation, included in this repo in the root directory, is
built with [Jekyll](https://jekyllrb.com) and publicly hosted on
Bootstrap's documentation, included in this repo in the root directory, is
built with [Jekyll](https://jekyllrb.com) and publicly hosted on
GitHub Pages at <https://getbootstrap.com>. The docs may also be run locally.

### Running documentation locally

1. Run through the
[tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/getting-started/build-tools.md#tooling-setup)
to install Jekyll (the site builder) and other Ruby dependencies
1. Run through the
[tooling setup](https://github.com/twbs/bootstrap/blob/v4-dev/docs/getting-started/build-tools.md#tooling-setup)
to install Jekyll (the site builder) and other Ruby dependencies
with `bundle install`.

2. Run `grunt` (or a specific set of Grunt tasks) to rebuild distributed CSS
2. Run `grunt` (or a specific set of Grunt tasks) to rebuild distributed CSS
and JavaScript files, as well as our docs assets.

3. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in
3. From the root `/bootstrap` directory, run `bundle exec jekyll serve` in
the command line.

4. Open <http://localhost:9001> in your browser, and voilà.
Expand All @@ -112,29 +112,29 @@ Learn more about using Jekyll by reading its [documentation](https://jekyllrb.co

### Documentation for previous releases

Documentation for v2.3.2 has been made available for the time being at <https://getbootstrap.com/2.3.2/>
Documentation for v2.3.2 has been made available for the time being at <https://getbootstrap.com/2.3.2/>
while folks transition to Bootstrap 3.

[Previous releases](https://github.com/twbs/bootstrap/releases) and their
[Previous releases](https://github.com/twbs/bootstrap/releases) and their
documentation are also available for download.

## Contributing

Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md).
Included are directions for opening issues, coding standards, and notes
Please read through our [contributing guidelines](https://github.com/twbs/bootstrap/blob/master/CONTRIBUTING.md).
Included are directions for opening issues, coding standards, and notes
on development.

Moreover, if your pull request contains JavaScript patches or features, you must
include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests).
All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide),
include [relevant unit tests](https://github.com/twbs/bootstrap/tree/master/js/tests).
All HTML and CSS should conform to the [Code Guide](https://github.com/mdo/code-guide),
maintained by [Mark Otto](https://github.com/mdo).

Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig)
Editor preferences are available in the [editor config](https://github.com/twbs/bootstrap/blob/master/.editorconfig)
for easy use in common text editors. Read more and download plugins at <http://editorconfig.org>.

## Community

Get updates on Bootstrap's development and chat with the project maintainers
Get updates on Bootstrap's development and chat with the project maintainers
and community members.

- Follow [@getbootstrap on Twitter](https://twitter.com/getbootstrap).
Expand All @@ -143,26 +143,26 @@ and community members.

- Join [the official Slack room](https://bootstrap-slack.herokuapp.com).

- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server,
- Chat with fellow Bootstrappers in IRC. On the `irc.freenode.net` server,
in the `##bootstrap` channel.

- Implementation help may be found at Stack Overflow (tagged [`bootstrap-4`](https://stackoverflow.com/questions/tagged/bootstrap-4)).

- Developers should use the keyword `bootstrap` on packages which modify or
add to the functionality of Bootstrap when distributing
through [npm](https://www.npmjs.com/browse/keyword/bootstrap)
- Developers should use the keyword `bootstrap` on packages which modify or
add to the functionality of Bootstrap when distributing
through [npm](https://www.npmjs.com/browse/keyword/bootstrap)
or similar delivery mechanisms for maximum discoverability.

## Versioning

For transparency into our release cycle and in striving to maintain backward
compatibility, Bootstrap is maintained
under [the Semantic Versioning guidelines](http://semver.org).
For transparency into our release cycle and in striving to maintain backward
compatibility, Bootstrap is maintained
under [the Semantic Versioning guidelines](http://semver.org).
Sometimes we screw up, but we'll adhere to those rules whenever possible.

See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases)
See [the Releases section of our GitHub project](https://github.com/twbs/bootstrap/releases)
for changelogs for each release version of Bootstrap. Release announcement posts
on [the official Bootstrap blog](https://blog.getbootstrap.com) contain
on [the official Bootstrap blog](https://blog.getbootstrap.com) contain
summaries of the most noteworthy changes made in each release.

## Creators
Expand All @@ -179,8 +179,8 @@ summaries of the most noteworthy changes made in each release.

## Copyright and license

Code and documentation copyright 2011-2016
the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors)
and [Twitter, Inc.](https://twitter.com)
Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE).
Code and documentation copyright 2011-2016
the [Bootstrap Authors](https://github.com/twbs/bootstrap/graphs/contributors)
and [Twitter, Inc.](https://twitter.com)
Code released under the [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE).
Docs released under [Creative Commons](https://github.com/twbs/bootstrap/blob/master/docs/LICENSE).
2 changes: 1 addition & 1 deletion __tests__/fixtures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com)
The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org).

## [Unreleased](https://github.com/olivierlacan/keep-a-changelog/compare/v0.3.0...HEAD)
Expand Down
24 changes: 12 additions & 12 deletions __tests__/fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ Insteria is a WordPress starter theme with a modern development workflow.

## Features

- [Sass](http://sass-lang.com/documentation/file.SASS_REFERENCE.html)
- [Sass](http://sass-lang.com/documentation/file.SASS_REFERENCE.html)
for stylesheets.
[Postcss-cssnext](https://github.com/MoOx/postcss-cssnext)
[Postcss-cssnext](https://github.com/MoOx/postcss-cssnext)
and [css-modules](https://github.com/css-modules/css-modules)
are also supported for pure css in stylesheets.

- Latest ES syntax for JavaScript. Automatically determine the Babel plugins
and polyfills you need based on your supported environments
- Latest ES syntax for JavaScript. Automatically determine the Babel plugins
and polyfills you need based on your supported environments
[babel-preset-env](https://github.com/babel/babel-preset-env).

- [Webpack](https://webpack.github.io) for compiling assets,
- [Webpack](https://webpack.github.io) for compiling assets,
optimizing images, and concatenating and minifying files.

- [Browsersync](http://www.browsersync.io) for synchronized browser testing.
Expand All @@ -42,7 +42,7 @@ Insteria is a WordPress starter theme with a modern development workflow.

## Requirements

- [WordPress](https://wordpress.org) >= 4.8.0 **(don't use older versions
- [WordPress](https://wordpress.org) >= 4.8.0 **(don't use older versions
`WordPress`, it's not stable and unsecurity)**

- [PHP](http://php.net/manual/en/install.php) >= 7.x.x
Expand Down Expand Up @@ -72,7 +72,7 @@ Several quick start options are available:

### Install dependencies

From the command line on your host machine
From the command line on your host machine
(not on your Vagrant development box), navigate to the theme directory then run:

First install `composer` dependencies:
Expand Down Expand Up @@ -104,12 +104,12 @@ That's all.
Edit [src/lib/setup.php](LICENSE.md) to enable or disable theme features,
setup navigation menus and sidebars.

Edit [src/lib/image-sizes.php](LICENSE.md) to setup post
Edit [src/lib/image-sizes.php](LICENSE.md) to setup post
thumbnail sizes.

Edit [src/lib/scripts.php](LICENSE.md) to setup scripts and styles.

Actions and filters contains in classes into [src/lib/Hooked](LICENSE.md)
Actions and filters contains in classes into [src/lib/Hooked](LICENSE.md)
directory. For new action and filter need to create new class.

## Commands
Expand All @@ -121,7 +121,7 @@ directory. For new action and filter need to create new class.
- `npm run build` (alias `npm run build:prod`) - compile and optimize
the files for production.

- `npm run watch` - don’t want to manually recompile the files after every
- `npm run watch` - don’t want to manually recompile the files after every
change.

### Linting
Expand Down Expand Up @@ -210,12 +210,12 @@ but most popular and great tools written on `javascript`.

### Why is it important to follow the code style

This simplifies the interaction between team members, spends less time
This simplifies the interaction between team members, spends less time
and simplifies maintenance the code.

### Why tests are important

This not only guarantees that the written code works as expected, it allows
This not only guarantees that the written code works as expected, it allows
to see different possibilities of its use.

> Line that was wrapped.
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module.exports = {
require("remark-lint-no-shortcut-reference-link"),
require("remark-lint-no-table-indentation"),
require("remark-lint-no-tabs"),
require("remark-lint-no-trailing-spaces"),
require("remark-lint-no-undefined-references"),
require("remark-lint-no-unused-definitions"),
[require("remark-lint-ordered-list-marker-style"), "."],
Expand Down
Loading

0 comments on commit d0c41dd

Please sign in to comment.