Wprig Versions Save

A progressive theme development rig for WordPress.

v2.3.1

5 months ago

Massive improvements to mobile navigation. Extended support for block-based features. Added WPCS 3

V2.3

1 year ago

Updated packages for babel and eslint. This now allows for using newer JS operators like optional chaining and null coalescent. We also added a slight tweak to style preloading to allow for auto-loading of preloaded styles.

What's Changed

Full Changelog: https://github.com/wprig/wprig/compare/v2.2.1...V2.3

v2.2.1

2 years ago

2.2.1

  • Extended config file to add the ability to modify author name, author url, theme description and version for production. Props @dthenley
  • Bumps ajv from 6.10.2 to 6.12.3.
  • Bumps handlebars from 4.7.6 to 4.7.7.
  • Change Sidebar screen reader text. see https://github.com/wprig/wprig/issues/761
  • Update blocks css to use grid css
  • Added 'deps' to css files array Props @Spleeding1
  • Removed call for custom.min.js from the Scripts/Component.php file. Was throwing an error before.

v2.2.0

2 years ago

New Mobile Nav System - including new default mobile nav New Javascript Component

2.1.0

2 years ago

Introduction of new base customizer settings class and JSON pattern for controlling them

2.0.2

3 years ago
  • removed lazy loading feature as it is built into WordPress core now
  • updated build dependencies that caused problems during rig-init
  • fixed a number of test, code standards, and build bugs preventing Travis CI from successfully passing tests
  • Fixed a number of minor css issues

v2.0.1

4 years ago
  • Fix inconsistent license references in various areas. See #575. Props @felixarntz.
  • Add automated tests for the gulp task that builds the production theme. See #579. Props @ataylorme.
  • Fix Travis-CI not executing nightly build jobs. See #540. Props @felixarntz.

v2.0

4 years ago

WordPress themes re-imagined from the ground up! WP Rig v2.0 features advanced configurations, a new build process, object-oriented PHP, modern CSS, and a long list of other features.

v2.0-beta.1

5 years ago

WordPress themes re-imagined from the ground up! WP Rig v2.0 (beta 1) features advanced configurations, a new build process, object-oriented PHP, modern CSS, and a long list of other features.

Please test, provide feedback, and contribute to the documentation milestone.

v2.0-alpha

5 years ago

Full rewrite of gulp process + overall file structure courtesy of @ataylorme and @felixarntz.