groundwork 7.x-2.0-rc1

Bug fixes
New features

Important message update: Groundwork 7.x-2.0-rc1 does not work with the latest LESS module. Please see "#2301113: Less error, no styling applied" for a solution/workaround.

Please see Groundwork Front-end Framework documentation and changelog for full information.

  • CustomWork/CustomWork.info.txt
    • Minor edit in a comment.
  • CustomWork/less/custom/app-style.css.less
    • Removed the vertical padding in header and added in the banner and header annex instead
    • Fixed navigation.
    • Removed default background and padding in blocks.
    • Removed override of unpublished content.
    • Removed support for wysiwyg module. Will add it to docs instead.
  • CustomWork/templates/README.txt
    • Small corrections.
  • less/bundles/bundles-all.css.less
    • Added support for new bundle: horizontal login block
      -less/bundles/buttons.css.less

      less/bundles/inline-list.css.less
    • Used the mixin .inline-block() instead.
  • less/bundles/inline-list.css.less
    • Removed the margin of ul.
  • less/component/branding.css.less
    • Removed margin-bottom in #branding.
  • less/component/groundwork-specific.css.less
    • Removed background of #theme-attribution-wrapper
  • less/component/media-queries/component-narrow.css.less

groundwork 7.x-2.0-beta3

New features
Bug fixes
  • Modified comments.css.less. Comments must look nice with or without background.
    • Overrode generic style of h3 for .comment title to have margin-top: 0
    • Modified margin-bottom of .comment to be @size1.
  • Notification of newly created theme in Drush now prints the machine name, so there will be no confusion if it was generated. Machine name is used if user wants to enable the newly created theme and set it as the default theme via Drush.
  • Removed font-weight: bold in ul.menu li
  • Fixed margin-bottom bug in tables.css.less

groundwork 7.x-2.0-beta2

New features
Bug fixes

If you're upgrading from 7.x-2.0-beta1:

Edit your existing app-settings.css.less. The LESS variable @themeDirectory is now a path, not only the theme directory. See difference of the new app-settings.css.less on this version and your existing file.
A new font is introduced from this release, and the old fonts are now deprecated.

Please see http://groundwork.noceda.me/docs/changelog for full list of changes.

groundwork 7.x-2.0-beta1

New features

Let's start the ball rolling for Groundwork 2!

Version 2 is a progressive mobile first front-end framework for Drupal with modular scale typography and powerful layout engine for faster and more effective web development.

Please visit http://groundwork.noceda.me for full documentation.

Key features of Groundwork 2 :

  • HTML 5
  • Responsive design (mobile-first) with configurable breakpoints. Defaults to 768, 960 and 1152
  • Typography using modular scale.
  • Web accessibility optimized with ARIA roles
  • Semantic markup with separation of style with content.
  • Bulletproof flexible grid system with 24 columns (units) as default.
  • Configurable grid
  • Configurable number of columns in the grid
  • Configurable gutter width
  • Supports both sidebars
  • 17 regions with a special "Aside" region visible only in nodes.
  • Optimized typography for all standard elements
  • Block source ordering per region
  • Powerful layout engine provides unlimited layout possibilities
  • Collection of preset CSS classes
  • LESS CSS enhanced with loads of Drupal-specific mixins and bundles.
  • HTML5 polyfill to support older browsers
  • Drush support - Create your custom theme with advanced options in just one command.

groundwork 7.x-2.x-dev

New features

(Check first if the updated date of this dev version is newer than the latest stable release. Drupal.org packages devs twice a day while stable releases are packaged every 5 minutes)

Use this dev release for the latest and greatest code. Bug reports, suggestions and patches are very welcome.

Groundwork 2.x is now a progressive mobile first front-end framework for Drupal with modular scale typography and powerful layout engine for faster and more effective web development.

Major changes from Groundwork 1.x are:

Progressive mobile-first

