omega 8.x-5.0-alpha7

Bug fixes
New features

Lots of various bug fixes since alpha6.

If you are upgrading a subtheme already created, your style/scss/_style-vars.scss will need to be renamed to _omega-style-vars.scss.

There may be other issues upgrading. Please check the commit log for changes that may apply to you.

Always test with a newly created subtheme.

New subthemes exported can include a config.rb and Gemfile if they choose.

omega 8.x-5.0-alpha6

Bug fixes

Lots of bug fixes in this version. Seems to be fairly stable currently. Keep using dev version for frequent updates and fixes.

omega 8.x-5.0-alpha5

Bug fixes
New features

Latest version should bring proper SCSS compiling to the theme for not only the layouts which were previously working, but also allow variable manipulation via the interface for basic color and font variables. The SCSS/CSS currently included makes minimal usage of these variables, however, the next update should likely include a comprehensive set of CSS styles for themes out of the box.

omega 8.x-5.0-alpha4

Bug fixes
New features

Lots of updates, but primarily an update to provide the OmegaExport class that handles the cloning of, subtheming of Omega Five themes from the Interface.

To get started, enable Omega, and go to the settings page. This will allow you to create a clone of one of the default Omega Starterkits. You could also subtheme a starterkit, however when creating a 'real' theme, and not just testing, you wouldn't want the starterkit as a base theme of anything in your theme inheritance chain.

omega 8.x-5.0-alpha3

Bug fixes
New features

Updated all omega core and starterkit scss/css and .yml layout files to ensure they line up on first install.
Added ability to target taxonomy vocab pages with a custom layout.
Added some inline documentation, and basic info in the README at the top level.

This is the last alpha release, and after testing additional starterkit(s) to be included in package, and the sub-sub theme inheritance, Omega Five will go beta.

omega 8.x-5.0-alpha2

Bug fixes
New features

Omega 8.x-5.0-alpha2 fixes many issues, including not allowing ALL the form data from $layouts to be passed, but only passing the one specified by the "Select layout to edit" option. This helps bypass the max_input_vars errors when the entire form is submitted.

omega 8.x-5.0-alpha1

Bug fixes
New features

Initial alpha release of Omega Five (8.x-5.x)

This release gets everything working again that was broken by API changes throughout the D8 development cycle. It pulls in some functionality from the alpha1 version for 7.x, and brings the two alphas mostly into line in regards to functionality.

Expect several additional alpha/beta releases in the next week prior to and coinciding with the upcoming official release of Drupal 8!

omega 7.x-4.4

Bug fixes
New features

