This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
Releases: laravelnews/laravel-twbs4
Releases · laravelnews/laravel-twbs4
1.3.2
1.3.1
Bootstrap 4.0.0 Stable
Installs the stable release of Bootstrap 4. Read the official announcement for more details on Bootstrap 4 going stable.
Bootstrap 4 Beta 3
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
A README update documenting swapping out jQuery slim with full jQuery
Use jQuery Slim
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
- Remove font awesome icons #10 by @mattdfloyd
- Make error formatting consistent (email and register template) #9 by @mattdfloyd
- Add missing
row
class to form inputs #8 by @mattdfloyd - Add missing checkbox classes #7 by @mattdfloyd
- Right align the dropdown menu #6 by @mattdfloyd
- Improve form responsive breakpoints #11 @paulredmond
Correct typo in artisan command
- Fixes a typo in the README - contributed by @bullenb
1.0.2
- Add the
required
attribute to registration inputs - Fix the login form validation error message formatting
- Updates to the README
Update README
Updates to the README installation instructions.