Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Releases: laravelnews/laravel-twbs4

1.3.2

09 Feb 15:57
581c76b
Compare
Choose a tag to compare

Added a warning to the readme that this preset is for Laravel 5.5 only.

1.3.1

25 Jan 00:24
Compare
Choose a tag to compare
  • Update Echo options (#26)

Bootstrap 4.0.0 Stable

19 Jan 06:26
Compare
Choose a tag to compare

Installs the stable release of Bootstrap 4. Read the official announcement for more details on Bootstrap 4 going stable.

Bootstrap 4 Beta 3

02 Jan 00:08
Compare
Choose a tag to compare

Upgrades the preset to the final beta release of Bootstrap 4 v4.0.0-beta.3:

  • Latest Popper.js version required by Bootstrap 4
  • Bootstrap v4.0.0-beta.3
  • Upgrade composer dependencies

Document jQuery Slim vs jQuery

27 Dec 20:08
ed2e580
Compare
Choose a tag to compare

A README update documenting swapping out jQuery slim with full jQuery

Use jQuery Slim

10 Nov 21:18
1e89f61
Compare
Choose a tag to compare

Imports jQuery slim instead of the entire jQuery library. If you want to update an existing preset installation, change the following line:

window.$ = window.jQuery = require('jquery');

To use slim:

window.$ = window.jQuery = require('jquery/dist/jquery.slim');

Bootstrap Fixes + Responsive Form Improvements

08 Nov 21:18
843db8a
Compare
Choose a tag to compare

Correct typo in artisan command

08 Nov 17:59
814e41c
Compare
Choose a tag to compare
  • Fixes a typo in the README - contributed by @bullenb

1.0.2

07 Nov 07:29
Compare
Choose a tag to compare
  • Add the required attribute to registration inputs
  • Fix the login form validation error message formatting
  • Updates to the README

Update README

07 Nov 03:53
Compare
Choose a tag to compare

Updates to the README installation instructions.