This repository was archived by the owner on Jan 11, 2019. It is now read-only.
Releases: aldryn/aldryn-boilerplate-bootstrap3
Releases · aldryn/aldryn-boilerplate-bootstrap3
Hotfix for Aldryn
- temporary disable .map generation by default
Dependencies Update
- added 120 line rule for javascript
- update to bootstrap 3.3.2
- update to css guidelines on use of universal selectors
- updated npm dependencies, fixes jscs behaviour
- update to .csscomb.json to match latest changes in guidelines
- documentation fixes
Documentation updates
- update to css rule order guidelines
- stubbing full console api instead of just console.log now in unsupporting browsers
- fixed an issue where docs did not get rendered anymore on rtfd.org
Added IIFE and Namespace fixes
- added IIFE for js code in order to maintain 'use strict'
- update version numbers
- rename to aldryn-boilerplate-standard
- fixed issues with minification references
- fixed an issue with namespaces
Drop requireJS from core
- update to id declaration guidelines
- update to css formatting guidelines
- update to js html injection guideline
- update to html django block formatting
- update bower.json dependencies
- update packages.json dependencies
- fixed guideline issues in css
- fixed minor html and css mistakes
- separated font awesome utilities from iconography
- removed requirejs as dependency
Update to bootstrap 3.3.0
- added X-UA-Compatible tag again as validation passes now
- update javascript guidelines
- update font awesome icons to 4.2.0
- update bootstrap to 3.3.0
- fixed an issue with icon fonts line-height
- fixed an issue with meta tag rendering (still commented as most are invalid)
- fixed an issue with gulp exclusion patterns
Structural and naming updates
- added BEM naming conventions
- added a guideline to use
js-
prefix for javascript functionality - added z-index function helper
- changed structure of
layout/_mixins.scss
- changed sass file heading end ending comments to be more descriptive
- removed compress as dependency
Hotfix for font-smoothing mixin
- fixed an issue with missing font-smoothing mixin
Hotfix for foundation rendering
- added snippets to documentation
- changed menu's according to the snippet guidelines
- fixed an issue with foundations rendering
Guideline changes
- added
Gemfile
in order to bundle install requirements locally - added additional spaces to
ckeditor.wysiwyg.js
- changed code to latest css guideline change use space after colon
- updated docs
- updated to latest cl.debug script