Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Releases: aldryn/aldryn-boilerplate-bootstrap3

4.1.1

14 Nov 10:16
Compare
Choose a tag to compare
  • Fixed an issue with 404.html inheriting from fullwidth.html
  • Removed fullwidth.html references from documentation

4.1.0

03 Nov 13:59
Compare
Choose a tag to compare
  • Removed standard templates fullwidth.html, sidebar_left.html,
    sidebar_right.html and tpl_home.html and use base.html instead

4.0.9

29 Jun 09:09
fdcc5c3
Compare
Choose a tag to compare
  • Removed dead references to select2 images
  • Removed versioning query string parameters
  • Disabled glyphicons per default

4.0.8

29 Jun 09:09
4.0.8
Compare
Choose a tag to compare
  • add {% url "pages-root" %} to determine root url (home)
  • remove reference to select2.png in _select2.scss
  • fix automatic path to glyphicons (requires aldryn-bootstrap3)
  • change from protected to excluded in boilerplate.json

Release 4.0.7

04 Feb 15:58
Compare
Choose a tag to compare
  • make clear that base.css is auto-generated and put it as protected file

Hotfix release

28 Jan 15:03
Compare
Choose a tag to compare

Remove {% load url %} entirely

Release 4.0.5

28 Jan 08:55
Compare
Choose a tag to compare

Changelog:

  • remove outdated keyframes mixin (use plain property with autoprefixer)
  • remove micro-clearfix mixin, use clearfix class or mixin from bootstrap
  • changed JavaScript linting to ESLint instead of JSHint
  • improved docs output
  • fixed broken bower task
  • fixed some gulp task being recursive
  • no longer load "url" templatetag library from future

Fix language template

15 Oct 08:29
Compare
Choose a tag to compare
  • fix language template selection to use lang.code

Gulpfile split

12 Oct 14:16
Compare
Choose a tag to compare
  • separate devDependencies and dependencies for aldryn
  • restructured gulp tasks
  • fixed an issue with google fonts paths being rewritten incorrectly

Add gitignore

05 Oct 07:56
Compare
Choose a tag to compare
  • added gitignore to Aldryn protected files