pwa-wp
pwa-wp copied to clipboard
WordPress feature plugin to bring Progressive Web Apps (PWA) to Core
Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 23.6.0 to 23.7.1. Changelog Sourced from @wordpress/scripts's changelog. 23.7.1 (2022-08-12) Bug Fix Jest Preset: Ignore is-plain-obj transformation (#43179). Commits e79de3d chore(release): publish cab63ea Jest Preset: Ignore is-plain-obj...
Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 4.9.0 to 5.1.0. Changelog Sourced from @wordpress/env's changelog. 5.1.0 (2022-08-10) Enhancement Previously, wp-env used the WordPress version provided by Docker in the WordPress image for installations which...
Bumps [eslint](https://github.com/eslint/eslint) from 8.21.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...
Bumps [@wordpress/eslint-plugin](https://github.com/WordPress/gutenberg/tree/HEAD/packages/eslint-plugin) from 12.8.0 to 12.9.0. Release notes Sourced from @wordpress/eslint-plugin's releases. 12.9.0 Changelog Features Block Library Block Editor: Introduce block locking UI. (39183) Post Date: Allow user to pick...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.3.4 to 39.3.6. Release notes Sourced from eslint-plugin-jsdoc's releases. v39.3.6 39.3.6 (2022-08-08) Bug Fixes ensure TSDeclareFunction is checked by default where function contexts are expected; closes #897...
Bumps [yoast/wp-test-utils](https://github.com/Yoast/wp-test-utils) from 0.2.2 to 1.0.0. Release notes Sourced from yoast/wp-test-utils's releases. 1.0.0 WordPress 5.9 contains significant changes to the WordPress native test suite, which impacts integration tests. Please see...
404 pages
Looks like service worker is breaking pages. Installed fine to my wordpress website, after adding a core page, so domain/page_name, all core pages started going 404. After disabling plugin, this...
Fixes: #436 This PR conditionally installs the service worker when there are Service Worker scripts coming from other plugins or if the `offline browsing` option of the PWA plugin is...
Only serve offline/error page if Offline Browsing is enabled; conditionally install service worker
As mentioned in https://github.com/GoogleChromeLabs/pwa-wp/issues/344#issuecomment-717607910: > I wonder if this should also control whether we serve the Offline page and the Server Error page. This was not implemented in #365 but...
In Gutenberg 11.1, experimental support for admin PWA was introduced: https://github.com/WordPress/gutenberg/pull/33102, https://github.com/WordPress/gutenberg/pull/33310, https://github.com/WordPress/gutenberg/pull/33216. This allows for the WordPress admin to be installed to the homescreen separately for ease of access,...