Conversation
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ri-component-0.2.2' # Conflicts: # package-lock.json
# Conflicts: # package-lock.json
# Conflicts: # package-lock.json
# Conflicts: # package-lock.json
Fixed bug with watch failing too often
- Replace .eslintrc with eslint.config.js using FlatCompat - Add Babel parser support for JSX files - Configure ignore patterns for minified files and build artifacts - Maintain WPCS compliance with auto-fixing support - Add dependencies: @eslint/eslintrc, @babel/eslint-parser, @babel/core, @babel/preset-react Fixes: lint:js task now works correctly with modern ESLint
Resolves issue #697
Updates branding.php to respect the 'display_header_text' Customizer setting, removing redundant links and screen reader chatter. Resolves #758.
Updates the editorSupport.js script to programmatically generate a theme.json file, as requested by the maintainer. Resolves #777.
Feat: Integrate theme.json for block editor settings
…ding-758 Fix(a11y): Prevent output of hidden site branding (#758)
Fix(nav): Resolve mobile navigation and submenu toggling (#697)
# Conflicts: # gulp/watch.js
Fix: No more npm run dev crashes on PHP file editing
…erated This ensures that browsers can automatically locate the corresponding .map file, improving debugging capabilities in development mode.
…n dev/build BROKEN Migrate CSS pipeline to LightningCSS bundleAsync to properly resolve @import and generate accurate source maps. This is a conceptual shift away from transform().⚠️ CURRENT STATUS: BROKEN⚠️ - npm run dev: ❌ fails - npm run build: ❌ fails Reason: follow-up work is required to integrate config-driven custom-media preload (_custom-media.css) without violating CSS @import ordering. Until resolved, the parser may throw errors and DevTools may still reference the top-level importer. Next steps: 1) Ensure @import ordering is preserved across all files. 2) Insert custom-media after the top-level import block (or use a virtual import solution). 3) Keep sourceMap + sourceMapIncludeSources; append sourceMappingURL at the end of CSS. Note: This commit intentionally isolates the architectural change so that subsequent fixes can be reviewed independently.
…rcemaps Use LightningCSS bundler with a virtual import (virtual:preload.css) that concatenates all files listed in dev.styles.importFrom. This ensures that custom media, properties, etc. are injected once at the correct position without breaking @import ordering. Also: - Replace hardcoded _custom-media.css handling - Keep strict dev guard to detect late @import usage - Emit source maps with explicit sourceMappingURL comment
The old name "importFrom" was a leftover from PostCSS times and is now deprecated. Use the clearer "preload" key instead. For backwards compatibility, "importFrom" is still supported but will emit a warning.
Drop leftover console.log of sourcemap sources that was only useful during debugging. Now only warnings are emitted on parse failure or empty sources.
…folder replaces the eclinrc.json in the gulp folder
Build/ignore i18n sourcemap
fix(lint): make Flat Config work with ESLint 8; remove legacy config; scope to assets/js/src
fix: add chokidar-cli so `watch:css` works (fixes #912)
Fix/gulp linting
Fix: Silence deprecation warnings on Options page (minimal change)
…k in their own forks.
# Conflicts: # package-lock.json # package.json
Fix/919 css sourcemaps v3
…k in their own forks.
…k in their own forks.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
While a minor version, this new version comes with many improvements to WP Rig. A full blog post will be created about it on wprig.io.
List of changes
Checklist: