neato 8.x-1.8

New features
  • Drop Bower. The sub-theme now only requires npm and Gulp.
  • Update README to new workflow.

neato 7.x-1.5

New features
  • Drop Bower. The sub-theme now only requires npm and Gulp.
  • Update README to new workflow.

neato 8.x-1.7

  • Fix drush ngt fails on case sensitive systems.
  • Fall back to example.config.js if config.js does not exist.
  • Convert theme into short array syntax.

neato 7.x-1.4

  • Fix drush ngt fails on case sensitive systems.
  • Fix browserSync is not a function.
  • Fall back to example.config.js if config.js does not exist.
  • Fix @import paths.
  • Fix sub-theme created inside wrong directory.
  • Applied short array syntax.
  • Fix wrong path to scripts.js in STARTER.libraries.yml.
  • Rename Gulpfile.js to gulpfile.js.
  • Add a gitignore file to base theme and STARTER.

neato 8.x-1.6

Bug fixes

- Fixed a critical bug that broke the theme
- Updated README for 8.x branch, people who want to manually create the subtheme (not advised: use Drush) now have all the needed step to make it work.

neato 8.x-1.5

Bug fixes
New features

Release 8.1.5

- It is encourage to put neato in /themes/contrib now and the child theme is automatically created in /themes/custom when using the drush command to create a child theme.
- Cleaned out templates.
- Colors and breakpoints are now in separate scss files to keep the child theme easier to maintain.
- Changes to README and installation notes

neato 8.x-1.4

Bug fixes

Fixes an issue where page--front example template was not served on sites that had no defined nodes. Changed to page template instead, to ensure it is displayed as an example.

Cleaned up the Gulpfile and removed browser sync reloading for now as it's functionality was flakey at best. Browser sync is now a seperate task, not triggered with watch, so for folks not wanting to use it, it stays out of the way.

Cleaned up the README file.

neato 8.x-1.3

Bug fixes

Contains fix for #2675874: Gulp watch task requires manual restart if sass compilation fails.

Now when SASS compile error happens, it will dump the error without stopping the watcher (requiring a restart).

neato 7.x-1.2

Bug fixes

Contains fix for #2675874: Gulp watch task requires manual restart if sass compilation fails.

Now when SASS compile error happens, it will dump the error without stopping the watcher (requiring a restart).

neato 8.x-1.2

Bug fixes
New features

Changes:

  • Updated Bourbon, Bitters, Neat, and normalize.css to their latest version in bower.json.
  • Removed unused packages in the STARTER package.json
  • Bumped npm package versions to their latest version in STARTER/package.json
  • Removed deprecated mixins causing console warnings from common/tasks.scss and common/table.scss
  • Fixed some twig template bugs, such as secondary tasks not showing at all
  • Fixed basic style in common/tasks.scss so primary task tabs now look like tabs again
  • Added basic style for secondary tasks

neato 7.x-1.1

Bug fixes

Minor fixes. Updated readme, fixed base template from printing the footer unless one of the regions within it had content.

neato 8.x-1.1

Bug fixes

Minor fixes. Updated readme, fixed base template from printing the footer unless one of the regions within it had content.

neato 7.x-1.0

Bug fixes
New features

Cleans up some older issues and establishes a 1.0 release.

neato 8.x-1.0-rc4

Bug fixes

Tweaked how breadcrumbs are included, the STARTER subtheme has the SCSS under 'components' now.

If you are trying to get breadcrumbs to show up in Drupal 8, you now need to provide paths - system routes (eg node/4) won't show a breadcrumb even if it is a child of other nodes in the menu. Installing Pathauto and Token is advised, and most people will do this anyway.

Updating tag to match core compatibility pending 8.0 core release.

neato 8.x-1.0-rc1

Bug fixes

Various bugfixes and raises compatibility to work with Drupal 8 RC1.

Fixes:

neato 8.x-1.0-beta5

Bug fixes

Updates the package.json to include the most recent version of gulp-sass instead of use a git:// URL which may not always work on Windows. Also adds the npm "rimraf" package so that a universal postinstall script command can be used on either Windows or OSX/Unix to eliminate .info files from the node_modules folder.

neato 7.x-1.0-beta6

Bug fixes

Updates the package.json to include the most recent version of gulp-sass instead of use a git:// URL which may not always work on Windows. Also adds the npm "rimraf" package so that a universal postinstall script command can be used on either Windows or OSX/Unix to eliminate .info files from the node_modules folder.

neato 8.x-1.0-beta2

Bug fixes

This release addresses a critical bug related to Drupal core's handling of .info files and its assumption of them being in a theme folder.

The package.json file will now execute a command after installing that will remove any .info files from the node_modules folder to avoid this segfault until it is addressed properly in Drupal core. Otherwise the Gulpfile won't run, and Drupal will return a segfault when trying to access it (as will Drush.

If you want to remove them yourself, enter this command in shell from the proper directory path to your theme:

neato 7.x-1.0-beta2

Bug fixes

This release addresses a critical bug related to Drupal core's handling of .info files and its assumption of them being in a theme folder.

The package.json file will now execute a command after installing that will remove any .info files from the node_modules folder to avoid this segfault until it is addressed properly in Drupal core. Otherwise the Gulpfile won't run, and Drupal will return a segfault when trying to access it (as will Drush.

If you want to remove them yourself, enter this command in shell from the proper directory path to your theme:

Subscribe with RSS Subscribe to Releases for Neato