Skip to content

Releases: brandung/capitan

v1.1.0

25 Jul 10:59

Choose a tag to compare

IMPROVEMENTS

  • [BFW-130] Ignores capitan specific build folders which should always be generated
    freshly and not checked into any repository. 1445452
  • [BFW-129] remove roles from main and navigation d0c54f7
  • Update robots.txt 9e69641
  • Activated SASS-Sourcemaps (except for lazy-loaded files) 34d7cf8
  • Removed BrowserSync delay to reload page e290371
  • Added postcss-plugin: flexbugs-fixes e6f8bd3
  • Updated Bootstrap-Grid to support flexbox grid on Internet Explorer 6d82021
  • Bootstrap introduces and requires gutter-width for each breakpoint. Also grid-columns may be adjusted by the developer. 0d8805d

v1.0.3

11 May 10:19

Choose a tag to compare

IMPROVEMENTS

  • Updated "util-hidden" and "util-visible" utility classes to only use "display: none" on breakpoints where the specific element is supposed to be hidden and refrain from using "display: block" on breakpoints where the element is supposed to be shown again.
    (83fd5de)

BUGFIX

  • Added "xs" grid classes to form elements to avoid display issues on smaller breakpoints.
    (572aae5)

v1.0.2

31 Mar 14:30

Choose a tag to compare

IMPROVEMENTS

BUGFIX

  • fixed postcss bug to guarantee the prefix rendering in css files (18f7d6f)

v1.0.1

17 Jan 15:42

Choose a tag to compare

IMPROVEMENTS

BUGFIX

  • store $body object after document ready (1e15020)

v1.0.0

04 Jan 15:24

Choose a tag to compare

BREAKING CHANGES

  • BFW-112 (9a49a35, 0475ebe):
    • insert handlebars.js as new template engine
    • refactored views, partials and components to handlebars syntax
    • optimized button component
    • update package.json
  • BFW-102 (3bfc8be, 8d82ee4):
    • new folder structure for capitan and private assets
    • adjustments for grunt tasks
  • BFW-104 (b2a4c4d): _modules-template name changed to styleguide
  • BFW-105 (c7e7cbf):
    • add index.hbs template and generate template list automatically
    • add new capitantask

IMPROVEMENTS

  • BFW-119 (88a64ab): add new project:export task and some architecture adjustments within the Gruntfile.js
  • BFW-113 (20f0b4e): add uglify task for bundles
  • (9a49a35): raised grunt version to v1.0.1 in package.json
  • (51eb5ff): cleaned up global.js
  • BFW-108 (13d75eb): update and remove obsolete vendor scripts
  • (3246de6): raise IE version from 8 to 9 in browsehappy partial
  • BFW-111 (525793d): show capitan ascii logo in terminal
  • (5790ffa): rename component folder into components

BUGFIXES

  • BFW-103 (38e3053): add default.json and bugfixed zend.json
  • BFW-91 (445401b): bugfixed 'isIE' variable in global.js

v0.11.1

16 Dec 09:32

Choose a tag to compare

IMPROVEMENTS

Update README.md
Insert new Capitan Logo

v0.11.0

27 Sep 13:09

Choose a tag to compare

BREAKING CHANGES

BFW-83 (a60aaf7): insert new button component
BFW-88 (85b8d16, 95a41e2, 7d412e1, 704fe2a, cf34245): insert linting task an refactored each partial to conform to the guidelines
BFW-107 (7fb189d): vendor scripte like jquery, modernizr & co. are concatenated by default

HOTFIX

BFW-85 (9196daf): deactivate rewrite rules in .htaccess
BFW-86 (539520d): raised browser version of autoprefixer

IMPROVEMENTS

BFW-79 (994dc50): edit pxToREM sass function and add base pixel fontsize as optional value
BFW-87 (996d569): optimized routing for a better template handling in preview mode
BFW-98 (bb09823): update modernizr to version 3.3.1

v0.10.2

09 Aug 13:31

Choose a tag to compare

IMPROVEMENTS

  • Commenting mod_rewrite block in .htaccess (594fd32)

v0.10.1

20 May 12:12

Choose a tag to compare

IMPROVEMENTS

  • Optimized uglify Task, so even bra-*.js files will be minified
  • insert picturefill.min.js (version 3.0.2) and load it via basket.js
  • removed some obsolete mixin informations (pixel fallbacks in rem mixins are built by postCSS task)

(v0.10.0...v0.10.1)

v0.10.0

12 May 10:37

Choose a tag to compare

HOTFIX

  • Timestamp Fix in grunt/helpers.js
  • Fixed wrong variable concatenations (node-sass updates)
  • Insert default clearfix in every new component sass placeholder (node-sass updates)
  • basket Fix: placed unique storage key into main.js and update replace task
  • basket Fix: removed unused js/function/get-unique.js
  • basket Fix: insert basket.clear() in develop mode

IMPROVEMENTS

  • load before-render-bundle.js before document.ready()
  • load components when DOM is ready
  • moved main.js into head an load it async

(v0.9.3...master)