Tags: katrinkazakova/wprig
Tags
Update to V 2.2.1 (wprig#804) * Update Component.php * Fix badges in README * Update back-compat.php * Update Issues Template * Moved to EZ_Customizer. Enabled file on bundle * Update README.md Removed reference to lazy loading * Update README.md Add some minor grammar improvements. * Created javascript component * removed ! from opening comment * added *.DS_Store * cleaned up JavaScript component * added todo to JavaScript Component * added filter for theme customization settings * Added deps and localize_scripts functionality * updated package-lock.json to pass build * Changed Formatting * updated formatting * Extend Config File * Update Config to match new constant * Extend Config File * Update WPRig version * Revert "Update WPRig version" This reverts commit 41e6b2c. * Revert "Extend Config File" This reverts commit 14d4891. * Revert "Update Config to match new constant" This reverts commit f90792d. * Revert "Extend Config File" This reverts commit 861a253. * Added better mobile nav using new hooks * Revert "Revert "Extend Config File"" This reverts commit d0a61be. * Revert "Added better mobile nav using new hooks" This reverts commit a2ee3a2. * Undoing bad push to master * Undoing bad push to master * Fix tests * Update CHANGELOG.md * Updating the development branch with master branch (wprig#797) * Update CHANGELOG.md * Replaced mobile menu dashicon with svgs. * added themeCustomizeSettings.json to export * Add/java script component (wprig#780) * Update Component.php * Fix badges in README * Update back-compat.php * Update Issues Template * Moved to EZ_Customizer. Enabled file on bundle * Update README.md Removed reference to lazy loading * Update README.md Add some minor grammar improvements. * Created javascript component * removed ! from opening comment * added *.DS_Store * cleaned up JavaScript component * added todo to JavaScript Component * added filter for theme customization settings * Added deps and localize_scripts functionality * updated package-lock.json to pass build * Changed Formatting * updated formatting * Extend Config File * Update Config to match new constant * Extend Config File * Update WPRig version * Revert "Update WPRig version" This reverts commit 41e6b2c. * Revert "Extend Config File" This reverts commit 14d4891. * Revert "Update Config to match new constant" This reverts commit f90792d. * Revert "Extend Config File" This reverts commit 861a253. * Added better mobile nav using new hooks * Revert "Revert "Extend Config File"" This reverts commit d0a61be. * Revert "Added better mobile nav using new hooks" This reverts commit a2ee3a2. * Undoing bad push to master * Undoing bad push to master * Fix tests * Update CHANGELOG.md * Match Naming Structure of wordpress css preload is named after styles so in the same convention scripts preload should be named after scripts * Updating theme to match the new naming * Update Scripts Component * Clean Up Code Making the code more production ready by taking out all the comments for future work * Handles javscript loading Changed the loading to be only either async or defer since it can only be one or the other. Added example to the custom.js example * Create global.js Add global.js file to not throw any errors on load * Update global.js Add what the file is for * Update global.js Remove placeholder info * Update global.js Troubleshooting travis remove soon * Troubleshooting Travis * Travis Updates * Remove Placeholder Code * Update CHANGELOG.md * Revert "Update CHANGELOG.md" This reverts commit 882d3df. * Update CHANGELOG.md Co-authored-by: Rob Ruiz <rob.c.ruiz@gmail.com> Co-authored-by: Viktor Szépe <viktor@szepe.net> Co-authored-by: Jan Tack <jan.tack@digidrom.de> Co-authored-by: Donte Henley <donte@dontehenley.com> Co-authored-by: Carl Brubaker <developing.rust@gmail.com> Co-authored-by: Christian Leo-Pernold <mazedlx@gmail.com> * added assests/svg/*.svg to export Co-authored-by: Rob Ruiz <rob.c.ruiz@gmail.com> Co-authored-by: Carl Brubaker <developing.rust@gmail.com> Co-authored-by: Viktor Szépe <viktor@szepe.net> Co-authored-by: Jan Tack <jan.tack@digidrom.de> Co-authored-by: Donte Henley <donte@dontehenley.com> Co-authored-by: Christian Leo-Pernold <mazedlx@gmail.com> * Extend Config File * Bump ajv from 6.10.2 to 6.12.3 (wprig#790) Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.3. - [Release notes](https://github.com/ajv-validator/ajv/releases) - [Commits](ajv-validator/ajv@v6.10.2...v6.12.3) --- updated-dependencies: - dependency-name: ajv dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump handlebars from 4.7.6 to 4.7.7 (wprig#789) Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7) --- updated-dependencies: - dependency-name: handlebars dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update CHANGELOG.md * Clarify Sidebar title/Issue wprig#761 (wprig#778) * Clarify Sidebar title * Update CHANGELOG.md * Remove Header Remove h2 and add the sidebar to title to prevent confusion and follow accessibility guidelines Co-authored-by: Donte Henley <donte@dontehenley.com> * Makes global.css compliant with WPCS (wprig#802) * Update _blocks.css * Update CHANGELOG.md * added 'deps' to css files array (wprig#768) * added 'deps' to css files array * Updated formatting * Update CHANGELOG.md * Remove Custom js * Update Composer and package lock * Update CHANGELOG.md Co-authored-by: Rob Ruiz <rob.c.ruiz@gmail.com> Co-authored-by: Viktor Szépe <viktor@szepe.net> Co-authored-by: Jan Tack <jan.tack@digidrom.de> Co-authored-by: Donte Henley <donte@dontehenley.com> Co-authored-by: Carl Brubaker <developing.rust@gmail.com> Co-authored-by: Christian Leo-Pernold <mazedlx@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fix sub menus don't work with IE11/Edge (wprig#438) * Replace forEach loop by for loop Prevent errors in IE11 * Fix selector that prevent submenus to be displayed * Remove unwanted spaces inside parenthesis * Indent with tabs * Fix whitespaces * Address arrow function bug that removed event variables
Move media selectors to a separate file (wprig#415) * Move media selectors to a separate file * Gallery item with is set by the grid * Move audio shortcode alignment to post and page content
Restructure WP Rig for v2.0 (wprig#133) * Restructure dev/css to css/src * Restructure dev/js to js/src * Restructure dev/images to /images * Restructure dev/*.php to /*.php * Restructure dev/style.css to /style.css * Restructure dev/inc to /inc * Restructure dev/template-parts to /template-parts * Restructure dev/pluggable to /pluggable * Restructure dev/config to /config * Restructure dev/tests to /tests * Restructure dev/optional to /optional * Exclude the optional directory from WP_Theme::scandir() Uses the `theme_scandir_exclusions` filter to add `optional` to the array of items ignored by the `WP_Theme::scandir()` method. * Update dev paths * Update .gitignore for new file structure * Update .gitignore for new file structure * Remove dev from paths * Update npm modules * Run bundle in production mode * Only make string replacements if in production * Correct css dest path * Combine css watch tasks * Update some paths for new file structure * Remove jsMin and jsLibs * Remove jsMin and jsLibs gulp tasks * Update PHP task for new dev process Remove the first run and name change conditionals as we are not longer doing string replacements in dev mode. Now we only code sniff in dev mode. * Correct coding standard violations * Update gulp scripts task for new dev process Don't do string replacements in dev mode. Remove verbose file output. * Update gulp scripts task for new dev process Don't do string replacements in dev mode. Remove verbose file output. Inject CSS file changes rather than doing a full reload. * Update main gulpfile for new dev process changes Remove jsMin and jsLibs tasks. Run more tasks in parallel on initial start. * Dynamic CSS file enqeueueing Enqueue all top-level CSS files in `/css`. Add `filemtime` as the file version for busting browser cache. * Move editor styles to subdirectory * Add filemtime as version for JS files and main CSS * Actually use the variable * Move `/css`, `/js` and `/images` into `/assets/` * Don't enqueue style.css * Add .min to processed CSS/JS files * Add global.css Register and enqueue stylesheets separately. Make the list of CSS files to register/enqueue filterable * Remove everything except the required WordPress comment from style.css * Add global CSS source * Only enqueue global styles * Clarify function name and comment * Don't process images in the default dev task * Adjust old /dev paths in .eslintignore, ignore /dev in .gitignore. * Adjust PHPCodeSniffer ruleset to work with new paths. * Fix unit tests setup to work with new paths. * Add newline at end of file for coding standards * Inject styles after renaming files to .min * Add series wrapper around styles task * Update dependencies * Add image processing to the default task Optimize images in `assets/images/src` to `assets/images` to match the directory structure of CSS and JS * First pass at a production build step * Moar production build step * Fix translations * Update dependencies * Use one conditional for prod paths rather than inline ternary * Remove unnecessary gulp 4 warning * Delete test script * Update README with new gulp tasks and directory structure * Only save PHP files when doing the production build * Add devStringReplace gulp task * correct function name * String replace files inline, not destination files * document devStringReplace gulp task * Only code sniff changed PHP files * Add gulp script * Upgrade all npm dependencies. Babel 7 * Remove source string replacement task * Make npm run gulp the default process * Use npm run dev for default task * Remove npm run gulp * Add -- to the start of custom properties and media * Set options in postcssCustomProperties and postcssCustomMedia directly * Removed unused log import
PreviousNext