Skip to content

Releases: vtex-apps/admin-pages

v2.2.3

11 Sep 14:55
Compare
Choose a tag to compare

Added

  • Redirects Admin
    • Periods to empty state i18n texts.

Fixed

  • Redirects Admin
    • Apollo cache/fetch logic.

Removed

  • Redirects Admin
    • Some console.logs.
    • Loading from remove button outside of modal.

v2.2.2

05 Sep 21:23
Compare
Choose a tag to compare

Fixed

  • Deep uiSchema now gets array items.

v2.2.1

11 Sep 14:55
Compare
Choose a tag to compare

Changed

  • Redirects Admin
    • Hide Pagination @ empty state.

Fixed

  • Redirects Admin
    • Pagination to edge case.

v2.2.0

11 Sep 14:56
Compare
Choose a tag to compare

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 to components/.
    • Bump Styleguide to 6.x.

Fixed

  • ComponentEditor

    • Save button rendering behavior @ new configs.
  • LabelEditor

    • Empty value bug.

v2.1.3

28 Aug 18:06
Compare
Choose a tag to compare

Fixed

  • Array of Array rendering.

v1.13.1

25 Jul 14:28
Compare
Choose a tag to compare

Added

  • Textarea widget.

Fixed

  • Use enumNames in a enum field when it exists, instead of only the name.
  • BaseInput label being translated with FormattedMessage.

[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 and site 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's Tabs.

[1.9.2] - 2018-6-25

Removed

  • border-top, margin-top and padding-top from ComponentEditor's first object field.

[1.9.1] - 2018-6-20

Fixed

  • Fix BaseInput not passing min and max props to Input component.

[1.9.0] - 2018-6-18

Added

  • Editor mode switcher.
  • placeholder prop to BaseInput.

[1.8.1] - 2018-6-13

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.

[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's onChange 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, and ui:title inside the widget property of the schema
  • Translate title, description and enumNames 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 for UiSchema to be defined with the Component Schema

[1.4.0] - 2018-04-24

Added

  • Added to the ComponentEditor support for dynamic component schemas.

Fixed

  • Fixed the ComponentEditor to save extension

v1.12.6

25 Jul 14:13
Compare
Choose a tag to compare

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.

v1.12.4

19 Jul 12:17
Compare
Choose a tag to compare

Fixed

  • Sidebar visibility bug on preview mode.

v1.12.3

18 Jul 11:55
Compare
Choose a tag to compare

Fixed

  • Attributes name in the svg icon.

v1.10.0

28 Jun 17:10
Compare
Choose a tag to compare

Changed

  • Bump Styleguide's version to major 5.
  • Replace custom ModeSwitcher's tabs with Styleguide's Tabs.