Releases: vtex-apps/admin-pages
Releases · vtex-apps/admin-pages
v2.2.3
v2.2.2
v2.2.1
v2.2.0
Added
-
Admins
- I18n to loading text.
-
Redirects Admin
- Pagination to redirect list.
- Confirmation modal before deleting a redirect.
- End date to redirect form and list.
- Status to redirect list.
- Sublink to redirect list to admin.
Changed
- Redirects Admin
- Split redirects components into separate routes.
- Make
Modal
more generic and move it tocomponents/
. - Bump Styleguide to 6.x.
Fixed
-
ComponentEditor
- Save button rendering behavior @ new configs.
-
LabelEditor
- Empty value bug.
v2.1.3
v1.13.1
Added
- Textarea widget.
Fixed
- Use
enumNames
in a enum field when it exists, instead of only the name. BaseInput
label being translated withFormattedMessage
.
[1.12.6] - 2018-07-25
Added
- Site scope option when the component being edited is not defined only to the current page.
Fixed
- Incorrect type of the max, min and value attibutes passed to the
Input
.
[1.12.5] - 2018-07-19
Fixed
- Remove
template
andsite
scope conditions.
[1.12.4] - 2018-07-18
Fixed
- Sidebar visibility bug on preview mode.
[1.12.3] - 2018-07-18
Fixed
- Attributes name in the svg icon.
[1.12.2] - 2018-07-17
Fixed
- Fix cancel bug in edit mode.
[1.12.1] - 2018-07-17
Changed
- Accordion behavior on the array fields.
- Animation on accordion items.
[1.10.0] - 2018-6-28
Changed
- Bump Styleguide's version to major 5.
- Replace custom
ModeSwitcher
's tabs with Styleguide'sTabs
.
[1.9.2] - 2018-6-25
Removed
border-top
,margin-top
andpadding-top
fromComponentEditor
's first object field.
[1.9.1] - 2018-6-20
Fixed
- Fix
BaseInput
not passing min and max props toInput
component.
[1.9.0] - 2018-6-18
Added
- Editor mode switcher.
placeholder
prop toBaseInput
.
[1.8.1] - 2018-6-13
Changed
- Move remaining
object
field logic fromFieldTemplate
toObjectFieldTemplate
.
Fixed
ComponentEditor
's top bar height @ mobile.ComponentEditor
's Save & Cancel buttons height @ mobile.
Removed
- Description from
object
fields.
[1.8.0] - 2018-6-12
Added
- Create wrappers for Styleguide components and replace some of RJSF's default widgets with them;
- Create custom
ErrorListTemplate
.
Changed
- Restructure label logic;
- Move
ComponentEditor
's top bar and buttons out of form; - Make
ComponentEditor
's close icon a button; - Refactor
BaseInput
; - Move error messages and handling to widgets.
Fixed
- Fix
ComponentEditor
's internal z-index; - Fix
FieldTemplate
's description logic; - Fix
BaseInput
'sonChange
edge case bug.
[1.7.1] - 2018-6-11
Fixed
- Fix bug of z-index in the EditableExtensionPoint when the treePath has many resources.
[1.7.0] - 2018-6-6
Added
- Dynamic parameter in the translated string via object values.
Changed
- Translate
ui:placeholder
,ui:help
,ui:description
, andui:title
inside thewidget
property of the schema - Translate
title
,description
andenumNames
properties in component schema.
[1.6.0] - 2018-05-24
Added
- Support for deep schema objects
Changed
- Hide the input label when it's a checkbox.
[1.5.1] - 2018-05-03
Fixed
- Avoid setting everything as undefined
- Fix implementation of singleton
ComponentEditor
instance that affected the test environment
[1.5.0] - 2018-05-03
- Added to the
ComponentEditor
support forUiSchema
to be defined with theComponent Schema
[1.4.0] - 2018-04-24
Added
- Added to the
ComponentEditor
support for dynamic component schemas.
Fixed
- Fixed the
ComponentEditor
to save extension