Сүрөттөө
GraphQL IDE for WPGraphQL
FAQ.KG
-
Where can I find the non-compressed JavaScript and CSS source code?
-
The non-compressed source code for the JavaScript and CSS files is available in the following directories:
- Scripts: src/ directory
- Styles: styles/ directory
You can view or download the source code directly from the GitHub repository.
-
What are some of the major dependencies used in the plugin?
-
The WPGraphQL IDE plugin includes several important dependencies. You can learn more about these libraries at the following links:
- GraphQL.js: https://github.com/graphql/graphql-js
- GraphiQL: https://github.com/graphql/graphiql
- Vaul: https://github.com/emilkowalski/vaul
Сын-пикирлер
There are no reviews for this plugin.
Contributors & Developers
“WPGraphQL IDE” is open source software. The following people have contributed to this plugin.
МүчөлөрүTranslate “WPGraphQL IDE” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Өзгөртүүлөр
4.0.3
Patch Changes
- fd9d099: chore: set workflow environment
4.0.2
Patch Changes
- a2b5fbd: – chore: Bump supported WordPress version
4.0.1
Patch Changes
-
477a555: ### Added
- Introduced
wp_localize_escaped_data()
function for recursively escaping data before localizing it in WordPress. This ensures safe output of strings, URLs, integers, and nested arrays when passing data to JavaScript, using native WordPress functions likewp_kses_post()
andesc_url()
.
Improved
- Enhanced security by ensuring all localized data is properly sanitized before being passed to
wp_localize_script()
, preventing potential XSS vulnerabilities and ensuring safe use of dynamic data in JavaScript.
- Introduced
-
4da3973: – chore: Bump the npm_and_yarn group across 1 directory with 7 updates