Marketing Activities Changelog
1.8.3 (February 4, 2020)
Added
1.8.2 (January 27, 2020)
Added
- Added
hidden
property to the following components
1.8.1 (January 16, 2020)
Removed
- Removed unsupported
range_start
and range_end
from schedule component.
1.8.0 (October 22, 2019)
Added
Deprecated
- Deprecate
original_src
from the value property for the image selection component. Will not be supported as of May 1, 2020.
1.7.0 (September 18, 2019)
Added
- Added a new errors endpoint for apps to receive notifications if they send an invalid JSON response.
1.6.0 (September 13, 2019)
Deprecated
Migration steps for budget selection
- Rename
use_total_budget
property to use_lifetime_budget
. use_total_budget
will not be supported on September 13, 2020
1.5.0 (September 3, 2019)
Added
- Added new divider component. Dividers are used to group related components into sections. Dividers are added in the Partner Dashboard by hovering between components and providing a section title. It's best practice to group components into sections for longer forms.
1.4.0 (August 27, 2019)
Added
- New
images
property to Product selection
component value
- Opt-in product image selection feature in form builder Product selection
Deprecated
- Deprecate
image_url
property from Product selection
component value
Migration steps for product selection
- Use
images
instead of image_url
received from preview, create
and update endpoints
- Return
images
in the preload response for Product selection value
- Visit the Partner Dashboard to enable product image selection for merchants under
Product selection
component
- Two ways to mitigate for legacy records with
image_url
(image_url
will not be supported on September 1, 2020)
- Migrate records with
image_url
to images
on Product selection
's value property
- In the runtime, converts
image_url
to images
if images
don't exist on preload response of Product selection
's value property
1.3.0 (August 20, 2019)
- Updated the
Image selection
component to allow uploading images to your shop
To learn more about how this component works, refer to Image selection.
1.2.0 (August 12, 2019)
Added
- Added a character counter to
Single line of text
component when max_length
is specified
- Added a character counter to
Multiple lines of text
component
1.1.0 (July 11, 2019)
Added
- New custom preview tabs in form builder. Preview endpoint accepts preview types matching those defined in form builder.
1.0.0 (June 7, 2019)
Added
1.0.0-beta.3 (May 2, 2019)
Deprecated
- Deprecate
use_scheduling
from Budget
component
- Deprecate
use_endDate
from Budget
component
- Deprecate
start_time
from Budget
component
- Deprecate
end_time
from Budget
component
- Deprecate
range_start
from Budget
component
- Deprecate
range_end
from Budget
component
Migration suggestions
- Use
Schedule
component along with Budget
component
1.0.0-beta.2 (April 12, 2019)
Added
- New component property
hidden
Deprecated
- Deprecate
visible
component property
Migration suggestions
- Return
hidden
instead of visible
on preload response
1.0.0-beta (Oct 6, 2018)
Added