Skip to content

Releases: vtex-apps/admin-pages

v3.6.2

09 May 20:32
Compare
Choose a tag to compare

Added

  • i18n default messages.

v3.6.1

06 May 14:58
Compare
Choose a tag to compare

Fixed

  • Split query to get messages in case there are too many components.

v3.6.0

03 May 15:44
Compare
Choose a tag to compare

Added

  • EditorContainer
    • Add sticky property to tabs at Store Settings menu.

v3.5.2

02 May 22:42
Compare
Choose a tag to compare

Fixed

  • Passing blockId on SaveContent mutation.

v3.5.1

02 May 19:46
Compare
Choose a tag to compare

Removed

  • editbar.global.css
    • Remove styles that changed elements globally: html, body, and .render-provider.

v2.7.1

02 May 15:30
Compare
Choose a tag to compare

Removed

  • editbar.global.css
    • Remove styles that changed elements globally: html, body, and .render-provider.

v3.5.0

29 Apr 01:46
Compare
Choose a tag to compare

Changed

  • Pass blockId to ListContent query.

Removed

  • Remove layout props editions.
  • Disable reorder components.

Fixed

  • Correctly reset content when discarding.

v3.4.2

26 Apr 19:25
Compare
Choose a tag to compare

Changed

  • Refactor code to remove usage of compose from react-apollo as it shouldn't be used with Typescript.

v3.4.1

26 Apr 15:15
Compare
Choose a tag to compare

Fixed

  • __provideRuntime
    • Prevents query from stopping execution by using a try catch block.

Changed

  • PageEditor
    • Spread messages object instead of replacing.

v3.2.1

23 Apr 20:26
Compare
Choose a tag to compare

Changed

  • HighlightOverlay
    • Improve scroll behavior.