Commit Graph

1661 Commits

Author SHA1 Message Date
Kelly Dwan 8da93d36f1 API: Remove custom `attributes` handling from API (https://github.com/woocommerce/woocommerce-blocks/pull/401) 2019-02-06 17:59:34 -05:00
renovate[bot] 60b4cd5fcc chore(deps): update dependency webpack to v4.29.2 (https://github.com/woocommerce/woocommerce-blocks/pull/404) 2019-02-06 11:20:18 -05:00
Kelly Dwan 6bf837ff7a Featured Product: Allow to resize the block height (https://github.com/woocommerce/woocommerce-blocks/pull/397)
* Add ResizeableBox wrapper to component to adjust height

* Use the fixed height on the front end display of the block

* Fix display of resize handle

* Allow the default & min featured product heights to be customized by setting a new theme support keyword, `featured_block`.

* Use `min-height` on the front end display, so content is not clipped on smaller screens

* Add a wrapper div to the content, to prevent it from breaking out of the block display
2019-02-05 15:49:24 -05:00
renovate[bot] 843f9529bf chore(deps): update dependency webpack-cli to v3.2.3 (https://github.com/woocommerce/woocommerce-blocks/pull/399) 2019-02-05 13:35:23 +08:00
renovate[bot] 0902e1b707 chore(deps): update dependency webpack to v4.29.1 (https://github.com/woocommerce/woocommerce-blocks/pull/395) 2019-02-04 14:24:49 -05:00
renovate[bot] a49f061950 chore(deps): update dependency eslint-plugin-jsx-a11y to v6.2.1 (https://github.com/woocommerce/woocommerce-blocks/pull/394)
LGTM 👍
2019-02-04 17:24:19 +08:00
renovate[bot] 63c7728ad8 chore(deps): update dependency lint-staged to v8.1.3 (https://github.com/woocommerce/woocommerce-blocks/pull/393)
Minor bug fix.  👍
2019-02-04 17:20:20 +08:00
renovate[bot] 9c02e09537 chore(deps): update dependency lint-staged to v8.1.2 (https://github.com/woocommerce/woocommerce-blocks/pull/392) 2019-02-02 11:52:44 -05:00
renovate[bot] e3b7c4af60 chore(deps): update dependency eslint to v5.13.0 (https://github.com/woocommerce/woocommerce-blocks/pull/391) 2019-02-01 14:28:06 -05:00
Kevin Killingsworth dc2b4485f4 Add placeholder image for product preview (https://github.com/woocommerce/woocommerce-blocks/pull/382)
* Add placeholder image for product preview

This adds the designated placeholder image url from settings into the
wcSettings global for the blocks to use. Then uses the placeholder url
when a product doesn't have any images.

* Updated based on review notes

Using `$block_settings` instead of `$settings`
Using '' alt tag
Updated snapshot

* Add the placeholder global to test that it passes through to the preview
2019-02-01 10:45:53 -05:00
renovate[bot] 454c9262ab chore(deps): update dependency eslint-plugin-jest to v22.2.2 (https://github.com/woocommerce/woocommerce-blocks/pull/390) 2019-02-01 10:26:31 -05:00
Kelly Dwan 017f0df5b7 Blocks: Restrict row/column values to only valid values (https://github.com/woocommerce/woocommerce-blocks/pull/386)
* Add a new LayoutControl component

* Use new LayoutControl to handle rows & columns settings

* Fix errors when rows or columns is empty (silently fall back to default to prevent breaking the block)

* Rename `LayoutControl` to `GridLayoutControl`
2019-01-31 17:55:54 -05:00
renovate[bot] 11bfb1b153 fix(deps): update dependency @woocommerce/components to v1.4.2 (https://github.com/woocommerce/woocommerce-blocks/pull/388) 2019-01-31 17:12:03 -05:00
Kelly Dwan c41ceff9fc i18n: Remove the babel makepot & pot-to-php scripts (https://github.com/woocommerce/woocommerce-blocks/pull/385)
* Remove the babel makepot & pot-to-php scripts

These aren’t needed because WP.org will now pull from JS files for glotpress translations.

* Remove pot file from gitignore
2019-01-31 15:59:13 -05:00
Kelly Dwan 5f4b6c74db Use defaultProps to set up the taxonomy control operators (https://github.com/woocommerce/woocommerce-blocks/pull/381) 2019-01-31 15:43:55 -05:00
Kelly Dwan ac96484f7a New block: Products by Attribute (https://github.com/woocommerce/woocommerce-blocks/pull/378)
* Add Products by Attribute block

* Remove attributes property from sharedAttributes

* Add operator control to Products Attribute selector

* Fix default operator queries

* Add the initial “edit mode” placeholder screen

* Style attribute selector better

* Add ‘edit mode’ toggle to toolbar

* Add orderby control
2019-01-30 16:27:56 -05:00
Kelly Dwan 284d98643d REST API: Add new parameter for relationship between multiple taxonomies (https://github.com/woocommerce/woocommerce-blocks/pull/377)
* Add new API parameter `tax_relation`, to handle relationship between multiple taxonomies

* Minor change to trigger a travis build
2019-01-30 16:08:21 -05:00
renovate[bot] 9a404e5c6e Update dependency eslint-plugin-jest to v22.2.1 (https://github.com/woocommerce/woocommerce-blocks/pull/376) 2019-01-30 16:07:32 -05:00
renovate[bot] d71c5a4ef6 Update Node.js to v10.15.1 (https://github.com/woocommerce/woocommerce-blocks/pull/375) 2019-01-30 16:07:09 -05:00
Kelly Dwan 2382dbf5f4 Run `composer install` after packages install (https://github.com/woocommerce/woocommerce-blocks/pull/374) 2019-01-30 10:31:05 -05:00
renovate[bot] d664df9a85 Update wordpress monorepo (https://github.com/woocommerce/woocommerce-blocks/pull/366) 2019-01-29 14:18:34 -05:00
renovate[bot] 9860565210 Update dependency autoprefixer to v9.4.7 (https://github.com/woocommerce/woocommerce-blocks/pull/367) 2019-01-29 12:46:25 -05:00
renovate[bot] 2cf52f0e4d Update dependency lint-staged to v8.1.1 (https://github.com/woocommerce/woocommerce-blocks/pull/365) 2019-01-29 12:46:03 -05:00
renovate[bot] e46aebf921 Update dependency eslint-plugin-jsx-a11y to v6.2.0 (https://github.com/woocommerce/woocommerce-blocks/pull/363) 2019-01-29 12:42:52 -05:00
renovate[bot] b0a581b732 Update npm to v6.7.0 (https://github.com/woocommerce/woocommerce-blocks/pull/360) 2019-01-24 10:56:00 +00:00
renovate[bot] 32d42cbec7 Update dependency core-js to v2.6.3 (https://github.com/woocommerce/woocommerce-blocks/pull/358) 2019-01-22 07:49:15 -05:00
renovate[bot] 71536c0e00 Update dependency clean-webpack-plugin to v1.0.1 (https://github.com/woocommerce/woocommerce-blocks/pull/356) 2019-01-22 07:33:55 -05:00
renovate[bot] 16319d2a07 Update dependency autoprefixer to v9.4.6 (https://github.com/woocommerce/woocommerce-blocks/pull/355) 2019-01-21 10:54:41 -05:00
renovate[bot] 98540efb81 Update dependency webpack to v4.29.0 (https://github.com/woocommerce/woocommerce-blocks/pull/354) 2019-01-21 10:53:26 -05:00
renovate[bot] b2d3ad5e0d Update dependency stylelint to v9.10.1 (https://github.com/woocommerce/woocommerce-blocks/pull/353) 2019-01-21 10:53:03 -05:00
renovate[bot] 903236db84 Update dependency eslint to v5.12.1 (https://github.com/woocommerce/woocommerce-blocks/pull/352) 2019-01-18 17:05:13 -05:00
Kelly Dwan d5802c0467 Update bug report template to include WordPress details 2019-01-18 14:44:11 -05:00
Albert Juhé Lluveras 7b207ad9ce Merge pull request woocommerce/woocommerce-blocks#350 from woocommerce/renovate/npm-6.x
Update npm to v6.6.0
2019-01-18 12:21:09 +01:00
Renovate Bot 0f7eb3df30 Update npm to v6.6.0 2019-01-17 23:00:15 +00:00
Kelly Dwan d0d2bb4f3b Release 1.3.1 (https://github.com/woocommerce/woocommerce-blocks/pull/346)
* Bump the version number

* Add the changelog to the readme

* Add new strings to the PHP file

* Update stable tag
2019-01-17 15:04:22 -05:00
Kelly Dwan 9603e6fbd1 Add Spanish translation files (https://github.com/woocommerce/woocommerce-blocks/pull/344) 2019-01-17 14:49:03 -05:00
Kelly Dwan eee1359cc0 Fix translations, bundle complete JS translation files (https://github.com/woocommerce/woocommerce-blocks/pull/339)
* Update the translation file with strings in new JS files

* Automatically build the translation files when building the JS files

* Reorganize script+style registration so that all files for each block are grouped together

* Bundle the finished translations into the plugin

* Fix untranslated strings

* Remove the edit-blocks dependency from featured product CSS file (https://github.com/woocommerce/woocommerce-blocks/pull/342)
2019-01-17 11:58:53 -05:00
Kelly Dwan 7a67ad3c26 SearchListControl: Use the “radio” role for selecting just one item (https://github.com/woocommerce/woocommerce-blocks/pull/337) 2019-01-17 10:58:41 -05:00
renovate[bot] e45fbb60dd Update dependency eslint-plugin-react to v7.12.4 (https://github.com/woocommerce/woocommerce-blocks/pull/340) 2019-01-17 10:35:57 -05:00
Kelly Dwan 1b4904a19e Update `@wordpress/*` packages (https://github.com/woocommerce/woocommerce-blocks/pull/338) 2019-01-17 10:31:01 -05:00
renovate[bot] 0dfece4fd6 Update dependency @woocommerce/components to v1.4.0 (https://github.com/woocommerce/woocommerce-blocks/pull/333)
* Update dependency @woocommerce/components to v1.4.0

* Fix test snapshots
2019-01-16 18:58:37 -05:00
renovate[bot] 5f31174bdc Update dependency stylelint to v9.10.0 (https://github.com/woocommerce/woocommerce-blocks/pull/332) 2019-01-16 10:39:24 -05:00
Kelly Dwan abd6522fc3 Readme: Add link to dev blog post (https://github.com/woocommerce/woocommerce-blocks/pull/330) 2019-01-15 17:10:59 -05:00
Kelly Dwan afae8db424 Add changelog & version bump to 1.3.0 (https://github.com/woocommerce/woocommerce-blocks/pull/323)
* Add changelog & version bump to 1.3.0-RC

* Update changelog phrasing

* Update name/version in package-lock

* Update readme

* Bump version to 1.3.0
2019-01-15 16:43:18 -05:00
Kelly Dwan ea4996267c Add catOperator to remaining blocks (https://github.com/woocommerce/woocommerce-blocks/pull/328) 2019-01-15 13:52:34 -05:00
Jeff Stieler dfba64e833 Merge pull request woocommerce/woocommerce-blocks#329 from woocommerce/fix/wcsettings-object-collision-wc-admin
Use the wcSettings object from wc-admin if present
2019-01-15 11:27:06 -07:00
Jeff Stieler 71a4c81dd1 Use the wcSettings object from wc-admin if present and update it to more closely match the latest from wc-admin. 2019-01-15 11:21:16 -07:00
Kelly Dwan 6267b32772 Featured Product block: Allow custom background image selecton (https://github.com/woocommerce/woocommerce-blocks/pull/322)
* Add media icon to toolbar, save selected media ID and src as attributes

* Use the selected image instead of the product image, if set

* Unset the selected image when a new product is selected
2019-01-14 17:22:00 -05:00
Kelly Dwan 71b448f8b6 Build: Split out vendor files into separate, shared JS & CSS files (https://github.com/woocommerce/woocommerce-blocks/pull/314)
* Add splitchunks to webpack config to combine node_modules imports into a vendors script

* Move legacy CSS into legacy folder

* Get components css without needing to use relative path

* Add vendors css file
2019-01-14 15:33:17 -05:00
Kelly Dwan 162c55d0cc Hide the legacy products block from the block inserter (https://github.com/woocommerce/woocommerce-blocks/pull/143) 2019-01-14 15:03:12 -05:00