Responsive from mobile to wider media with customizable breakpoints.

Modular Scale Typography

Harmonious typography with the time-tested golden ratio used by typographers for centuries.

True Semantic Markup

Work without the layout classes like .grid_x on your markup. Unless you really want to use them.

More customizations with LESS

Harness the power of LESS with pre-defined intuitive mixins and bundles. Define variables for layout, colors, fonts, and more.

Powerful Customizable Grid

Work with 24 units with proportional gutter and line-height or customize according to your needs. Define sidebar, branding, and node aside widths on the fly.

Sensible style defaults

groundwork 7.x-1.3

New features
Bug fixes
  • Added inc/groundwork.drush.inc. Support for creating sub-themes via Drush.
  • Changed subwork to CustomWork
    • Moved and renamed subwork/subwork.info to CustomWork/CustomWork.info.txt
    • Moved subwork/css/local.css to CustomWork/css/local.css
    • Moved subwork/favicon.ico to CustomWork/favicon.ico
    • Moved subwork/logo.png to CustomWork/logo.png
    • Moved subwork/screenshot.png to CustomWork/screenshot.png
  • Added CustomWork/template.php
  • Added CustomWork/theme-settings.php
  • Moved groundwork/groundwork to groundwork as this is causing an error in updating the theme via UI (Update Manager)
    • Moved groundwork/css/formalize.css to css/formalize.css
    • Moved groundwork/css/groundwork.css to css/groundwork.css
    • Moved groundwork/css/html-elements.css to css/html-elements.css
    • Moved groundwork/css/layout.css to css/layout.css
    • Moved groundwork/css/local-blank.css to css/local-blank.css
    • Moved groundwork/css/reset.css to css/reset.css
    • Moved groundwork/favicon.ico to favicon.ico
    • Moved groundwork/groundwork.info to groundwork.info
    • Moved groundwork/groundwork.skinr.inc to groundwork.skinr.inc

groundwork 7.x-1.2

New features
Bug fixes
  • Changed theme attribution.
  • Fixed word wrap of book navigation links.
  • Removed height and overflow of top region.
  • Removed bottom margin for last or lonely (alone) blocks in footer region.
  • Fixed bug on maintenance-page.tpl.php

groundwork 7.x-1.1

Bug fixes
  • Changed majority of the word grid to column.
  • Bug in aligning the block left, right, or center. The margin for the grid system is getting affected.
  • Gave the maintenance page some loving.

groundwork 7.x-1.0

New features
Bug fixes
  • Implemented the push and pull functionality on the 24-column grid system.
  • Added changes made in page.tpl.php to maintenance-page.tpl.php
  • Edited local.css and local-blank.css. "columns" is a class not an ID.
  • Edited groundwork.css
    • Support for WYSIWYG module. Text area is white.
    • Bug in the browser prefixes of border-radius. there were no dashes.
    • Bug in menu-inline-style. padding-top had no semi-colon.
  • Edited html-elements.css.
    • Ordered and unordered lists got a margin-bottom of 1em.

groundwork 7.x-1.0-beta2

New features
Bug fixes

- Added files .gitignore and CHANGELOG.txt.
- Changed wireframes to block background guides. Site admins must revisit theme settings page.
- Changed link padding in navigation bar from "0.8em 3em 0.8em 0" to "0.8em 1.5em". There will be more sites that will benefit from an equal horizontal padding.
- Fixed some indentations in template.process.inc to adhere to Drupal coding standards.

groundwork 7.x-1.0-beta1

New features

The very fist release of Groundwork. Let's get this party started!!!

groundwork 7.x-1.x-dev

New features

(Check first if the updated date of this dev version is newer than the latest stable release. Drupal.org packages devs twice a day while stable releases are packaged every 5 minutes)

Use this release for the latest and greatest code. Bug reports, suggestions and patches are very welcome.

Subscribe with RSS Subscribe to Releases for Groundwork