Skip to content

v1.13.1

Compare
Choose a tag to compare
@brunojdo brunojdo released this 25 Jul 14:28
· 2249 commits to master since this release

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