Releases: brandung/capitan
Releases · brandung/capitan
v1.1.0
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
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
v1.0.1
IMPROVEMENTS
- BFW-126 (v1.0.0...v1.0.1): insert form component with validation plugin
BUGFIX
- store $body object after document ready (1e15020)
v1.0.0
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 tostyleguide - BFW-105 (c7e7cbf):
- add
index.hbstemplate and generate template list automatically - add new
capitantask
- add
IMPROVEMENTS
- BFW-119 (88a64ab): add new
project:exporttask and some architecture adjustments within theGruntfile.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
browsehappypartial - BFW-111 (525793d): show capitan ascii logo in terminal
- (5790ffa): rename
componentfolder intocomponents
BUGFIXES
v0.11.1
IMPROVEMENTS
Update README.md
Insert new Capitan Logo
v0.11.0
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
v0.10.1
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
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