Releases: vtex-apps/admin-pages
Releases · vtex-apps/admin-pages
v1.12.4
Fixed
- Sidebar visibility bug on preview mode.
v1.12.3
Fixed
- Attributes name in the svg icon.
v1.10.0
Changed
- Bump Styleguide's version to major 5.
- Replace custom
ModeSwitcher
's tabs with Styleguide's Tabs
.
v1.9.2
Removed
border-top
, margin-top
and padding-top
from ComponentEditor
's first object field.
v1.9.1
Fixed
- Fix
BaseInput
not passing min and max props to Input
component
v1.9.0
Added
- Editor mode switcher.
placeholder
prop to BaseInput
.
v1.8.1
Changed
- Move remaining
object
field logic from FieldTemplate
to ObjectFieldTemplate
.
Fixed
ComponentEditor
's top bar height @ mobile.
ComponentEditor
's Save & Cancel buttons height @ mobile.
Removed
- Description from
object
fields.
v1.8.0
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
's onChange
edge case bug.
v1.7.1
Fixed
- Fix bug of z-index in the EditableExtensionPoint when the treePath has many resources.
v1.7.0
Added
- Dynamic parameter in the translated string via object values.
Changed
- Translate
ui:placeholder
, ui:help
, ui:description
, and ui:title
inside the widget
property of the schema
- Translate
title
, description
and enumNames
properties in component schema.