Skip to content

Commit

Permalink
Weekly sync to official ver. 4.1.1, RTL rev. 5
Browse files Browse the repository at this point in the history
  • Loading branch information
PerseusTheGreat committed Jun 5, 2018
1 parent e11ee60 commit 3fc6e4d
Show file tree
Hide file tree
Showing 54 changed files with 466 additions and 359 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Expand Up @@ -8,7 +8,9 @@
*.scss text eol=lf
*.svg text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.yml text eol=lf

# Don't diff or textually merge source maps
*.map binary

Expand Down
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :development, :test do
gem 'jekyll', '~> 3.8.2'
gem 'jekyll', '~> 3.8.3'
gem 'jekyll-redirect-from', '~> 0.13.0'
gem 'jekyll-sitemap', '~> 1.2.0'
gem 'jekyll-toc', '~> 0.6.0'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -10,17 +10,17 @@ GEM
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.9.23)
ffi (1.9.23-x64-mingw32)
ffi (1.9.25)
ffi (1.9.25-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
jekyll (3.8.2)
jekyll (3.8.3)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
i18n (~> 1.0.1)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
Expand All @@ -36,10 +36,10 @@ GEM
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
jekyll-toc (0.6.0)
nokogiri (~> 1.8)
nokogiri (~> 1.7)
jekyll-watch (2.0.0)
listen (~> 3.0)
kramdown (1.16.2)
kramdown (1.17.0)
liquid (4.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -71,7 +71,7 @@ PLATFORMS
x64-mingw32

DEPENDENCIES
jekyll (~> 3.8.2)
jekyll (~> 3.8.3)
jekyll-redirect-from (~> 0.13.0)
jekyll-sitemap (~> 1.2.0)
jekyll-toc (~> 0.6.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# Bootstrap 4 RTL
- Latest dist.: [Version 4.1.1 (Official, Weekly build) + RTL 4.1.1 rev.4 (Unofficial)](https://perseusthegreat.github.io/bs4rtl-examples/archive/bootstrap-4.1.1-plus-rtl-rev.4-dist.zip)
- Latest dist.: [Version 4.1.1 (Official, Weekly build) + RTL 4.1.1 rev.5 (Unofficial)](https://perseusthegreat.github.io/bs4rtl-examples/archive/bootstrap-4.1.1-plus-rtl-rev.5-dist.zip)
- Visit [example pages](https://perseusthegreat.github.io/bs4rtl-examples/) in RTL direction.
- RTL Hints
- Always follow XHTML rules.
Expand Down Expand Up @@ -139,7 +139,7 @@ Please read through our [contributing guidelines](https://github.com/twbs/bootst

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), maintained by [Mark Otto](https://github.com/mdo).

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/>.
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 <https://editorconfig.org/>.


## Community
Expand Down
22 changes: 3 additions & 19 deletions assets/img/favicons/safari-pinned-tab.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/4.1/components/dropdowns.md
Expand Up @@ -827,7 +827,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>display</td>
<td>string</td>
<td>'dynamic'</td>
<td>By default, we use Popper.js for dynamic positioning. Disable this with `static`.</td>
<td>By default, we use Popper.js for dynamic positioning. Disable this with <code>static</code>.</td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/4.1/components/forms.md
Expand Up @@ -570,7 +570,7 @@ And of course [custom form controls](#custom-forms) are supported.
<form>
<div class="form-row align-items-center">
<div class="col-auto my-1">
<label class="mr-sm-2" for="inlineFormCustomSelect">Preference</label>
<label class="mr-sm-2 sr-only" for="inlineFormCustomSelect">Preference</label>
<select class="custom-select mr-sm-2" id="inlineFormCustomSelect">
<option selected>Choose...</option>
<option value="1">One</option>
Expand Down
2 changes: 1 addition & 1 deletion docs/4.1/components/popovers.md
Expand Up @@ -226,7 +226,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>trigger</td>
<td>string</td>
<td>'click'</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. `manual` cannot be combined with any other trigger.</td>
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. <code>manual</code> cannot be combined with any other trigger.</td>
</tr>
<tr>
<td>offset</td>
Expand Down
2 changes: 1 addition & 1 deletion docs/4.1/extend/icons.md
Expand Up @@ -21,7 +21,7 @@ While we haven't tried these out, they do look promising and provide multiple fo

- [Bytesize](https://github.com/danklammer/bytesize-icons)
- [Google Material icons](https://material.io/icons/)
- [Ionicons](http://ionicons.com/)
- [Ionicons](https://ionicons.com/)
- [Feather](https://feathericons.com/)
- [Dripicons](http://demo.amitjakhu.com/dripicons/)
- [Ikons](http://ikons.piotrkwiatkowski.co.uk/)
Expand Down
2 changes: 1 addition & 1 deletion docs/4.1/getting-started/build-tools.md
Expand Up @@ -12,7 +12,7 @@ Bootstrap uses [NPM scripts](https://docs.npmjs.com/misc/scripts) for its build

To use our build system and run our documentation locally, you'll need a copy of Bootstrap's source files and Node. Follow these steps and you should be ready to rock:

1. [Download and install Node.js](https://nodejs.org/download/), which we use to manage our dependencies.
1. [Download and install Node.js](https://nodejs.org/en/download/), which we use to manage our dependencies.
2. Navigate to the root `/bootstrap` directory and run `npm install` to install our local dependencies listed in [package.json]({{ site.repo }}/blob/v{{ site.current_version }}/package.json).
3. [Install Ruby][install-ruby], install [Bundler][gembundler] with `gem install bundler`, and finally run `bundle install`. This will install all Ruby dependencies, such as Jekyll and plugins.
- **Windows users:** Read [this guide](https://jekyllrb.com/docs/windows/) to get Jekyll up and running without problems.
Expand Down
2 changes: 1 addition & 1 deletion docs/4.1/utilities/shadows.md
@@ -1,7 +1,7 @@
---
layout: docs
title: Shadows
description: Add or remove shadows to elements with `box-shadow` utilities.
description: Add or remove shadows to elements with box-shadow utilities.
group: utilities
toc: false
---
Expand Down
2 changes: 1 addition & 1 deletion js/dist/alert.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/alert.js.map

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions js/dist/button.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/button.js.map

Large diffs are not rendered by default.

23 changes: 13 additions & 10 deletions js/dist/carousel.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/carousel.js.map

Large diffs are not rendered by default.

38 changes: 23 additions & 15 deletions js/dist/collapse.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/dist/collapse.js.map

Large diffs are not rendered by default.

0 comments on commit 3fc6e4d

Please sign in to comment.