From b6e0481c32110834960f7d8f296f2d5c0a6f58eb Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Wed, 19 Aug 2015 16:36:07 -0400 Subject: State Edge support instead of IE 11 as latest Fix #17055 --- docs/getting-started/browsers-devices.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index f3ce8fdc1..f1e8d2fb0 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -13,7 +13,7 @@ Bootstrap supports a wide variety of modern browsers and devices, and some older ## Supported browsers -Bootstrap supports the **latest, stable releases** of all major browsers and platforms. On Windows, **we support Internet Explorer 9-11**. More specific support information is provided below. +Bootstrap supports the **latest, stable releases** of all major browsers and platforms. On Windows, **we support Internet Explorer 9-11 / Microsoft Edge**. More specific support information is provided below. ### Mobile devices @@ -64,6 +64,7 @@ Similarly, the latest versions of most desktop browsers are supported. Chrome Firefox Internet Explorer + Microsoft Edge Opera Safari @@ -74,6 +75,7 @@ Similarly, the latest versions of most desktop browsers are supported. Supported Supported N/A + N/A Supported Supported @@ -83,6 +85,7 @@ Similarly, the latest versions of most desktop browsers are supported. Supported Supported Supported + Supported Not supported -- cgit v1.2.3 From 168cba1701a0f56f31d51415143001a7371ebc8a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Aug 2015 14:31:46 -0700 Subject: Explicitly document existing de facto policy of supporting ESR Firefox Refs #17237 [skip sauce] --- docs/getting-started/browsers-devices.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index fab9a3fea..f70938f54 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -92,6 +92,8 @@ Similarly, the latest versions of most desktop browsers are supported. +For Firefox, in addition to the latest normal stable release, we also support the latest [Extended Support Release (ESR)](https://www.mozilla.org/en-US/firefox/organizations/faq/) version of Firefox. + Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 8 and below, though they are not officially supported. For a list of some of the browser bugs that Bootstrap has to grapple with, see our [Wall of browser bugs]({{ site.baseurl }}/browser-bugs/). -- cgit v1.2.3 From 13e33e329c724b43e3abbed6522d0498970f74e1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 25 Aug 2015 19:19:24 +0300 Subject: Remove the obsolete JSHint references. --- docs/getting-started/build-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/build-tools.md b/docs/getting-started/build-tools.md index 04cf5b7a0..adda6cbb1 100644 --- a/docs/getting-started/build-tools.md +++ b/docs/getting-started/build-tools.md @@ -28,7 +28,7 @@ Our Gruntfile includes the following commands and tasks: | --- | --- | | `grunt` | Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** | | `grunt dist` | `grunt dist` creates the `/dist` directory with compiled files. **Uses [Sass](http://sass-lang.com/) and [UglifyJS](http://lisperator.net/uglifyjs/).** | -| `grunt test` | Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). | +| `grunt test` | Runs [scss-lint](https://github.com/brigade/scss-lint), [ESLint](http://eslint.org/) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI). | | `grunt docs` | Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `jekyll serve`. | | `grunt watch` | This is a convenience method for watching just Sass files and automatically building them whenever you save. | -- cgit v1.2.3 From 3e664271279af3b9780e6c7a7b9e607ef491dea1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Aug 2015 22:12:06 +0300 Subject: Less to Sass typos. [ci skip] --- docs/getting-started/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index 7255fbba5..aa9834e47 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -52,7 +52,7 @@ Install Bootstrap in your Node powered apps with [the npm package](https://www.n Bootstrap's `package.json` contains some additional metadata under the following keys: -- `less` - path to Bootstrap's main [Less](http://lesscss.org) source file +- `sass` - path to Bootstrap's main [Sass](http://sass-lang.com/) source file - `style` - path to Bootstrap's non-minified CSS that's been precompiled using the default settings (no customization) ### Meteor -- cgit v1.2.3 From 83283442125170dd55a875254245bd63255844b9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Aug 2015 22:11:44 +0300 Subject: Use `https` when possible. [ci skip] --- docs/getting-started/browsers-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md index f70938f54..0f98f0678 100644 --- a/docs/getting-started/browsers-devices.md +++ b/docs/getting-started/browsers-devices.md @@ -143,7 +143,7 @@ As of v4, Bootstrap no longer supports IE8. **If you require IE8 support, we rec Alternatively, you may add some third party JavaScript to backfill support for IE8 to Bootstrap 4. You'll need the following: -* [The HTML5 shiv](http://en.wikipedia.org/wiki/HTML5_Shiv) +* [The HTML5 shiv](https://en.wikipedia.org/wiki/HTML5_Shiv) * [Respond.js](https://github.com/scottjehl/Respond) * [Rem unit polyfill](https://github.com/chuckcarpenter/REM-unit-polyfill) -- cgit v1.2.3 From 34932d71b49f91b07c83b4fd41d890db648132f2 Mon Sep 17 00:00:00 2001 From: Gupocca Date: Fri, 28 Aug 2015 23:04:09 -0700 Subject: Fix several erroneous links in docs. Related to #17314. --- docs/getting-started/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started') diff --git a/docs/getting-started/introduction.md b/docs/getting-started/introduction.md index 7ca3e5cce..06ac547a2 100644 --- a/docs/getting-started/introduction.md +++ b/docs/getting-started/introduction.md @@ -65,7 +65,7 @@ Put it all together and your pages should look like this: {% endhighlight %} -That's all you need for overall page requirements. Visit the [Layout docs]({{ site.baseurl }}/layout/scaffolding) or [our official examples]({{ site.baseurl }}/examples/) to start laying out your site's content and components. +That's all you need for overall page requirements. Visit the [Layout docs]({{ site.baseurl }}/layout/overview) or [our official examples]({{ site.baseurl }}/examples/) to start laying out your site's content and components. ## Important globals -- cgit v1.2.3 From f5ab82c7eb4a26bac305333df9a33860ac91e1d7 Mon Sep 17 00:00:00 2001 From: Jesse Mandel Date: Thu, 20 Aug 2015 11:31:48 -0700 Subject: Added NuGet install instructions to docs Closes #17214. --- docs/getting-started/download.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/getting-started') diff --git a/docs/getting-started/download.md b/docs/getting-started/download.md index aa9834e47..4e83b9994 100644 --- a/docs/getting-started/download.md +++ b/docs/getting-started/download.md @@ -69,6 +69,16 @@ You can also install and manage Bootstrap's Sass and JavaScript using [Composer] $ composer require twbs/bootstrap {% endhighlight %} +### NuGet + +If you develop in .NET, you can also install and manage Bootstrap's [CSS](https://www.nuget.org/packages/bootstrap/) or [Sass](https://www.nuget.org/packages/bootstrap.sass/) and JavaScript using [NuGet](https://www.nuget.org): + +{% highlight powershell %} +PM> Install-Package bootstrap -Pre +PM> Install-Package bootstrap.sass -Pre +{% endhighlight %} + +The `-Pre` is required until Bootstrap v4 has a stable release. ## Custom builds -- cgit v1.2.3