woocommerce/packages/js/components/changelog
Fernando Marichal 98162b9d42
Images Product management MVP 1.0 (#34769)
* Add image section

# Conflicts:
#	plugins/woocommerce-admin/client/products/add-product-page.tsx

* Add `keepSpaceWhenDragging` to sortable

# Conflicts:
#	packages/js/components/src/sortable/sortable-item.tsx
#	packages/js/components/src/sortable/sortable.tsx

# Conflicts:
#	packages/js/components/src/sortable/sortable.tsx

* Export ImageGalleryItem

* Add props to `image-gallery`

# Conflicts:
#	packages/js/components/src/image-gallery/image-gallery-item.tsx
#	packages/js/components/src/image-gallery/image-gallery.tsx

* Changed `media-uploader` label

* Add changelogs

* Fix image-gallery and sortable components

# Conflicts:
#	packages/js/components/src/sortable/sortable-item.tsx
#	packages/js/components/src/sortable/sortable.tsx

# Conflicts:
#	packages/js/components/src/image-gallery/image-gallery.tsx
#	packages/js/components/src/sortable/sortable.tsx

* Set gallery min-height

* Add onOrderChange

* Show images section edit-product

# Conflicts:
#	plugins/woocommerce-admin/client/products/edit-product-page.tsx

# Conflicts:
#	plugins/woocommerce-admin/client/products/edit-product-page.tsx

# Conflicts:
#	plugins/woocommerce-admin/client/products/edit-product-page.tsx

* Fix styles

* Fix styles

* Fix image alt

* Fix TS any

* Add prop `onDragOver`

# Conflicts:
#	packages/js/components/src/image-gallery/image-gallery.tsx

* Fix styles

* Fix padding

* Fix image area min-height

* Fix subtitle copy

* Fix image margin

* Change `draggedImageId`

* Fix `setDraggedImageId` reset

* Rename `isRemoveZoneVisible`

* Add `CardBody` and remove redundant `setValue`

* Fix card styles

* Remove `getUniqueImages`

* Use url as a key when there is no image id

* Fix `orderedImages`

* Add hover to gallery images

* Fix gallery arrows and set cover problems

* Altering blur handler to prevent toolbar closure on media modal

* Fix toolbar drag and drop

* Add replace fn

* Restoring modal class for blur function

* Fix storybook

* Ensuring onBlur doesn't happen while dragging, resolving issue in Firefox

* Adding expected event object to drag callbacks

* Fix image size

* Fix lint

* Another fix lint

* Update plugins/woocommerce-admin/client/products/sections/images-section.tsx

Co-authored-by: Joshua T Flowers <joshuatf@gmail.com>

* Fix `draggedImageId` default value

* Fix toolbar icon style

* Rename consts

* Update pnpm-lock.yaml

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
Co-authored-by: Joel <dygerati@gmail.com>
Co-authored-by: Joshua T Flowers <joshuatf@gmail.com>
2022-10-12 15:16:22 -03:00
..
.gitkeep changelog 2022-04-28 10:00:29 +12:00
add-28_product_details Add product name and checkboxes for Product details (#34214) 2022-08-12 10:47:54 -03:00
add-29_product_link_slug Add product link field (#34313) 2022-08-19 12:05:13 -03:00
add-30_list_price_field Add Pricing section (#34382) 2022-08-30 10:26:24 -03:00
add-39_image_section_details Images Product management MVP 1.0 (#34769) 2022-10-12 15:16:22 -03:00
add-34333_attribute_list Add/34333 attribute list (#34841) 2022-10-05 13:04:20 -03:00
add-34437-gallery-toolbar Adding toolbar to the Image Gallery component (#34871) 2022-10-05 12:07:03 -07:00
add-34657-add-new-shipping-class Add new shipping class modal to a shipping class section in product page (#34937) 2022-10-11 12:00:35 -03:00
add-component-datetime-picker Adding DateTimePicker component (#34293) 2022-08-23 15:19:46 -07:00
add-draggable-list Add SortableList component (#34237) 2022-08-12 11:45:26 -07:00
add-form_input_name_dot_notation Load size units to show them as a suffix of shipping dimensions fields (#34856) 2022-09-29 14:54:04 -03:00
add-image-gallery Add image gallery component (#34435) 2022-09-06 12:46:32 -07:00
add-media-uploader Add Media Uploader component (#34181) 2022-08-12 12:58:25 -07:00
add-product_schedule_sale Add FormContext().setValues() support (#34617) 2022-09-27 19:06:53 -04:00
add-section-component Add FormSection component (#34348) 2022-08-18 10:36:43 -07:00
add-sortable-accessibility Add Sortable component accessibility (#34539) 2022-09-22 12:08:26 -07:00
add-split-dropdown-component Add SplitDropdown component (#34180) 2022-08-12 12:47:39 -05:00
dev-bump-pnpm-version-restraint Update pnpm once again to fix issues with auto-install-peers (#35007) 2022-10-10 16:59:51 +13:00
dev-fix-admin-tests-pnpm7 Update dependencies and jest config to pass admin tests for pnpm 7 (#34428) 2022-08-31 12:06:51 +08:00
dev-fix-pnpm-version-engines Fix pnpm version to 7.11.0 in engines and in CI (#34773) 2022-09-27 11:30:52 +13:00
fix-34112 Use syncpack to verify consistent versions for react and react-dom (#34397) 2022-08-24 10:15:22 -05:00
fix-34584_form_onchange_callback Fix form onchange callback (#34614) 2022-09-08 16:24:39 -03:00
fix-date-time-picker-control-debounce Make DateTimePickerControl debounce handling more robust (#34963) 2022-10-11 17:22:52 -04:00
fix-date-time-picker-control-initial-setting Fix DateTimePickerControl initial setting of input field (#34980) 2022-10-11 14:55:08 -04:00
fix-enriched-label-storybook Fix EnrichedLabel Storybook styles (#34736) 2022-09-21 22:03:01 -04:00
fix-export-stepper-props Add: mobile app welcome modal and magic link (#34637) 2022-09-15 11:58:47 +08:00
fix-plugin-installer-ts Update plugins installer component to TS, Fix TS bugs and Syncpack TypeScript (#34787) 2022-09-30 10:59:07 +13:00
fix-revert_on_change_third_param_update Revert a condition change on third param in onChange prop (#34626) 2022-09-09 09:57:56 -03:00
fix-select-control-extensibility Improve experimental select control accessibility (#34510) 2022-09-20 14:29:27 -07:00
fix-select-control-selection Fix initially selected items in SelectControl component (#34794) 2022-10-04 17:03:37 -07:00
remove-split-dropdown Remove unfinished and unused SplitDropdown component (#34806) 2022-10-03 14:23:57 -04:00
try-downshift Add SearchControl component (#34159) 2022-08-18 10:36:20 -07:00
update-64-tag-styling Update tag component styling (#34457) 2022-08-30 07:45:50 -07:00
update-date-time-picker-control DateTimePickerControl updates (#34656) 2022-09-29 11:13:31 -04:00
update-date-time-picker-control-onchange Update DateTimePickerControl's onChange signature (TypeScript) (#34561) 2022-09-02 15:46:27 -04:00
update-experimental_select_control Update/experimental select control (#34620) 2022-10-06 11:40:41 -03:00
update-jest-merge Update/unify jest@27 across all packages (#34322) 2022-09-06 09:29:45 -05:00
update-select-control-input-placement Update text input placement in SelectControl (#34788) 2022-10-05 12:08:10 -07:00
update-select-control-tag-location Allow external tags in SelectControl component (#34823) 2022-10-05 13:29:30 -07:00
upgrade-pnpm-7 Upgrade to pnpm 7 (#34661) 2022-09-16 09:21:42 +12:00