Added a new lightweight LibSass based starterkit and renamed the previous "Default" starterkit to "Dusty" (because that's what it is).

omega 7.x-5.0-alpha1

New features

Initial Alpha release for Omega Five. Consider Omega Five ready for testing and input!!

Lots more to come in the upcoming weeks!

omega 8.x-5.x-dev

Initial working version of an 8x Omega port. This port goes back to the thoughts that layout and configuration should be able to be completely controlled via the theme settings interface for the target audience of this theme, which are and have always been those that want to do some clicky and have their theme layout simply WORK. Includes SCSS regeneration of layout variables and CSS. More updates will follow as some of the basic usability functionality are in place and some items in configuration are currently not tied into their intended final functionality are finished.

omega 7.x-4.0-rc1

New features
Bug fixes

Changes since 7.x-4.0-beta7

  • (view commit) • Swapped Susy usage in Ohm subtheme to use Singularity.
  • (view commit) • Issue #2062629 by dw72: Fixed Undefined index notice in development.inc.
  • (view commit) • Simplifying drush_omega_subtheme() by switching to 'no-libraries' instead of 'get-libraries' as an option for controlling library downloading.
  • (view commit) • Issue #2065399 by dmsmidt: Fixed Contextual links gone for menu blocks (added title_suffix and title_prefix to block--nav.tpl.php).
  • (view commit) • Moving Ohm and Omega so that they both reside in sub-folders of the main project. This is required due to a Drupal 7 core bug in drupal_find_theme_templates() and how it uses drupal_system_listing().

omega 7.x-4.0-beta7

New features

This release contains some important advancements, most notably:

  • Important fixes to issues caused by the introduction of Ohm into the root of Omega
  • Fixes comparability issues with Panels, Display Suite and Fences.
  • Removal of JS libraries, Bower and Drush Make file provided instead.
  • Grunt integration.

Full changelist:

  • Re-exporting Ohm theme settings.
  • Issue #2067895 Follow-up by fubhy: Fixing incorrect variable name.
  • Issue #2063329 by fubhy | oddz: Fixed omega_block_list_alter() unsets blocks used on panel pages.
  • Issue #2027709 by criz | fubhy: Fixed BEM style field classes preprocess fix not working using Fences module.
  • Issue #2060693 by mjpa | fubhy: Command to revert all theme settings.
  • Issue #2064651 by netol: Optimize images.
  • Issue #2067895 by fubhy | dmsmidt: Fixed livereload.js loading broken, fix and settings cleanup.
  • Moving Ohm and Omega so that they both reside in sub-folders of the main project. This is required due to a Drupal 7 core bug in drupal_find_theme_templates() and how it uses drupal_system_listing().
  • Issue #2065399 by dmsmidt: Fixed Contextual links gone for menu blocks (added title_suffix and title_prefix to block--nav.tpl.php).

omega 7.x-4.0-beta6

Bug fixes

Fixed a critical bug that caused layouts to not work when provided by a sub-theme that was placed in a sub-folder of the base theme.

omega 7.x-4.0-beta4

Bug fixes
  • Adding minified versions of some of the js files that ship with Omega. Also incorporating D8 matchmedia.js with backwards compatibility layer.
  • Adding minified versions of some of the js files that ship with Omega. Also incorporating D8 matchmedia.js with backwards compatibility layer.
  • Issue #2007008 by fubhy: Fixed Google Chrome Frame does not work if IE support is set to 'none'.
  • Removing deprecated setting for inline media queries.
  • Fixing views table row classes.
  • Fixing bug in drush omega-export that caused the command to fail when used together with the --revert option.
  • Replaced uses of str_replace() with preg_replace() on class arrays in preprocess functions.
  • Issue #1983130 by DeFr: Fixed 'Skip to main content' link broken.
  • Adding panelizer view mode template to fix double class attribute.
  • Issue #1978452 by pmelab: Fixed profile attribute in 'head' tag.
  • Issue #1978432 by pmelab: Fixed Invalid conditional comments for !IE.
  • Issue #1978460 by pmelab: Added exclude css after rewrite.
  • Altered field preprocess to only replace specific classes with BEM syntax.
  • Fixing CSS/JS excludes from misc folder.
  • Removing Gemfile.lock from .gitignore, because we actually want to have that in git.

omega 7.x-4.0-beta2

New features
Bug fixes
  • Extensions can be disabled/enabled (forced) via settings.php $conf entries.
  • Caching for CSS/JS exclude regex.
  • Bug fixes for theme function override discovery (when using theme hook suggestions).
  • Minor template/(pre-)process fixes.

omega 7.x-4.0-alpha7

  • Further improved the existing starterkit
  • Added a new advanced starterkit with more complex Sass structure
  • Added Gemfile and Guardfile for LiveReload (https://github.com/guard/guard-livereload)
  • Added a Simple Omega Layout
  • Pretty much emptied the "epiqo" layout to reset it for an upcoming rewrite using an off-canvas navigation
  • Added a '--no-readme' option to the Drush subtheme script

omega 7.x-4.0-alpha6

  • Added a brand-new Drush command called "drush omega-wizard" (drush owiz) that allows users to create subthemes through a Drush wizard. This allows people who do not know the syntax of "drush omega-subtheme" to conveniently generate themes with the same power that the "drush omega-subtheme" command offers.
  • Fixed a bug in omega_discovery() that caused sub-themes to not be able to override base-theme definitions.
  • Further fine-tuned the starterkits

omega 7.x-4.0-alpha5

  • Further improving the Drush integration.
  • Subtheme creating now completely relies on starterkits.
  • Those starterkits have been moved to .inc files instead of .info files in order to avoid them being loaded into the theme registry.
  • Fixing a regression for field rendering that caused classes to disappear.

omega 7.x-4.0-alpha4

Bug fixes

Quick follow-up for 7.x-4.0-alpha3 that fixes a problem with compatibility checks for extension dependencies making it work with development versions of modules now as well. Also, it appears that the theme function include files were named incorrectly all the time.

omega 7.x-4.0-alpha3

  • Adding dependency management for extensions
  • The layout extension now depends on the latest Omega Tools 4.x development version
  • Removing stray functions from omega.inc and some cleanups for the documentation
  • Improving caching and performance of the core functions in omega.inc
  • Improving system info altering in conjunction with Omega Tools 4.x (This is important for the Layouts extension)

omega 7.x-4.0-alpha2

New features
Bug fixes
  • Added a few new utility functions
  • Chasing D8 HEAD with CSS cleanups and HTML5 template rewrites
  • Moving extensions and layouts to .inc files for security reasons
  • Adding a 'enabled' flag to extensions (default state unless overridden by theme settings)
  • Fixing a few minor bugs in the drush integration
  • ... And more

omega 7.x-4.0-alpha1

setting up an initial release for Omega 4.x.

this is still highly experimental and is missing many of the layout features of Omega 3.x still. Use at your own risk!

4.x will reach beta release after omega.gs is integrated and there are tons of layouts to choose from.

omega 7.x-3.1

New features
Bug fixes

The following issues were addressed in this release:

omega 7.x-3.0

This marks the stable release of Omega 3.x. All current issues are either support issues, documentation issues, or non-critical for a final release.

omega 7.x-3.0-rc5

Bug fixes

this IS the final RC prior to a stable release sometime in the next few days.

omega 7.x-3.0-rc4

Bug fixes

minor bug fixes.
Let's cross our fingers for the last Release Candidate!

omega 7.x-3.0-rc3

New features
Bug fixes

adding panels support & minor bug fixes.

If you are using the Delta module, you must update to the latest beta or dev versions)

omega 7.x-3.0-rc1

New features
Bug fixes

IMPORTANT NOTE: CLEAR YOUR CACHES after updating Omega to RC-1. Several changes in the hooks requires the theme registry be rebuilt.

omega 7.x-3.0-beta3

New features
Bug fixes

Please see CHANGELOG.txt for updates in this version.

omega 7.x-3.0-beta2

New features
Bug fixes

This beta release fixes several known issues, and adds several new features.

Updates to beta2 from beta1 should be painless. At the most, if you have your content region ordered visually differently than the HTML order, you may need to adjust some settings in the UI to get them to render properly again.

omega 7.x-3.0-beta1

New features
Bug fixes

The beta1 release of Omega marks the next generation in Drupal theming with responsive layouts, customizable grids all based on 960.gs standards, advanced theme caching with drastically improved performance, more solid debugging, and more features that can be possibly counted here.

The 3.x version is still highly undocumented, and the documentation at http://himer.us/omega960 still relates to the 2.x version of Omega.

omega 7.x-3.0-alpha4

New features
Bug fixes

quite a few updates since last packaged release.

omega 7.x-3.0-alpha3

Bug fixes

Fixes a "major" issue where the internal Omega cache was not allowing it's settings to be overwritten by the Delta module.

omega 7.x-3.0-alpha2

New features
Bug fixes

Fixes for various minor issues.
IE support (fallback) for IE 6, 7 and 8 which do not respect media queries for responsive layouts.
Update .info defaults for all core and starterkit themes (check your .info and/or theme settings to ensure everything is checked/placed appropriately)

This should be the last "major" update prior to a beta release.

omega 7.x-3.0-alpha1

New features
Bug fixes

Awesomesauce defined....

Initial release of 3.x Omega...

Responsive grids, better performance (roughly 500% faster preprocess & process functionality)
and much much more.

omega 7.x-3.x-dev

New features

Initial push/release of the 3.x version of Omega. (Highly experimental)
This is ready for active testing, but needs some 2.x features merged back in before it's truly ready to build a live site on.

omega 7.x-2.1

New features
Bug fixes

The following bugs and new features have been fixed in the 2.1 release:

omega 7.x-2.0

New features

Re-release of 2.0 after git migration cleanup purged 2.0 which was linked to a beta4 tag.

Pages

Subscribe with RSS Subscribe to Releases for Omega