Skip to content

Commit

Permalink
Merge pull request #64 from windyakin/support_v4.4.0
Browse files Browse the repository at this point in the history
Support v4.4.0
  • Loading branch information
windyakin authored Sep 9, 2020
2 parents fd64616 + c1d3b82 commit dd00b0c
Show file tree
Hide file tree
Showing 18 changed files with 2,508 additions and 1,659 deletions.
604 changes: 394 additions & 210 deletions dist/css/bootstrap.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/css/bootstrap.min.css

Large diffs are not rendered by default.

739 changes: 430 additions & 309 deletions dist/js/bootstrap.bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/bootstrap.bundle.min.js

Large diffs are not rendered by default.

666 changes: 376 additions & 290 deletions dist/js/bootstrap.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/bootstrap.min.js

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions docs/assets/css/example.css

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

5 changes: 5 additions & 0 deletions docs/bootstrap-ja.html
Original file line number Diff line number Diff line change
Expand Up @@ -681,6 +681,11 @@ <h1 id="forms">Forms</h1>
</label>
</div>
</fieldset>
<fieldset class="form-group">
<legend>スライダー</legend>
<label for="customRange1">レンジ</label>
<input type="range" class="custom-range" id="customRange1">
</fieldset>
<button type="submit" class="btn btn-primary">送信</button>
</fieldset>
</form>
Expand Down
5 changes: 5 additions & 0 deletions docs/bootstrap.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,11 @@ <h1 id="forms">Forms</h1>
</label>
</div>
</fieldset>
<fieldset class="form-group">
<legend>Sliders</legend>
<label for="customRange1">Example range</label>
<input type="range" class="custom-range" id="customRange1">
</fieldset>
<button type="submit" class="btn btn-primary">Submit</button>
</fieldset>
</form>
Expand Down
Loading

0 comments on commit dd00b0c

Please sign in to comment.