woocommerce/plugins/woocommerce-beta-tester
Matt Sherman 2957458bac
Product Editor Dev Tools: Improved expression evaluation tooling (#48588)
* Refactor to extract ExpressionField

* Move styling of expression and result prefixes to CSS

* Layout expression field with grid

* Add buttons to expression field

* Enter edit mode and cancel

* Hook up editing in textarea

* Allow existing expression to be edited

* Make expression param optional

* Use ExpressionField to add new expression

* Hide cancel button if no callback and add updateLabel prop

* Only show error when dirty

* Placeholder for expression field

* Format result in expression field

* Expression field textarea styling

* Justify expressions at bottom

* Prevent jumping when editing expression

* Revert changes on cancel

* Remove unused CSS

* Extract ExpressionTextArea

* Extract ExpressionResult

* Auto height textarea

* Hover styling for expression

* Result type tag

* Tweak styling

* Update padding in expression field

* Changelog

* Enable scrolling of result when editing expression

* Use smaller close icon

* Fix enabling of add/edit button

* Focus text area when clicking edit button

* Put cursor at the end of text area when focusing it

* Enter edit mode when clicking on text area

* Remove expression in list

* Don't style expressions list as a flex box

* Show full result while editing expression
2024-07-09 14:05:39 -04:00
..
.wordpress-org .org assets 2018-06-07 15:01:32 +01:00
api Beta tester - fix lint errors (#48825) 2024-06-25 21:09:14 -07:00
assets Regenerate PNPM Lock File & Fix Errors (#41830) 2023-12-05 00:36:30 -08:00
bin Monorepo: minor tooling tweaks (zip compression level, composer invocations) (#48857) 2024-06-28 10:54:05 +01:00
changelog Product Editor Dev Tools: Improved expression evaluation tooling (#48588) 2024-07-09 14:05:39 -04:00
images Move admin tester folders to root 2022-06-07 15:18:37 +12:00
includes Fix "Live Branches" item not shown in the WooCommerce menu (#47691) 2024-05-22 09:56:23 +00:00
src Product Editor Dev Tools: Improved expression evaluation tooling (#48588) 2024-07-09 14:05:39 -04:00
userscripts Remove the new old experience (#47814) 2024-05-24 18:00:22 +00:00
.distignore Remove unneeded files from distribution package (#35000) 2022-10-10 07:36:20 -07:00
.editorconfig Introduced .editorconfig 2018-06-04 16:06:33 -03:00
.eslintignore Copy eslint ignores to beta-tester 2022-06-07 15:13:14 +12:00
.eslintrc Clean up eslintrc in favour of defaults 2022-06-08 14:03:16 +12:00
.gitignore Copy git ignores to beta-tester 2022-06-07 15:14:21 +12:00
.prettierrc.js Introduce live branches UI page to WooCommerce Beta Tester (#35643) 2022-11-30 14:17:27 +13:00
.travis.yml Install composer packages on Travis build to be able to use phpcs 2019-03-13 16:42:52 -03:00
.wp-env.json Applied PHPCS To Beta Tester (#39476) 2023-08-08 17:20:34 -07:00
EXTENDING-WC-ADMIN-HELPER.md Update WooCommerce beta tester README (#35090) 2022-10-18 09:22:51 -07:00
NEXT_CHANGELOG.md Dev/beta tester (#34993) 2022-10-07 10:29:02 -07:00
README.md [DOC] Resolve incorrect branch references in Gutenberg links (#44566) 2024-02-15 14:13:28 -03:00
changelog.txt Bump beta tester to 2.3.2 to prep a new release (#48806) 2024-06-25 20:53:49 -07:00
composer.json Bump beta tester to 2.3.2 to prep a new release (#48806) 2024-06-25 20:53:49 -07:00
composer.lock Add remote spec rule validator UI (#45099) 2024-02-28 15:47:15 -08:00
package.json Monorepo: minor tooling tweaks (zip compression level, composer invocations) (#48857) 2024-06-28 10:54:05 +01:00
phpcs.xml Bump WooCommerce minimum required PHP version to 7.4 (#39820) 2023-08-22 09:21:09 +02:00
plugin.php Add remote spec rule validator UI (#45099) 2024-02-28 15:47:15 -08:00
tsconfig.json Fixed Beta Tester TSConfig (#37841) 2023-04-25 13:20:04 -07:00
webpack.config.js Introduce live branches UI page to WooCommerce Beta Tester (#35643) 2022-11-30 14:17:27 +13:00
woocommerce-beta-tester.php Bump beta tester to 2.3.2 to prep a new release (#48806) 2024-06-25 20:53:49 -07:00

README.md

WooCommerce Beta Tester

A plugin that makes it easy to test out pre-releases such as betas release candidates and even final releases. It also comes with WooCommerce Admin Test Helper that helps test WooCommerce Admin functionalities.

Installation

You can either install the latest version from wp.org or symlink this directory by running ln -s ./ :path-to-your-wp-plugin-directory/woocommerce-beta-tester

Development

To get started, run the following commands:

pnpm --filter=@woocommerce/plugin-woocommerce-beta-tester install
pnpm --filter=@woocommerce/plugin-woocommerce-beta-tester start

See wp-scripts for more usage information.

Usage

You can get to the settings and features from your top admin bar under the name WC Beta Tester.

For more information about WooCommerce Admin Test Helper usage, click here.

Run ./bin/build-zip.sh to make a zip file.