Skip to content

Latest commit

 

History

History
145 lines (65 loc) · 6.32 KB

CHANGELOG.md

File metadata and controls

145 lines (65 loc) · 6.32 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.4 (2022-12-06)

Bug Fixes

  • support baseURL for app.config (f875826)

0.3.3 (2022-12-06)

Features

  • app-config: add support for .studio files (#80) (8804f40)

0.3.2 (2022-12-05)

Features

0.3.1 (2022-11-29)

Bug Fixes

  • enable studio only in production (#76) (bc8234c)
  • force nuxt-config-schema for now until part of core (5805047)

0.3.0 (2022-11-29)

⚠ BREAKING CHANGES

  • expose app config (#74)

Features

0.2.7 (2022-11-25)

Bug Fixes

  • components: drop exposed field in meta (#71) (e2570fb)
  • preview: prevent calling refreshNuxtData when preview mode is disabled (#73) (955e2a4)

0.2.6 (2022-11-21)

Features

  • disable preview mode is query exists and its falsy (#68) (8611eea)
  • preview: send events through message to studio (#65) (4c7d8d1)

Bug Fixes

  • preview: change loading background in dark mode (#64) (6397d6b)

0.2.5 (2022-11-18)

Bug Fixes

0.2.4 (2022-11-18)

Bug Fixes

  • preview: send token from params for sync (#66) (c985aa3)

0.2.3 (2022-11-16)

Features

0.2.2 (2022-11-10)

Bug Fixes

  • missing useRuntimeConfig import (dcf7d30)

0.2.1 (2022-11-10)

Bug Fixes

0.2.0 (2022-11-10)

⚠ BREAKING CHANGES

  • Rename to /__studio and expose modules meta (#60)

Features

  • Rename to /__studio and expose modules meta (#60) (fbb3147)

0.1.5 (2022-11-09)

Bug Fixes

  • handle missing content in drafts (#58) (50f88d7)

0.1.4 (2022-11-03)

Features

  • add /_studio_enabled.json route (2e24f0a), closes #56

0.1.3 (2022-11-03)

Features

  • support STUDIO_API as env variable (14a333a)

0.1.2 (2022-11-03)

Bug Fixes

0.1.1 (2022-11-03)

Bug Fixes

  • add z-index and padding for preview bar (aaa2b72)