# @scalar/oas-utils

## 0.17.3

## 0.17.2

## 0.17.1

## 0.17.0

### Minor Changes

- [#9211](https://github.com/scalar/scalar/pull/9211): feat: UID-based workspaces and local-team migration

  IndexedDB v2 migrates existing data into the new shape, collapses all workspaces into the local team (aligned with a single team workspace on the client for now), resolves slug collisions deterministically, re-keys chunk stores by workspaceUid, and strips x-scalar-tabs and x-scalar-active-tab from meta chunks so routing does not follow stale paths after migration or slug changes.

- [#9211](https://github.com/scalar/scalar/pull/9211): feat: make `WorkspaceDocument` an union of OpenApiDocument and AsyncApiDocument

### Patch Changes

- [#9211](https://github.com/scalar/scalar/pull/9211): refactor(oas-utils): drop local `migrations/semver` and use `isVersionLessThan` from `@scalar/helpers` in the workspace migrator. The previous `semverLessThan` export is removed from `@scalar/oas-utils/migrations`; import from `@scalar/helpers/general/compare-versions` instead.
- [#9211](https://github.com/scalar/scalar/pull/9211): feat: add more analytics events

## 0.16.0

### Minor Changes

- [#9195](https://github.com/scalar/scalar/pull/9195): feat: UID-based workspaces and local-team migration

  IndexedDB v2 migrates existing data into the new shape, collapses all workspaces into the local team (aligned with a single team workspace on the client for now), resolves slug collisions deterministically, re-keys chunk stores by workspaceUid, and strips x-scalar-tabs and x-scalar-active-tab from meta chunks so routing does not follow stale paths after migration or slug changes.

- [#9018](https://github.com/scalar/scalar/pull/9018): feat: make `WorkspaceDocument` an union of OpenApiDocument and AsyncApiDocument

### Patch Changes

- [#9063](https://github.com/scalar/scalar/pull/9063): refactor(oas-utils): drop local `migrations/semver` and use `isVersionLessThan` from `@scalar/helpers` in the workspace migrator. The previous `semverLessThan` export is removed from `@scalar/oas-utils/migrations`; import from `@scalar/helpers/general/compare-versions` instead.
- [#9125](https://github.com/scalar/scalar/pull/9125): feat: add more analytics events

## 0.15.3

## 0.15.2

## 0.15.1

### Patch Changes

- [#9023](https://github.com/scalar/scalar/pull/9023): chore: use homemade slugger

## 0.15.0

### Minor Changes

- [#9045](https://github.com/scalar/scalar/pull/9045): chore: migrate api-client from namespaces to teamSlug and convert team workspaces

## 0.14.0

### Minor Changes

- [#8986](https://github.com/scalar/scalar/pull/8986): chore: migrate api-client from namespaces to teamSlug and convert team workspaces

## 0.13.4

## 0.13.3

## 0.13.2

## 0.13.1

## 0.13.0

### Minor Changes

- [#8865](https://github.com/scalar/scalar/pull/8865): feat: add plugin support for custom response body content types

### Patch Changes

- [#8810](https://github.com/scalar/scalar/pull/8810): refactor: move telemetry to an optional plugin

## 0.12.0

### Minor Changes

- [#8863](https://github.com/scalar/scalar/pull/8863): chore: updated imports to new api client version

### Patch Changes

- [#8825](https://github.com/scalar/scalar/pull/8825): chore: moving files around in preparation for the big deletion of client v1
- [#8850](https://github.com/scalar/scalar/pull/8850): chore: remove entities, zod and the parser from oas-utils

## 0.11.1

## 0.11.0

### Minor Changes

- [#8695](https://github.com/scalar/scalar/pull/8695): feat: suport pre/post request scripts

## 0.10.16

## 0.10.15

## 0.10.14

## 0.10.13

## 0.10.12

### Patch Changes

- [#8578](https://github.com/scalar/scalar/pull/8578): fix: correctly add openapi-parser as a dependency

## 0.10.11

## 0.10.10

## 0.10.9

### Patch Changes

- [#8466](https://github.com/scalar/scalar/pull/8466): chore: new build pipeline

## 0.10.8

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.40.2**
  - [#8468](https://github.com/scalar/scalar/pull/8468): fix: ignore response examples when generating navigation

## 0.10.7

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.40.1**
  - [#8424](https://github.com/scalar/scalar/pull/8424): feat: export XScalarCredentialsLocation
  - [#8445](https://github.com/scalar/scalar/pull/8445): fix: generate unique id for models

## 0.10.6

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.40.0**
  - [#8426](https://github.com/scalar/scalar/pull/8426): feat: interact with the original and intermediate documents

## 0.10.5

### Patch Changes

#### Updated Dependencies

- **@scalar/helpers@0.4.1**
  - [#8420](https://github.com/scalar/scalar/pull/8420): fix TypeScript access to navigator.userAgentData in isMacOS without ts-expect-error

- **@scalar/json-magic@0.12.3**

- **@scalar/object-utils@1.3.2**

- **@scalar/types@0.7.3**

- **@scalar/workspace-store@0.39.2**

## 0.10.4

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.39.1**
  - [#8393](https://github.com/scalar/scalar/pull/8393): fix: correctly update active tab on tab close event
  - [#8403](https://github.com/scalar/scalar/pull/8403): Persist auth url and token url in local storage

## 0.10.3

### Patch Changes

- [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties

#### Updated Dependencies

- **@scalar/workspace-store@0.39.0**
  - [#8372](https://github.com/scalar/scalar/pull/8372): fix: avoid inlining $ref path parameters during path parameter sync
  - [#8349](https://github.com/scalar/scalar/pull/8349): feat: support operation example rename
  - [#8336](https://github.com/scalar/scalar/pull/8336): fix: sidebar title update and detect delete operaitons for proxy
  - [#8253](https://github.com/scalar/scalar/pull/8253): feat(api-reference): support propertyNames enum for additionalProperties

- **@scalar/helpers@0.4.0**
  - [#8336](https://github.com/scalar/scalar/pull/8336): feat: support flushing any pending operations

- **@scalar/json-magic@0.12.2**

- **@scalar/object-utils@1.3.1**

- **@scalar/types@0.7.2**

## 0.10.2

### Patch Changes

#### Updated Dependencies

- **@scalar/types@0.7.1**
  - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support

- **@scalar/workspace-store@0.38.1**

## 0.10.1

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.38.0**
  - [#8347](https://github.com/scalar/scalar/pull/8347): chore: export server workspace type
  - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store

- **@scalar/json-magic@0.12.1**
  - [#8357](https://github.com/scalar/scalar/pull/8357): chore: improve performance and memory usage of bundler

## 0.10.0

### Minor Changes

- [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.37.0**
  - [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers

## 0.9.0

### Minor Changes

- [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.36.0**
  - [#8340](https://github.com/scalar/scalar/pull/8340): feat: support navigation options on server store
  - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)
  - [#8340](https://github.com/scalar/scalar/pull/8340): chore: disable perf logs by default

- **@scalar/openapi-types@0.6.0**
  - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)

- **@scalar/object-utils@1.3.0**
  - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)

- **@scalar/json-magic@0.12.0**
  - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)

- **@scalar/helpers@0.3.0**
  - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)

- **@scalar/themes@0.15.0**
  - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)

- **@scalar/types@0.7.0**
  - [#8322](https://github.com/scalar/scalar/pull/8322): chore: bump required node version to >=22 (LTS)

## 0.8.3

### Patch Changes

- [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces

#### Updated Dependencies

- **@scalar/openapi-types@0.5.4**
  - [#8275](https://github.com/scalar/scalar/pull/8275): fix(openapi-types): make the `$ref` property in the `ReferenceObject` type required

- **@scalar/json-magic@0.11.7**
  - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces

- **@scalar/helpers@0.2.18**
  - [#8314](https://github.com/scalar/scalar/pull/8314): chore: limit concurrent operations while migrating workspaces

- **@scalar/workspace-store@0.35.3**

- **@scalar/object-utils@1.2.32**

- **@scalar/types@0.6.10**

## 0.8.2

### Patch Changes

#### Updated Dependencies

- **@scalar/themes@0.14.3**
  - [#8315](https://github.com/scalar/scalar/pull/8315): feat(theme): standardize tailwind line height behavior

## 0.8.1

### Patch Changes

- [#8310](https://github.com/scalar/scalar/pull/8310): fix: correctly handle circular documents during the migration to indexdb

#### Updated Dependencies

- **@scalar/workspace-store@0.35.2**
  - [#8310](https://github.com/scalar/scalar/pull/8310): refactor: move helpers to the helpers package to share primitive helpers
  - [#8294](https://github.com/scalar/scalar/pull/8294): default createAnySecurityScheme to false and fix index clamp issue
  - [#8287](https://github.com/scalar/scalar/pull/8287): consider path-level parameters in syncPathParameters instead of creating bare synthetic ones

- **@scalar/helpers@0.2.17**
  - [#8310](https://github.com/scalar/scalar/pull/8310): refactor: move helpers to the helpers package to share primitive helpers

- **@scalar/json-magic@0.11.6**
  - [#8310](https://github.com/scalar/scalar/pull/8310): fix: properly parse json pointers

- **@scalar/object-utils@1.2.31**

- **@scalar/types@0.6.9**

## 0.8.0

### Minor Changes

- [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps

### Patch Changes

#### Updated Dependencies

- **@scalar/themes@0.14.2**
  - [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps

- **@scalar/workspace-store@0.35.1**
  - [#8290](https://github.com/scalar/scalar/pull/8290): chore: update deps

## 0.7.0

### Minor Changes

- [#8234](https://github.com/scalar/scalar/pull/8234): support operation level authentication and servers

### Patch Changes

#### Updated Dependencies

- **@scalar/themes@0.14.1**
  - [#8276](https://github.com/scalar/scalar/pull/8276): feat(components): standardize form inputs to have a height of 40px

- **@scalar/workspace-store@0.35.0**
  - [#8234](https://github.com/scalar/scalar/pull/8234): support operation level authentication and servers

## 0.6.48

### Patch Changes

#### Updated Dependencies

- **@scalar/types@0.6.8**
  - [#8274](https://github.com/scalar/scalar/pull/8274): feat(agent): add config to hide search api

- **@scalar/workspace-store@0.34.4**

## 0.6.47

### Patch Changes

- [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
- [#8248](https://github.com/scalar/scalar/pull/8248): fix: remove unnecessary property truncation in example generation
- [#8248](https://github.com/scalar/scalar/pull/8248): chore: map themeId to slug and add default operation to drafts

#### Updated Dependencies

- **@scalar/workspace-store@0.34.3**
  - [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script
  - [#8248](https://github.com/scalar/scalar/pull/8248): feat: nest description headings in the sidebar
  - [#8248](https://github.com/scalar/scalar/pull/8248): chore: map themeId to slug and add default operation to drafts

- **@scalar/helpers@0.2.16**
  - [#8248](https://github.com/scalar/scalar/pull/8248): fix: local storage migration script

- **@scalar/json-magic@0.11.5**

- **@scalar/object-utils@1.2.30**

- **@scalar/types@0.6.7**

## 0.6.46

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.34.2**
  - [#8219](https://github.com/scalar/scalar/pull/8219): chore: default to proxy for web layout

## 0.6.45

### Patch Changes

- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump

#### Updated Dependencies

- **@scalar/helpers@0.2.15**
  - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump

- **@scalar/json-magic@0.11.4**
  - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump

- **@scalar/types@0.6.6**
  - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump

- **@scalar/workspace-store@0.34.1**
  - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump

- **@scalar/object-utils@1.2.29**

## 0.6.44

### Patch Changes

- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump

#### Updated Dependencies

- **@scalar/workspace-store@0.34.0**
  - [#8198](https://github.com/scalar/scalar/pull/8198): feat: handle workspace rename
  - [#8208](https://github.com/scalar/scalar/pull/8208): fix: unpack proxy before assigning
  - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump

- **@scalar/helpers@0.2.14**
  - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump

- **@scalar/json-magic@0.11.3**
  - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump

- **@scalar/types@0.6.5**
  - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump

- **@scalar/object-utils@1.2.28**

## 0.6.43

### Patch Changes

- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb

#### Updated Dependencies

- **@scalar/workspace-store@0.33.0**
  - [#8162](https://github.com/scalar/scalar/pull/8162): feat: allow editing tags
  - [#8151](https://github.com/scalar/scalar/pull/8151): fix: resolve external references on windows
  - [#8191](https://github.com/scalar/scalar/pull/8191): chore: rename create document command
  - [#8199](https://github.com/scalar/scalar/pull/8199): feat: create draft example
  - [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
  - [#8160](https://github.com/scalar/scalar/pull/8160): fix: update sidebar entry when the operation summary changes
  - [#8133](https://github.com/scalar/scalar/pull/8133): fix: allow editing content-type query parameters in the API client

- **@scalar/json-magic@0.11.2**
  - [#8151](https://github.com/scalar/scalar/pull/8151): fix: resolve external references on windows

- **@scalar/helpers@0.2.13**
  - [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb

- **@scalar/types@0.6.4**
  - [#8174](https://github.com/scalar/scalar/pull/8174): feat: add `createAnySecurityScheme` config option to control generic auth scheme creation

- **@scalar/object-utils@1.2.27**

## 0.6.42

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.32.1**
  - [#8159](https://github.com/scalar/scalar/pull/8159): fix: do not mutate document after ingress
  - [#8178](https://github.com/scalar/scalar/pull/8178): chore: package bump due to ci failure

- **@scalar/helpers@0.2.12**
  - [#8178](https://github.com/scalar/scalar/pull/8178): chore: package bump due to ci failure

- **@scalar/json-magic@0.11.1**

- **@scalar/object-utils@1.2.26**

- **@scalar/types@0.6.3**

## 0.6.41

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.32.0**
  - [#8135](https://github.com/scalar/scalar/pull/8135): feat: added support for OpenID Connect Discovery
  - [#8152](https://github.com/scalar/scalar/pull/8152): feat: support custom themes

## 0.6.40

### Patch Changes

- [#8121](https://github.com/scalar/scalar/pull/8121): chore: moved client plugin types to oas-utils so they can be shared

#### Updated Dependencies

- **@scalar/workspace-store@0.31.2**
  - [#8120](https://github.com/scalar/scalar/pull/8120): refactor: make navigation router-agnostic
  - [#8121](https://github.com/scalar/scalar/pull/8121): feat: added post response scripts/testing to api client v2

## 0.6.39

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.31.1**
  - [#8114](https://github.com/scalar/scalar/pull/8114): feat(workspace-store): sync path variables on ingress
  - [#8094](https://github.com/scalar/scalar/pull/8094): feat: open client to the correct example name

## 0.6.38

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.31.0**
  - [#8095](https://github.com/scalar/scalar/pull/8095): feat: support loading files into the store
  - [#8096](https://github.com/scalar/scalar/pull/8096): feat: store relative urls/paths against base under the url mappings

- **@scalar/json-magic@0.11.0**
  - [#8095](https://github.com/scalar/scalar/pull/8095): feat: support loading files into the store
  - [#8096](https://github.com/scalar/scalar/pull/8096): feat: store relative urls/paths against base under the url mappings

## 0.6.37

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.30.0**
  - [#8077](https://github.com/scalar/scalar/pull/8077): feat: support team workspaces

## 0.6.36

### Patch Changes

- [#8037](https://github.com/scalar/scalar/pull/8037): Improve error message when running oas-utils tests while test-servers are not running

#### Updated Dependencies

- **@scalar/json-magic@0.10.0**
  - [#8052](https://github.com/scalar/scalar/pull/8052): feat: allow custom LoaderPlugin plugins in dereference

- **@scalar/workspace-store@0.29.0**
  - [#8061](https://github.com/scalar/scalar/pull/8061): fix: do not throw when try to update a non existent document metadata
  - [#8045](https://github.com/scalar/scalar/pull/8045): feat: manage active environments

## 0.6.35

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.28.4**
  - [#8047](https://github.com/scalar/scalar/pull/8047): fix: unpack proxy when update an environment

## 0.6.34

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.28.3**
  - [#8035](https://github.com/scalar/scalar/pull/8035): fix: correctly resolve and validate refs
  - [#8034](https://github.com/scalar/scalar/pull/8034): fix: allow setting servers which dont exist in the document (from the config)

## 0.6.33

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.28.2**
  - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store

- **@scalar/helpers@0.2.11**
  - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store

- **@scalar/json-magic@0.9.6**

- **@scalar/object-utils@1.2.25**

- **@scalar/types@0.6.2**

## 0.6.32

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.28.1**
  - [#7823](https://github.com/scalar/scalar/pull/7823): chore: update workspace schema index to support teamUid queries and local

## 0.6.31

### Patch Changes

#### Updated Dependencies

- **@scalar/types@0.6.1**
  - [#8000](https://github.com/scalar/scalar/pull/8000): fix(agent): change enabled flag to disabled
  - [#7995](https://github.com/scalar/scalar/pull/7995): feat: enable/disable agent scalar

- **@scalar/workspace-store@0.28.0**
  - [#7970](https://github.com/scalar/scalar/pull/7970): feat: update sidebar when docuemnt title changes
  - [#7988](https://github.com/scalar/scalar/pull/7988): feat: restore old client search
  - [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers

- **@scalar/json-magic@0.9.5**
  - [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers

- **@scalar/helpers@0.2.10**
  - [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers

- **@scalar/object-utils@1.2.24**

## 0.6.30

### Patch Changes

#### Updated Dependencies

- **@scalar/themes@0.14.0**
  - [#7959](https://github.com/scalar/scalar/pull/7959): feat(agent): add agent scalar to localhost

- **@scalar/types@0.6.0**
  - [#7959](https://github.com/scalar/scalar/pull/7959): feat(agent): add agent scalar to localhost

- **@scalar/workspace-store@0.27.2**

## 0.6.29

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.27.1**
  - [#7926](https://github.com/scalar/scalar/pull/7926): Make V2 command palette extensible and improve types

## 0.6.28

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.27.0**
  - [#7906](https://github.com/scalar/scalar/pull/7906): feat: remove parsing from codeinput and move to getExample
  - [#7905](https://github.com/scalar/scalar/pull/7905): feat: support loading files on the store

- **@scalar/json-magic@0.9.4**
  - [#7922](https://github.com/scalar/scalar/pull/7922): fix: resolve $ref entries inside arrays (e.g. oneOf, allOf) in prefixInternalRefRecursive

## 0.6.27

### Patch Changes

- [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy

#### Updated Dependencies

- **@scalar/helpers@0.2.9**
  - [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy

- **@scalar/workspace-store@0.26.2**
  - [#7894](https://github.com/scalar/scalar/pull/7894): fix: the import and export of redirect to proxy

- **@scalar/json-magic@0.9.3**

- **@scalar/object-utils@1.2.23**

- **@scalar/types@0.5.10**

## 0.6.26

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.26.1**
  - [#7888](https://github.com/scalar/scalar/pull/7888): fix: more robust parameter upsert and deletion

## 0.6.25

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.26.0**
  - [#7866](https://github.com/scalar/scalar/pull/7866): feat: history per operation support
  - [#7886](https://github.com/scalar/scalar/pull/7886): fix: unpack proxy when we pop history items

- **@scalar/types@0.5.9**
  - [#7866](https://github.com/scalar/scalar/pull/7866): chore: expose har types

## 0.6.24

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.25.3**
  - [#7850](https://github.com/scalar/scalar/pull/7850): fix: remove unused workspace config
  - [#7868](https://github.com/scalar/scalar/pull/7868): fix: updating path with a variable in it

## 0.6.23

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.25.2**

## 0.6.22

### Patch Changes

- [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example

#### Updated Dependencies

- **@scalar/workspace-store@0.25.1**
  - [#7828](https://github.com/scalar/scalar/pull/7828): fix: switch to upsert params due to race condition

## 0.6.21

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.25.0**
  - [#7786](https://github.com/scalar/scalar/pull/7786): chore: refactor mutators in workspace store
  - [#7753](https://github.com/scalar/scalar/pull/7753): feat: default headers and global cookies
  - [#7763](https://github.com/scalar/scalar/pull/7763): fix: normalize securitySchemes 'scheme'

- **@scalar/json-magic@0.9.2**
  - [#7763](https://github.com/scalar/scalar/pull/7763): fix: correctly execute onAfterNodeProcess for ref nodes

## 0.6.20

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.24.10**
  - [#7774](https://github.com/scalar/scalar/pull/7774): Adds exports to V2 client.

## 0.6.19

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.24.9**
  - [#7751](https://github.com/scalar/scalar/pull/7751): fix: auth persistence

- **@scalar/helpers@0.2.8**
  - [#7751](https://github.com/scalar/scalar/pull/7751): fix: auth persistence

- **@scalar/json-magic@0.9.1**

- **@scalar/object-utils@1.2.22**

- **@scalar/types@0.5.8**

## 0.6.18

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.24.8**
  - [#7728](https://github.com/scalar/scalar/pull/7728): fix: formBody handling in api client

## 0.6.17

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.24.7**
  - [#7745](https://github.com/scalar/scalar/pull/7745): fix: add nested array support to references

## 0.6.16

### Patch Changes

#### Updated Dependencies

- **@scalar/helpers@0.2.7**
  - [#7720](https://github.com/scalar/scalar/pull/7720): feat: escape XML in json2xml

- **@scalar/json-magic@0.9.0**
  - [#7701](https://github.com/scalar/scalar/pull/7701): Made bundle external document extensions configurable

- **@scalar/object-utils@1.2.21**

- **@scalar/types@0.5.7**

- **@scalar/workspace-store@0.24.6**

## 0.6.15

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.24.5**
  - [#7699](https://github.com/scalar/scalar/pull/7699): feat: added ui for oauth2 credentials location

## 0.6.14

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.24.4**
  - [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation

- **@scalar/helpers@0.2.6**
  - [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation

- **@scalar/types@0.5.6**
  - [#7661](https://github.com/scalar/scalar/pull/7661): fix: all issues for client modal v2 preparation

- **@scalar/json-magic@0.8.10**

- **@scalar/object-utils@1.2.20**

## 0.6.13

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.24.3**
  - [#7605](https://github.com/scalar/scalar/pull/7605): fix: all issues for client modal v2 preparation

- **@scalar/helpers@0.2.5**
  - [#7605](https://github.com/scalar/scalar/pull/7605): fix: all issues for client modal v2 preparation

- **@scalar/types@0.5.5**
  - [#7605](https://github.com/scalar/scalar/pull/7605): fix: all issues for client modal v2 preparation

- **@scalar/json-magic@0.8.9**

- **@scalar/object-utils@1.2.19**

## 0.6.12

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.24.2**
  - [#7643](https://github.com/scalar/scalar/pull/7643): chore: update typebox

## 0.6.11

### Patch Changes

- [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job

#### Updated Dependencies

- **@scalar/workspace-store@0.24.1**
  - [#7580](https://github.com/scalar/scalar/pull/7580): feat: added default auth on client v2
  - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
  - [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
  - [#7568](https://github.com/scalar/scalar/pull/7568): fix: object merge replacing arrays

- **@scalar/helpers@0.2.4**
  - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
  - [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2

- **@scalar/json-magic@0.8.8**
  - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job

- **@scalar/object-utils@1.2.18**
  - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job

- **@scalar/types@0.5.4**
  - [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2

## 0.6.10

### Patch Changes

#### Updated Dependencies

- **@scalar/workspace-store@0.24.0**
  - [#7564](https://github.com/scalar/scalar/pull/7564): feat: restore cursor position after path/method update
  - [#7530](https://github.com/scalar/scalar/pull/7530): fix: handle operation level servers when adding a new operation
  - [#7559](https://github.com/scalar/scalar/pull/7559): feat: set the content-type header when switching body content-type
  - [#7549](https://github.com/scalar/scalar/pull/7549): feat: send request animation
  - [#7575](https://github.com/scalar/scalar/pull/7575): feat: add support for object examples + hide body when empty

- **@scalar/helpers@0.2.3**
  - [#7575](https://github.com/scalar/scalar/pull/7575): feat: add support for object examples + hide body when empty

- **@scalar/json-magic@0.8.7**

- **@scalar/object-utils@1.2.17**

## 0.6.9

### Patch Changes

- Updated dependencies [[`099237a`](https://github.com/scalar/scalar/commit/099237ad9cba4d29dcc5e742e39c3e42429a5817), [`bb52d9a`](https://github.com/scalar/scalar/commit/bb52d9a21e53628270bab93c0f03b5731c9c97c6)]:
  - @scalar/workspace-store@0.23.1
  - @scalar/types@0.5.3
  - @scalar/helpers@0.2.2
  - @scalar/json-magic@0.8.6
  - @scalar/object-utils@1.2.16
  - @scalar/openapi-types@0.5.3
  - @scalar/themes@0.13.26

## 0.6.8

### Patch Changes

- Updated dependencies [[`f7c24e4`](https://github.com/scalar/scalar/commit/f7c24e4995580649dbc3cb87007a683f5dd91f7c), [`4ac6227`](https://github.com/scalar/scalar/commit/4ac62278d4205c34a1a302b756ef3632185876cf), [`10318b6`](https://github.com/scalar/scalar/commit/10318b6a59df49905225bdbd9e19044521cd4581), [`3f797b6`](https://github.com/scalar/scalar/commit/3f797b67489e07c4f3bf34a39b2175ed2d6f1465)]:
  - @scalar/workspace-store@0.23.0
  - @scalar/helpers@0.2.2
  - @scalar/themes@0.13.26
  - @scalar/json-magic@0.8.6
  - @scalar/object-utils@1.2.16

## 0.6.7

### Patch Changes

- [#7506](https://github.com/scalar/scalar/pull/7506) [`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix: use caret version for `yaml`

- [#7506](https://github.com/scalar/scalar/pull/7506) [`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix: use caret version for `zod`

- Updated dependencies [[`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a), [`21aa62e`](https://github.com/scalar/scalar/commit/21aa62e2ebdd262cb5aa53658c3b659736660722), [`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a)]:
  - @scalar/json-magic@0.8.5
  - @scalar/workspace-store@0.22.2
  - @scalar/helpers@0.2.1
  - @scalar/openapi-types@0.5.3
  - @scalar/types@0.5.2
  - @scalar/object-utils@1.2.15

## 0.6.6

### Patch Changes

- Updated dependencies [[`8842799`](https://github.com/scalar/scalar/commit/884279984b144082e85b699014e77ed71e9ae6a5), [`9ec8adf`](https://github.com/scalar/scalar/commit/9ec8adfea017333dee5bc3949104232f7dc57f4a)]:
  - @scalar/workspace-store@0.22.1
  - @scalar/helpers@0.2.0
  - @scalar/json-magic@0.8.4
  - @scalar/object-utils@1.2.14

## 0.6.5

### Patch Changes

- Updated dependencies [[`61c980c`](https://github.com/scalar/scalar/commit/61c980cebef219685a05f3a4cb1e379984922cd4), [`1bc2b45`](https://github.com/scalar/scalar/commit/1bc2b45b6eabd5c5045e77d67f59d202ab04d3fb), [`9342adc`](https://github.com/scalar/scalar/commit/9342adcd76e26a8e5eff75c1a2abee2c207b1487), [`e04879c`](https://github.com/scalar/scalar/commit/e04879c65602dfb65393876754f5344751b8953d), [`a164d76`](https://github.com/scalar/scalar/commit/a164d76f21437b3a35210d62a996b6c9d483e5a4), [`bfd814a`](https://github.com/scalar/scalar/commit/bfd814a4219660face190041cc4845182b56ab03), [`35af6bf`](https://github.com/scalar/scalar/commit/35af6bfce4bc4ae3d0fc5783ea36e0165e964361), [`86f028d`](https://github.com/scalar/scalar/commit/86f028deb0b456f923edd261f5f4b0fa9b616b7d), [`294f9fc`](https://github.com/scalar/scalar/commit/294f9fc6cfd43cdab110deb1c851883509bc2b84), [`af54a80`](https://github.com/scalar/scalar/commit/af54a80349269a4269a68f6a372f837177a3537c)]:
  - @scalar/workspace-store@0.22.0
  - @scalar/json-magic@0.8.3
  - @scalar/openapi-types@0.5.2
  - @scalar/helpers@0.1.3
  - @scalar/types@0.5.1
  - @scalar/themes@0.13.25
  - @scalar/object-utils@1.2.13

## 0.6.4

### Patch Changes

- [#7292](https://github.com/scalar/scalar/pull/7292) [`0519a33`](https://github.com/scalar/scalar/commit/0519a33c7d3f3cf65b93b37392c51d3c0586cbab) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix(oas-utils): remove unused dependencies
  - `@hyperjump/browser`
  - `@hyperjump/json-schema`
  - `@types/har-format`
  - `js-base64`
  - `microdiff`
  - `nanoid`

- Updated dependencies [[`d86f1d6`](https://github.com/scalar/scalar/commit/d86f1d6911ecbca70b011a2a0efb6d6e0eca59bb), [`6e1cb89`](https://github.com/scalar/scalar/commit/6e1cb89f71770601a5059449d68b409ffc87d332), [`1fbd809`](https://github.com/scalar/scalar/commit/1fbd809197bfaef77d7d3cb8cf7b657f397232a7), [`44aeef0`](https://github.com/scalar/scalar/commit/44aeef01073801165e339163462378b7b62ff68d), [`dd5c518`](https://github.com/scalar/scalar/commit/dd5c518a422dddc7948c0253861101cf741b6af0), [`a68b1af`](https://github.com/scalar/scalar/commit/a68b1afc54b2aa95a224fee89c3266bffed57215), [`cbedfab`](https://github.com/scalar/scalar/commit/cbedfab576502069be27ceacbea145a917214e47), [`a68b1af`](https://github.com/scalar/scalar/commit/a68b1afc54b2aa95a224fee89c3266bffed57215), [`5a108fc`](https://github.com/scalar/scalar/commit/5a108fcbc52ae7957731c23689896ba353b83d3b), [`4cda566`](https://github.com/scalar/scalar/commit/4cda566c2dc2cf306e4e3597e292ae1c2dadd78c), [`cded2d6`](https://github.com/scalar/scalar/commit/cded2d6c087418c3c44731d344d0827a87b78b74), [`cbedfab`](https://github.com/scalar/scalar/commit/cbedfab576502069be27ceacbea145a917214e47), [`3ebff92`](https://github.com/scalar/scalar/commit/3ebff92f29d8d03d626d4000e8323528e794e755), [`4059e68`](https://github.com/scalar/scalar/commit/4059e68375d31ec0142a8019b385bc3ac82055fc)]:
  - @scalar/workspace-store@0.21.0
  - @scalar/json-magic@0.8.2
  - @scalar/helpers@0.1.2
  - @scalar/types@0.5.0
  - @scalar/object-utils@1.2.12
  - @scalar/themes@0.13.24
  - @scalar/openapi-types@0.5.1

## 0.6.3

### Patch Changes

- Updated dependencies [[`c7a4690`](https://github.com/scalar/scalar/commit/c7a4690cec484ee16cee8dcba7ef5cb0fbb98133), [`9c9dbba`](https://github.com/scalar/scalar/commit/9c9dbbaa940667303f0ace59469fd78c2a741937), [`4bec1ba`](https://github.com/scalar/scalar/commit/4bec1ba332e919c4ee32dcfbfb07bd8ee42c4d74), [`7ccd035`](https://github.com/scalar/scalar/commit/7ccd0351de104f78ef9c6e16538753d302c50d47)]:
  - @scalar/workspace-store@0.20.0
  - @scalar/helpers@0.1.1
  - @scalar/object-utils@1.2.11
  - @scalar/json-magic@0.8.1

## 0.6.2

### Patch Changes

- [#7241](https://github.com/scalar/scalar/pull/7241) [`2377b76`](https://github.com/scalar/scalar/commit/2377b76d050f8de70037b17a32d0dd1181d3311d) Thanks [@hanspagel](https://github.com/hanspagel)! - chore: use "current" not "latest" scalar registry url

- Updated dependencies [[`c1ecd0c`](https://github.com/scalar/scalar/commit/c1ecd0c6096f3fbe2e3d8ad3794ea718bb6bce66), [`fddf294`](https://github.com/scalar/scalar/commit/fddf294b00dd8c9eb5c713c338f2ec6e3f62523d), [`d6154a2`](https://github.com/scalar/scalar/commit/d6154a24d97fc28977def486f99b2eeee52d268c), [`c1ecd0c`](https://github.com/scalar/scalar/commit/c1ecd0c6096f3fbe2e3d8ad3794ea718bb6bce66)]:
  - @scalar/json-magic@0.8.0
  - @scalar/workspace-store@0.19.0
  - @scalar/helpers@0.1.0
  - @scalar/object-utils@1.2.10

## 0.6.1

### Patch Changes

- Updated dependencies [[`bffef40`](https://github.com/scalar/scalar/commit/bffef4092e40d12052f8538267af71bc99b7172f)]:
  - @scalar/workspace-store@0.18.1

## 0.6.0

### Minor Changes

- [#7121](https://github.com/scalar/scalar/pull/7121) [`9661e81`](https://github.com/scalar/scalar/commit/9661e81907d1a9b74ba30f270f2d6c8e49834cd5) Thanks [@marcalexiei](https://github.com/marcalexiei)! - feat(oas-utils): make `dereference` synchronous

### Patch Changes

- [#7143](https://github.com/scalar/scalar/pull/7143) [`81b0a7a`](https://github.com/scalar/scalar/commit/81b0a7a4245619f03161eae639dc5834b77432b6) Thanks [@amritk](https://github.com/amritk)! - fix: remove ignored parameters

- [#7133](https://github.com/scalar/scalar/pull/7133) [`0319b8a`](https://github.com/scalar/scalar/commit/0319b8a8652a50667776b2e9fd27c3e15b34f765) Thanks [@marcalexiei](https://github.com/marcalexiei)! - fix: account for text type content

- Updated dependencies [[`eb022f2`](https://github.com/scalar/scalar/commit/eb022f2c8f93c84a04c0093fefe8a1e05d6ec80d), [`913607c`](https://github.com/scalar/scalar/commit/913607c7d67236f08f5369408f304440c6c42b22), [`17817ad`](https://github.com/scalar/scalar/commit/17817addbca916c8d625a03335ae58be3a1c4e4b), [`c22fc4e`](https://github.com/scalar/scalar/commit/c22fc4e5acb49d648014a6100c724a5b33c59cde), [`2239843`](https://github.com/scalar/scalar/commit/2239843150ed16d1ca35b0b1f8e90cd3e35be7ce), [`6ec8c29`](https://github.com/scalar/scalar/commit/6ec8c299d912111b029e8058979d00968b70691a), [`c162bb6`](https://github.com/scalar/scalar/commit/c162bb64b86e698427c1fce36f6d8a2b789e094a), [`b64265b`](https://github.com/scalar/scalar/commit/b64265b3e8b447a4d1c6dafaca8135ef69545d98), [`6ca835e`](https://github.com/scalar/scalar/commit/6ca835e5afd3e8c603e073e7c83f2cdd961a0f69), [`6aa06b0`](https://github.com/scalar/scalar/commit/6aa06b0f843ae3d8e6771e3c02ac11ee0043a4b1), [`81b0a7a`](https://github.com/scalar/scalar/commit/81b0a7a4245619f03161eae639dc5834b77432b6), [`6ec8c29`](https://github.com/scalar/scalar/commit/6ec8c299d912111b029e8058979d00968b70691a), [`704fa30`](https://github.com/scalar/scalar/commit/704fa302b2cdbb17b19ca2d742537ca163d58c1c), [`33edbf2`](https://github.com/scalar/scalar/commit/33edbf2a2648eb72ae49e36dfd289d4d57dc18e0), [`4fe1643`](https://github.com/scalar/scalar/commit/4fe1643be51f76a8ebdfd75f5675337b8d43418e), [`75ad74c`](https://github.com/scalar/scalar/commit/75ad74c0eee10103b966ce4707e4823d819456a8), [`eba18d0`](https://github.com/scalar/scalar/commit/eba18d06267a163a8f91396a66f817100ee59461), [`43bc5e8`](https://github.com/scalar/scalar/commit/43bc5e8b90dc0edf7176d0ddfc64bf3212494458)]:
  - @scalar/types@0.4.0
  - @scalar/workspace-store@0.18.0
  - @scalar/openapi-types@0.5.1
  - @scalar/helpers@0.0.13
  - @scalar/json-magic@0.7.0
  - @scalar/themes@0.13.23
  - @scalar/object-utils@1.2.9

## 0.5.2

### Patch Changes

- f8efecd: feat: use new schema example generation in the response
- Updated dependencies [3f6d0b9]
- Updated dependencies [2089748]
- Updated dependencies [f3e17d8]
- Updated dependencies [8a7fb2a]
- Updated dependencies [1335923]
- Updated dependencies [07397c8]
- Updated dependencies [f69e7cc]
  - @scalar/helpers@0.0.12
  - @scalar/json-magic@0.6.1
  - @scalar/types@0.3.2
  - @scalar/workspace-store@0.17.1
  - @scalar/openapi-types@0.5.0
  - @scalar/object-utils@1.2.8
  - @scalar/themes@0.13.22

## 0.5.1

### Patch Changes

- debdcf6: Correctly handle additionalProperties when set to false
- Updated dependencies [15c4240]
- Updated dependencies [13dcd89]
- Updated dependencies [63ff417]
- Updated dependencies [5d99cad]
- Updated dependencies [1e01464]
  - @scalar/openapi-types@0.4.1
  - @scalar/themes@0.13.21
  - @scalar/workspace-store@0.17.0
  - @scalar/types@0.3.1

## 0.5.0

### Minor Changes

- 008a0f3: feat: migrate to Zod 4

### Patch Changes

- f833196: fix: performance issues on references
- Updated dependencies [008a0f3]
  - @scalar/openapi-types@0.4.0
  - @scalar/types@0.3.0
  - @scalar/themes@0.13.20
  - @scalar/workspace-store@0.16.2

## 0.4.34

### Patch Changes

- Updated dependencies [2b98503]
- Updated dependencies [c6736fd]
- Updated dependencies [4951456]
  - @scalar/workspace-store@0.16.1
  - @scalar/json-magic@0.6.0

## 0.4.33

### Patch Changes

- Updated dependencies [0b3c6fa]
  - @scalar/themes@0.13.19

## 0.4.32

### Patch Changes

- Updated dependencies [6462733]
- Updated dependencies [b858566]
- Updated dependencies [db5b649]
  - @scalar/json-magic@0.5.2
  - @scalar/workspace-store@0.16.0

## 0.4.31

### Patch Changes

- Updated dependencies [7be091c]
- Updated dependencies [f0f28a9]
- Updated dependencies [41d8600]
- Updated dependencies [db966b4]
  - @scalar/workspace-store@0.15.8
  - @scalar/json-magic@0.5.1

## 0.4.30

### Patch Changes

- Updated dependencies [005fba9]
- Updated dependencies [fe46413]
- Updated dependencies [a1f865c]
- Updated dependencies [dcf50ef]
  - @scalar/types@0.2.16
  - @scalar/json-magic@0.5.0
  - @scalar/workspace-store@0.15.7
  - @scalar/themes@0.13.18

## 0.4.29

### Patch Changes

- Updated dependencies [bff46e5]
- Updated dependencies [8f2a2f2]
  - @scalar/helpers@0.0.11
  - @scalar/themes@0.13.17
  - @scalar/json-magic@0.4.3
  - @scalar/object-utils@1.2.7
  - @scalar/workspace-store@0.15.6

## 0.4.28

### Patch Changes

- Updated dependencies [3bd1209]
- Updated dependencies [1943b99]
  - @scalar/json-magic@0.4.2
  - @scalar/workspace-store@0.15.5

## 0.4.27

### Patch Changes

- Updated dependencies [019a22a]
  - @scalar/workspace-store@0.15.4

## 0.4.26

### Patch Changes

- 821717b: refactor: schema rendering
- Updated dependencies [821717b]
  - @scalar/workspace-store@0.15.3
  - @scalar/helpers@0.0.10
  - @scalar/json-magic@0.4.1
  - @scalar/object-utils@1.2.6

## 0.4.25

### Patch Changes

- @scalar/workspace-store@0.15.2

## 0.4.24

### Patch Changes

- Updated dependencies [abe3842]
  - @scalar/types@0.2.15
  - @scalar/themes@0.13.16
  - @scalar/workspace-store@0.15.1

## 0.4.23

### Patch Changes

- 714b197: feat: support base64 unicode characters
- 98c55d0: feat: better xml rendering
- cededd8: fix: schema undefined in example generator
- a6ae22a: feat: change the way we declare schemas
- 976366f: feat: upgrade performance of example from schema generator
- Updated dependencies [ba27329]
- Updated dependencies [06a46f0]
- Updated dependencies [98c55d0]
- Updated dependencies [792c937]
- Updated dependencies [3473e08]
- Updated dependencies [a6ae22a]
- Updated dependencies [63283aa]
- Updated dependencies [8680da6]
- Updated dependencies [2b22eab]
- Updated dependencies [0e747c7]
- Updated dependencies [99894bc]
- Updated dependencies [5ad329e]
  - @scalar/workspace-store@0.15.0
  - @scalar/json-magic@0.4.0
  - @scalar/helpers@0.0.9
  - @scalar/types@0.2.14
  - @scalar/themes@0.13.15
  - @scalar/object-utils@1.2.5

## 0.4.22

### Patch Changes

- Updated dependencies [443c507]
- Updated dependencies [88385b1]
- Updated dependencies [50032be]
  - @scalar/workspace-store@0.14.2
  - @scalar/json-magic@0.3.1
  - @scalar/types@0.2.13
  - @scalar/themes@0.13.14

## 0.4.21

### Patch Changes

- e2272a1: fix(oas-utils): use const value as example
- b6f4b60: fix: skip readOnly properties in request examples
- Updated dependencies [b8776fc]
  - @scalar/workspace-store@0.14.1

## 0.4.20

### Patch Changes

- bbef120: fix: remove extra coerces and cleanUp plugin from bundler
- a1429ca: chore: move to new extensions system for better type safety
- 66b18fc: feat: update the references to handle $refs from the magic proxy
- 5f022b5: feat: use registry.scalar.com URLs as example
- Updated dependencies [bbef120]
- Updated dependencies [b93e1fe]
- Updated dependencies [a1429ca]
- Updated dependencies [5208f06]
- Updated dependencies [4d509fb]
- Updated dependencies [66b18fc]
- Updated dependencies [0fcd446]
- Updated dependencies [6c24be9]
- Updated dependencies [6a88108]
- Updated dependencies [c838a3f]
- Updated dependencies [9be6eec]
- Updated dependencies [c4bf497]
- Updated dependencies [d8adbed]
- Updated dependencies [0c80ef0]
  - @scalar/workspace-store@0.14.0
  - @scalar/json-magic@0.3.0
  - @scalar/helpers@0.0.8
  - @scalar/themes@0.13.13
  - @scalar/types@0.2.12
  - @scalar/object-utils@1.2.4
  - @scalar/openapi-types@0.3.7

## 0.4.19

### Patch Changes

- 3de82ac: fix: uses document url even if it's relative
- Updated dependencies [0d502cb]
- Updated dependencies [0afc40c]
- Updated dependencies [128af48]
  - @scalar/workspace-store@0.13.0
  - @scalar/helpers@0.0.7
  - @scalar/object-utils@1.2.3
  - @scalar/openapi-types@0.3.7
  - @scalar/themes@0.13.12
  - @scalar/types@0.2.11

## 0.4.18

### Patch Changes

- 46bfd2f: fix: show path parameter values in request examples

## 0.4.17

### Patch Changes

- 46ebe6e: fix: use schema to example generator for request example request body
- Updated dependencies [952bde2]
- Updated dependencies [5301a80]
- Updated dependencies [ae8d1b9]
- Updated dependencies [8199955]
- Updated dependencies [2888e18]
  - @scalar/workspace-store@0.12.0

## 0.4.16

### Patch Changes

- 94d6d0c: fix: remove old ssr state and update nuxt for workspace store
- b957a2c: feat: do not use first item of oneOf if it is `type: null`
- Updated dependencies [ccf875a]
- Updated dependencies [9924c47]
- Updated dependencies [94d6d0c]
- Updated dependencies [952f471]
- Updated dependencies [a0c92d9]
- Updated dependencies [c0d6793]
- Updated dependencies [3c1e3e3]
- Updated dependencies [f3d0216]
- Updated dependencies [a5534e6]
- Updated dependencies [6b6c72c]
  - @scalar/openapi-types@0.3.7
  - @scalar/types@0.2.11
  - @scalar/workspace-store@0.11.0
  - @scalar/themes@0.13.12
  - @scalar/helpers@0.0.7
  - @scalar/object-utils@1.2.3

## 0.4.15

### Patch Changes

- Updated dependencies [fb62e1b]
- Updated dependencies [fb62e1b]
  - @scalar/types@0.2.10
  - @scalar/themes@0.13.11
  - @scalar/workspace-store@0.10.2

## 0.4.14

### Patch Changes

- Updated dependencies [591562f]
- Updated dependencies [3f2ea8a]
- Updated dependencies [828c894]
- Updated dependencies [b5bcce7]
- Updated dependencies [8a67f4f]
  - @scalar/openapi-types@0.3.6
  - @scalar/types@0.2.9
  - @scalar/workspace-store@0.10.1
  - @scalar/themes@0.13.10

## 0.4.13

### Patch Changes

- 71958fd: fix: include port in server URL
- Updated dependencies [a85480e]
- Updated dependencies [8b9c48e]
  - @scalar/workspace-store@0.10.0

## 0.4.12

### Patch Changes

- c826b3e: fix: uses relative document URL as server URL
- 80acf84: feat: add code sample block wrapper with global state
- Updated dependencies [a0cadac]
- Updated dependencies [c10e191]
- Updated dependencies [661c7e9]
- Updated dependencies [80acf84]
  - @scalar/workspace-store@0.9.0
  - @scalar/types@0.2.8
  - @scalar/themes@0.13.9

## 0.4.11

### Patch Changes

- 58287f8: refactor: create request examples without transformed operation
- 74fdc0e: feat: use documentUrl as fallback server
- Updated dependencies [d56f354]
- Updated dependencies [b6ac5b9]
- Updated dependencies [dbc09b9]
- Updated dependencies [ad2e3e6]
- Updated dependencies [20939a8]
- Updated dependencies [909cf33]
- Updated dependencies [3fdc2f2]
- Updated dependencies [f8ef4ab]
  - @scalar/workspace-store@0.8.0
  - @scalar/types@0.2.7
  - @scalar/themes@0.13.8

## 0.4.10

### Patch Changes

- 2d7f995: refactor: use more common straight apostrophe ' instead of the real apostrophe ’
- Updated dependencies [2d7f995]
  - @scalar/openapi-types@0.3.5
  - @scalar/object-utils@1.2.2
  - @scalar/helpers@0.0.6
  - @scalar/themes@0.13.7
  - @scalar/types@0.2.6
  - @scalar/workspace-store@0.7.1

## 0.4.9

### Patch Changes

- 23b150b: fix: operation to har helper with real world usecases
- Updated dependencies [533469b]
- Updated dependencies [a05d638]
- Updated dependencies [8d8e427]
- Updated dependencies [23b150b]
- Updated dependencies [dbbdd70]
- Updated dependencies [23b150b]
  - @scalar/openapi-types@0.3.4
  - @scalar/workspace-store@0.7.0
  - @scalar/helpers@0.0.5
  - @scalar/types@0.2.5
  - @scalar/themes@0.13.6

## 0.4.8

### Patch Changes

- Updated dependencies [4bbbb32]
- Updated dependencies [1468280]
  - @scalar/themes@0.13.5
  - @scalar/types@0.2.4

## 0.4.7

### Patch Changes

- Updated dependencies [ca18c0b]
  - @scalar/themes@0.13.4

## 0.4.6

### Patch Changes

- 979139e: fix: doesn’t create example data for schemas where items in an array don’t have a type
- aaf90bf: fix: complex auth at the operation level

## 0.4.5

### Patch Changes

- 2974dd6: feat: add new helper to convert openapi operations to HAR requests
- 221e35f: feat: added webhooks
- Updated dependencies [221e35f]
  - @scalar/openapi-types@0.3.3
  - @scalar/helpers@0.0.4
  - @scalar/types@0.2.3
  - @scalar/themes@0.13.3
  - @scalar/object-utils@1.2.1

## 0.4.4

### Patch Changes

- Updated dependencies [8bc9f20]
  - @scalar/helpers@0.0.3

## 0.4.3

### Patch Changes

- 8165b3b: feat(helpers): added new helpers package
- Updated dependencies [ba84a3c]
- Updated dependencies [8165b3b]
- Updated dependencies [358eb63]
- Updated dependencies [05c22c7]
  - @scalar/themes@0.13.2
  - @scalar/helpers@0.0.2
  - @scalar/openapi-types@0.3.2
  - @scalar/object-utils@1.2.1
  - @scalar/types@0.2.2

## 0.4.2

### Patch Changes

- 7ca47ab: fix: add ssr safe alias for local storage

## 0.4.1

### Patch Changes

- Updated dependencies [85877aa]
  - @scalar/themes@0.13.1

## 0.4.0

### Minor Changes

- 1e87feb: refactor!: use dereferenced documents as a content source

### Patch Changes

- cad6277: feat(themes)!: migrate to tailwind v4
- Updated dependencies [cad6277]
  - @scalar/themes@0.13.0
  - @scalar/object-utils@1.2.1
  - @scalar/openapi-types@0.3.1
  - @scalar/types@0.2.1

## 0.3.2

### Patch Changes

- 151ef09: fix(oas-utils): do not add content-type for multipart requests
- 442c0a3: feat: added support for callbacks

## 0.3.1

### Patch Changes

- 4440949: chore: bumping packages
- Updated dependencies [4440949]
  - @scalar/object-utils@1.2.1
  - @scalar/openapi-types@0.3.1
  - @scalar/types@0.2.1
  - @scalar/themes@0.12.1

## 0.3.0

### Minor Changes

- 483ca93: chore: require Node 20 (or above)

### Patch Changes

- 30bab1d: support unexploded serialization of array query params
- Updated dependencies [5613e40]
- Updated dependencies [483ca93]
  - @scalar/themes@0.12.0
  - @scalar/openapi-types@0.3.0
  - @scalar/object-utils@1.2.0
  - @scalar/types@0.2.0

## 0.2.144

### Patch Changes

- Updated dependencies [be8a6ec]
  - @scalar/types@0.1.16
  - @scalar/themes@0.11.3

## 0.2.143

### Patch Changes

- 67aa0f4: fix: render correct queries with form data
- Updated dependencies [f711ab5]
- Updated dependencies [90b773e]
- Updated dependencies [0222ad4]
- Updated dependencies [cb9428c]
- Updated dependencies [67aa0f4]
  - @scalar/types@0.1.15
  - @scalar/themes@0.11.2
  - @scalar/openapi-types@0.2.3

## 0.2.142

### Patch Changes

- cd6cf24: chore: export getServersFromOpenapi function

## 0.2.141

### Patch Changes

- 8c7bad8: chore: move build tooling to esbuild
- Updated dependencies [8c7bad8]
- Updated dependencies [2157fb4]
  - @scalar/openapi-types@0.2.2
  - @scalar/object-utils@1.1.14
  - @scalar/themes@0.11.1
  - @scalar/types@0.1.14

## 0.2.140

### Patch Changes

- e8457cb: Unify themes across scalar. Cleanup interface and remove CJS build.
- Updated dependencies [e8457cb]
  - @scalar/themes@0.11.0
  - @scalar/types@0.1.13

## 0.2.139

### Patch Changes

- d2f27f4: feat: improves request examples entity example defaulting

## 0.2.138

### Patch Changes

- 5d24800: feat: add a few security scheme helpers

## 0.2.137

### Patch Changes

- Updated dependencies [62c4ce3]
  - @scalar/types@0.1.12
  - @scalar/themes@0.10.4
  - @scalar/object-utils@1.1.13
  - @scalar/openapi-types@0.2.1

## 0.2.136

### Patch Changes

- eb4854d: fix: falsy values in auth config reactivity
- Updated dependencies [eb4854d]
  - @scalar/types@0.1.11
  - @scalar/themes@0.10.3

## 0.2.135

### Patch Changes

- fa8ed84: feat: custom OpenAPI extension to add SDK setup instructions
- fa8ed84: fix: omitUndefinedValues transforms arrays to objects
- 8d54857: feat: omit deprecated fields from examples
- Updated dependencies [fa8ed84]
  - @scalar/openapi-types@0.2.1
  - @scalar/types@0.1.10
  - @scalar/themes@0.10.2

## 0.2.134

### Patch Changes

- Updated dependencies [17e7d02]
  - @scalar/types@0.1.9
  - @scalar/themes@0.10.1

## 0.2.133

### Patch Changes

- e489824: feat: added support for streaming text response

## 0.2.132

### Patch Changes

- c5047ee: fix: hotfix to revert the external reference commit

## 0.2.131

### Patch Changes

- 4abe4f8: feat: external $ref’s (absolute and relative URLs)
- Updated dependencies [feaa314]
- Updated dependencies [feaa314]
  - @scalar/themes@0.10.0
  - @scalar/types@0.1.8

## 0.2.130

### Patch Changes

- Updated dependencies [9def02e]
- Updated dependencies [3745d77]
  - @scalar/types@0.1.7
  - @scalar/themes@0.9.86

## 0.2.129

### Patch Changes

- Updated dependencies [8720ae7]
  - @scalar/themes@0.9.85

## 0.2.128

### Patch Changes

- 18b1be9: fix: omitUndefinedValues (Zod helper) doesn’t handle Arrays

## 0.2.127

### Patch Changes

- bf961b1: feat: show custom code examples in the API client
- a176b7e: feat: distinguishes collection and operation servers in import spec

## 0.2.126

### Patch Changes

- a571d36: refactor: use central helper fetchDocument to fetch OpenAPI documents
- Updated dependencies [3783345]
  - @scalar/types@0.1.6
  - @scalar/themes@0.9.84

## 0.2.125

### Patch Changes

- e62e677: feat: make zod remove undefined values recursively
- 04e27a1: feat: support x-default-scopes
- 846d015: fix: add cap on horizontal expententially expanding bodys
- Updated dependencies [e62e677]
- Updated dependencies [e09dab3]
- Updated dependencies [82f16a5]
- Updated dependencies [04e27a1]
  - @scalar/openapi-types@0.2.0
  - @scalar/types@0.1.5
  - @scalar/themes@0.9.83

## 0.2.124

### Patch Changes

- 0de80ae: feat: added auth to collection page

## 0.2.123

### Patch Changes

- 52f6f4c: chore: updated oas-utils to use stricter node tsconfig
- Updated dependencies [8efedf3]
- Updated dependencies [82a4ba8]
- Updated dependencies [57feba6]
  - @scalar/types@0.1.4
  - @scalar/themes@0.9.82

## 0.2.122

### Patch Changes

- Updated dependencies [543a16c]
- Updated dependencies [57e96a0]
  - @scalar/types@0.1.3
  - @scalar/themes@0.9.81

## 0.2.121

### Patch Changes

- 0f13162: chore: enable more Biome flags, apply linter fixes
- 0212daa: fix(api-client): client not being set without scope
- Updated dependencies [7a8965c]
- Updated dependencies [49dffff]
  - @scalar/types@0.1.2
  - @scalar/themes@0.9.80

## 0.2.120

### Patch Changes

- cd75eeb: fix: update collection in multi doc
- Updated dependencies [39c0f47]
  - @scalar/types@0.1.1
  - @scalar/themes@0.9.79

## 0.2.119

### Patch Changes

- Updated dependencies [1437882]
- Updated dependencies [e00fa7e]
- Updated dependencies [632978d]
  - @scalar/themes@0.9.78

## 0.2.118

### Patch Changes

- Updated dependencies [5f9a8a2]
  - @scalar/types@0.1.0
  - @scalar/themes@0.9.77

## 0.2.117

### Patch Changes

- Updated dependencies [fc6a45e]
  - @scalar/types@0.0.41
  - @scalar/themes@0.9.76

## 0.2.116

### Patch Changes

- ab98841: fix: allow null as a security scheme scope
- db9ebbc: fix: change order of turbo cache

## 0.2.115

### Patch Changes

- Updated dependencies [4d03e0f]
  - @scalar/types@0.0.40
  - @scalar/themes@0.9.75

## 0.2.114

### Patch Changes

- fb22645: fix: auth selected security scheme undefined

## 0.2.113

### Patch Changes

- a31973c: feat: add ScalarStabilitySchema
- Updated dependencies [bab7990]
- Updated dependencies [2c621d4]
  - @scalar/types@0.0.39
  - @scalar/themes@0.9.74

## 0.2.112

### Patch Changes

- Updated dependencies [7f1a40e]
  - @scalar/types@0.0.38
  - @scalar/themes@0.9.73

## 0.2.111

### Patch Changes

- 89d8b75: feat: new ApiReferenceConfiguration type
- 8a04b8d: fix: mime type transformation issue
- 1459ce7: fix: adds parameter examples array support
- 8a04b8d: fix: adds vendor specific mime type support
- Updated dependencies [89d8b75]
- Updated dependencies [8a04b8d]
  - @scalar/themes@0.9.72
  - @scalar/types@0.0.37
  - @scalar/object-utils@1.1.13
  - @scalar/openapi-types@0.1.9

## 0.2.110

### Patch Changes

- Updated dependencies [0d4520f]
  - @scalar/themes@0.9.71

## 0.2.109

### Patch Changes

- 4db5161: feat: allow multiple tokens for bearer auth
- Updated dependencies [4db5161]
  - @scalar/types@0.0.36
  - @scalar/themes@0.9.70

## 0.2.108

### Patch Changes

- 9fc97da: feat: better deal with incomplete info objects
- 12088f1: feat: Set example request body if Content-Type header exists
- Updated dependencies [c9a8fd8]
- Updated dependencies [946a5df]
- Updated dependencies [c10bbf5]
- Updated dependencies [cf14cbb]
- Updated dependencies [9251b22]
- Updated dependencies [8d9a2c0]
  - @scalar/themes@0.9.69
  - @scalar/types@0.0.35
  - @scalar/openapi-types@0.1.9
  - @scalar/object-utils@1.1.13

## 0.2.107

### Patch Changes

- e350f23: chore: code style
- 738d21c: chore: add brand to uids
- Updated dependencies [e350f23]
- Updated dependencies [e47a698]
  - @scalar/openapi-types@0.1.8
  - @scalar/themes@0.9.68
  - @scalar/object-utils@1.1.13
  - @scalar/types@0.0.34

## 0.2.106

### Patch Changes

- ed92564: feat: allow preferredSecurityScheme to pre-select a scheme not in the requirements

## 0.2.105

### Patch Changes

- 54fdfcb: chore: remove spec wording
- Updated dependencies [54fdfcb]
- Updated dependencies [fa6afe8]
  - @scalar/types@0.0.33
  - @scalar/object-utils@1.1.13
  - @scalar/themes@0.9.67
  - @scalar/openapi-types@0.1.7

## 0.2.104

### Patch Changes

- f500435: chore: stricter TypeScript configuration
- da5cf08: fix: add security requirements for operations
- b5727ef: feat: allow pre-selecting multiple and complex auth
- 4de3124: feat: improve parameter zod schema
- 34e6f52: feat: upgrade to stricter tsconfig
- Updated dependencies [f500435]
- Updated dependencies [b5727ef]
- Updated dependencies [34e6f52]
- Updated dependencies [f2b082a]
  - @scalar/types@0.0.32
  - @scalar/themes@0.9.66

## 0.2.103

### Patch Changes

- 0f5df68: chore: refactored send request with extensive test suite
- 937f791: chore: alias request to operation
- Updated dependencies [a30e7cc]
  - @scalar/types@0.0.31
  - @scalar/themes@0.9.65

## 0.2.102

### Patch Changes

- a34f834: feat: adds accept header by default
- ef98b9c: fix: setting initial security with no requirements
- a34f834: feat: adds v-2.5.0 accept header migration
- ebdf762: feat: add back complex security requirements
- Updated dependencies [f9bf5f1]
  - @scalar/openapi-types@0.1.7
  - @scalar/types@0.0.30
  - @scalar/themes@0.9.64

## 0.2.101

### Patch Changes

- be34e7d: feat: adds value to server variables schema
- Updated dependencies [be34e7d]
- Updated dependencies [51f3177]
  - @scalar/types@0.0.29
  - @scalar/themes@0.9.63

## 0.2.100

### Patch Changes

- 12e7232: feat: adds parameter examples support
- 901970f: fix: removes application/json content type as default
- f1f39b0: refactor: better handle servers
- Updated dependencies [776a4e2]
- Updated dependencies [2ed681b]
- Updated dependencies [4f12fe4]
- Updated dependencies [702c386]
- Updated dependencies [f1f39b0]
  - @scalar/themes@0.9.62
  - @scalar/types@0.0.28

## 0.2.99

### Patch Changes

- c803e2d: feat: cookies 🍪

## 0.2.98

### Patch Changes

- Updated dependencies [b552db5]
  - @scalar/types@0.0.27
  - @scalar/themes@0.9.61

## 0.2.97

### Patch Changes

- 7df4472: fix: generate types for past migrations, add tests and docs
- Updated dependencies [60cd6f1]
- Updated dependencies [60cd6f1]
- Updated dependencies [e866487]
- Updated dependencies [13333e6]
  - @scalar/types@0.0.26
  - @scalar/themes@0.9.60
  - @scalar/openapi-types@0.1.6

## 0.2.96

### Patch Changes

- cf0e7b1: feat: generate examples for objects with patternProperties
- Updated dependencies [7b4ab2c]
  - @scalar/themes@0.9.59
  - @scalar/types@0.0.25

## 0.2.95

### Patch Changes

- 3156ecd: fix: revert migration change from earlier

## 0.2.94

### Patch Changes

- a36fada: fix: returns non drafts collections without changes in 2.4.0 migration

## 0.2.93

### Patch Changes

- ca2d98b: chore: adds drafts server migration

## 0.2.92

### Patch Changes

- 02b4201: fix(api-client): strict TS config (enable noUncheckedIndexedAccess)

## 0.2.91

### Patch Changes

- Updated dependencies [6407b2b]
  - @scalar/themes@0.9.58

## 0.2.90

### Patch Changes

- 573d113: feat: add isDefined type safe filter helper
- c263aaf: feat: better deal with empty OpenAPI documents
- Updated dependencies [c263aaf]
  - @scalar/types@0.0.25
  - @scalar/themes@0.9.57

## 0.2.89

### Patch Changes

- Updated dependencies [23daedd]
  - @scalar/themes@0.9.56

## 0.2.88

### Patch Changes

- Updated dependencies [fbef0c3]
  - @scalar/types@0.0.24
  - @scalar/themes@0.9.55

## 0.2.87

### Patch Changes

- 8017ff9: feat: updates parse enum to include array

## 0.2.86

### Patch Changes

- 3eb0d11: feat: moved api-client auth into references
- b66a85c: feat: adds v-2.3.0 migration for workspace type

## 0.2.85

### Patch Changes

- 3b4a788: feat: sets form request examples defaulting
- 4c5be96: feat: adds isHttpMethod to helpers
- 4c5be96: fix: sorts method based on path in import spec

## 0.2.84

### Patch Changes

- 9b4f85d: fix: allow to pass relative file names

## 0.2.83

### Patch Changes

- f524411: feat: adds response status color
- 10c9016: fix: updates find variables import
- b11294c: fix: add bit of safety to tag name parsing
- Updated dependencies [c2f5f08]
  - @scalar/types@0.0.23
  - @scalar/themes@0.9.54

## 0.2.82

### Patch Changes

- 6389557: feat: allow to pass a base URL to makeUrlAbsolute
- Updated dependencies [baaad1c]
- Updated dependencies [c984ac8]
  - @scalar/types@0.0.22
  - @scalar/themes@0.9.53

## 0.2.81

### Patch Changes

- Updated dependencies [1fa0d20]
  - @scalar/themes@0.9.52

## 0.2.80

### Patch Changes

- Updated dependencies [9d23f95]
- Updated dependencies [91123e8]
  - @scalar/types@0.0.21
  - @scalar/themes@0.9.51

## 0.2.79

### Patch Changes

- 6dd7eda: fix: catch errors for invalid OpenAPI documents
- Updated dependencies [1b06f64]
  - @scalar/themes@0.9.50

## 0.2.78

### Patch Changes

- daa2663: feat: split out the router based computed values from the store into its own store
- 37abd4f: feat: make security spec compliant + migrations
- Updated dependencies [d379b81]
- Updated dependencies [f67c3bc]
  - @scalar/themes@0.9.49
  - @scalar/types@0.0.20

## 0.2.77

### Patch Changes

- 44a7100: fix: handle no protocol prefix

## 0.2.76

### Patch Changes

- 6894b7d: feat: passes omitEmptyAndOptionalProperties from operation
- c87353e: Add serialization back to OpenAPI spec for custom entities

## 0.2.75

### Patch Changes

- 49ccdee: refactor: updates regexHelpers

## 0.2.74

### Patch Changes

- ac55d0f: chore: add time logging for the workspace store
- Updated dependencies [0c07766]
  - @scalar/themes@0.9.48

## 0.2.73

### Patch Changes

- 82f7c35: fix: rollback proxy
- 3421489: fix: remove examples from request payload before parsing

## 0.2.72

### Patch Changes

- 4bcaa75: feat: support `format: object-id` in getExampleFromSchema
- 9eb6650: feat: add support for the x-defaultClientId extension
- c98a99c: feat: allow to pass a base URL to makeUrlAbsolute

## 0.2.71

### Patch Changes

- a40999d: chore: added type safety rule noUncheckedIndexedAccess
- b89da58: fix: ingest base server URL and use it in the api client
- 3300d5b: fix: make the api-client respect the server overload
- Updated dependencies [a40999d]
  - @scalar/object-utils@1.1.12
  - @scalar/themes@0.9.47
  - @scalar/openapi-types@0.1.5
  - @scalar/types@0.0.19

## 0.2.70

### Patch Changes

- c3e76d9: fix: handle scopes as an array
- Updated dependencies [a607115]
  - @scalar/openapi-types@0.1.5
  - @scalar/types@0.0.19
  - @scalar/themes@0.9.46

## 0.2.69

### Patch Changes

- 8c5d767: feat: add support for PKCE auth code flow
- 359ee2d: fix: updates path regex

## 0.2.68

### Patch Changes

- dab543e: fix: remove url validation from collection info

## 0.2.67

### Patch Changes

- 823c14d: fix: add tests for oauth2 flows, ensure we reject on state mismatch
- 997cd35: fix: relative URLs are created wrong

## 0.2.66

### Patch Changes

- c929284: fix: add default redirectURI and prefix relative redirectURIs with activeServer
- 2275977: feat: import from way more sources, leverage the proxy more
- 3a0c367: fix: improve handling of non-string enums in parameter schema
- 89a2cc7: fix: preselect auth in the modal

## 0.2.65

### Patch Changes

- 3bec045: fix: adds example and examples to parameter schema
- 743474e: feat: favors hexa for environment color
- cfe9b85: fix: added safe parsing for oauth examples
- 4d45f7b: fix: improve parameter instance creation by handling enum values for number types
- 6599473: fix: arrays with allOf items render invalid examples
- 0e19781: feat: fix reactivitiy of references + client
- Updated dependencies [fb798c8]
- Updated dependencies [bb3dc9d]
- Updated dependencies [0e19781]
  - @scalar/types@0.0.18
  - @scalar/themes@0.9.45
  - @scalar/object-utils@1.1.11

## 0.2.64

### Patch Changes

- 931106f: fix: rollback changes to fetchSpecFromUrl

## 0.2.63

### Patch Changes

- ada8545: feat: add the sidebar button
- Updated dependencies [ad12c56]
  - @scalar/themes@0.9.44

## 0.2.62

### Patch Changes

- 097ab40: fix: add mapping of header to headers for api client ingress
- Updated dependencies [197e3ae]
  - @scalar/themes@0.9.43

## 0.2.61

### Patch Changes

- d7a6c55: feat: updates n hotkey event name
- 69bda25: feat: synced up client auth with references
- Updated dependencies [2456afa]
  - @scalar/themes@0.9.42

## 0.2.60

### Patch Changes

- Updated dependencies [2b540b9]
  - @scalar/openapi-types@0.1.4
  - @scalar/types@0.0.17
  - @scalar/themes@0.9.41

## 0.2.59

### Patch Changes

- 4e50d65: feat: added openapi watcher to live update the api client
- Updated dependencies [6bbb815]
  - @scalar/themes@0.9.40

## 0.2.58

### Patch Changes

- Updated dependencies [4722da1]
  - @scalar/themes@0.9.39

## 0.2.57

### Patch Changes

- 4738228: feat: make collection.info.version optional
- Updated dependencies [dbbe38f]
- Updated dependencies [4b8b611]
  - @scalar/types@0.0.16
  - @scalar/themes@0.9.38

## 0.2.56

### Patch Changes

- b8f9a95: feat: lower syntax highlighting response threshold
- Updated dependencies [8759e7f]
  - @scalar/openapi-types@0.1.3
  - @scalar/types@0.0.15
  - @scalar/themes@0.9.37

## 0.2.55

### Patch Changes

- 0ddd4f3: feat: added virtual text component

## 0.2.54

### Patch Changes

- 2ff5905: chore: cache results of getExampleFromSchema
- 9a2d5ca: fix: schema model console log typo
- e911047: Add default exports
- Updated dependencies [e911047]
- Updated dependencies [d02d70c]
- Updated dependencies [3acbf26]
  - @scalar/object-utils@1.1.10
  - @scalar/openapi-types@0.1.2
  - @scalar/types@0.0.14
  - @scalar/themes@0.9.36

## 0.2.53

### Patch Changes

- 46a55ae: feat(api-client): improve client import ux
- Updated dependencies [b26144c]
  - @scalar/themes@0.9.35

## 0.2.52

### Patch Changes

- Updated dependencies [9dc2ab7]
  - @scalar/types@0.0.13
  - @scalar/themes@0.9.34

## 0.2.51

### Patch Changes

- ef49617: chore: improve performance of getExampleFromSchema
- Updated dependencies [8f12149]
- Updated dependencies [1026d81]
- Updated dependencies [07b5439]
  - @scalar/types@0.0.12
  - @scalar/themes@0.9.33

## 0.2.50

### Patch Changes

- 9057781: fix: add missing securityDefinitions check on import

## 0.2.49

### Patch Changes

- cd8ba1c: feat: added setting of initial security schemes in the client

## 0.2.48

### Patch Changes

- dc20180: feat(api-client): custom icons for collections
- Updated dependencies [f961940]
- Updated dependencies [f961940]
  - @scalar/types@0.0.11
  - @scalar/themes@0.9.32

## 0.2.47

### Patch Changes

- 2b8ce6c: feat: adds safe-parsing to the end of the migration
- 9aa4562: fix: lowerCase http auth schemes before validation
- Updated dependencies [2b8ce6c]
- Updated dependencies [7beeef3]
  - @scalar/object-utils@1.1.9
  - @scalar/themes@0.9.31
  - @scalar/types@0.0.10

## 0.2.46

### Patch Changes

- 2b75354: fix: null example bug
- 437d54d: fix: runtime null error prettyprint

## 0.2.45

### Patch Changes

- ddeaada: fix: adds path regex helper
- 71278e1: fix(api-client): add back content header

## 0.2.44

### Patch Changes

- 7e5dfbb: feat: server variables from examples
- 9d88423: feat: added one way auth sync from references to client
- e15b021: feat: render deeply nested schemas, but not circular references
- 73f728e: chore: cherrypicking refactor branch for object utils changes
- 9cd23e3: Generate examples for schemas with `anyOf` defined when `type` is not defined
- Updated dependencies [73f728e]
- Updated dependencies [121bc7e]
  - @scalar/object-utils@1.1.8
  - @scalar/themes@0.9.30
  - @scalar/types@0.0.9

## 0.2.43

### Patch Changes

- Updated dependencies [c577cde]
- Updated dependencies [dc9aff2]
  - @scalar/themes@0.9.29
  - @scalar/types@0.0.8

## 0.2.42

### Patch Changes

- 5483fc3: fix: File is not defined
- Updated dependencies [a07cfc8]
- Updated dependencies [023ca15]
- Updated dependencies [85872b6]
  - @scalar/types@0.0.7

## 0.2.41

### Patch Changes

- f931ac7: fix: displays variable in curly braces when empty

## 0.2.40

### Patch Changes

- 0afb293: feat: request bodies for multipart form data and url encoded form data
- e67f5a8: chore(api-client): removed axios dependency
- b63be39: fix: incorrect example for schemas with anyOf
- 152c016: feat: add environment selector to addressbar
  - @scalar/types@0.0.6

## 0.2.39

### Patch Changes

- Updated dependencies [80a3c46]
  - @scalar/themes@0.9.28
  - @scalar/types@0.0.5

## 0.2.38

### Patch Changes

- Updated dependencies [bb13304]
  - @scalar/themes@0.9.27
  - @scalar/types@0.0.4

## 0.2.37

### Patch Changes

- Updated dependencies [abb8ddd]
  - @scalar/themes@0.9.26
  - @scalar/types@0.0.3

## 0.2.36

### Patch Changes

- af75550: feat: sidebar request search

## 0.2.35

### Patch Changes

- Updated dependencies [910b1c2]
  - @scalar/types@0.0.2

## 0.2.34

### Patch Changes

- 78db8f5: feat: use new @scalar/types package
- 7f11bc6: fix: temporary fix set type to any
- Updated dependencies [78db8f5]
  - @scalar/themes@0.9.25
  - @scalar/types@0.0.1

## 0.2.33

### Patch Changes

- Updated dependencies [298f7c4]
  - @scalar/themes@0.9.24

## 0.2.32

### Patch Changes

- 1c81549: feat: topnav navigation hotkeys

## 0.2.31

### Patch Changes

- c220358: feat: add response schemas
- 7ec175b: fix: remove default tag in request schema

## 0.2.30

### Patch Changes

- Updated dependencies [c450bb3]
  - @scalar/themes@0.9.23

## 0.2.29

### Patch Changes

- 8672a78: feat(api-client): moved command palette to the global key event bus
- 078ca72: feat: add topnav and addressbar hotkeys
- 520caff: fix: hot keys bus modifier
- Updated dependencies [03e9bbb]
  - @scalar/object-utils@1.1.7

## 0.2.28

### Patch Changes

- dba83e4: Support circular refs
- Updated dependencies [60e63d3]
- Updated dependencies [dba83e4]
  - @scalar/themes@0.9.22
  - @scalar/object-utils@1.1.6

## 0.2.27

### Patch Changes

- 17e06de: fix: additionalProperties are not rendered correctly

## 0.2.26

### Patch Changes

- Updated dependencies [faf3ed9]
  - @scalar/themes@0.9.21

## 0.2.25

### Patch Changes

- 9cc6311: fix: add overload to servers as prop for create client app

## 0.2.24

### Patch Changes

- Updated dependencies [425dc83]
  - @scalar/themes@0.9.20

## 0.2.23

### Patch Changes

- 8eec1b7: fix(oas-utils): I'm a teapot

## 0.2.22

### Patch Changes

- Updated dependencies [3a6effa]
  - @scalar/themes@0.9.19

## 0.2.21

### Patch Changes

- e18029f: Fallback request summary to path on spec import
- Updated dependencies [c1ada84]
  - @scalar/themes@0.9.18

## 0.2.20

### Patch Changes

- Updated dependencies [de25d01]
  - @scalar/themes@0.9.17

## 0.2.19

### Patch Changes

- bf2895e: feat(api-client): add multiple auth to api client

## 0.2.18

### Patch Changes

- 9815191: fix: actually add workspace cookies to request
- 869d255: fix: superfluous yaml or json parse before spec parsing

## 0.2.17

### Patch Changes

- Updated dependencies [a5f3a84]
  - @scalar/themes@0.9.16

## 0.2.16

### Patch Changes

- 7761630: fix: use window location origin if no servers

## 0.2.15

### Patch Changes

- 1dab515: feat: revamp address bar
- Updated dependencies [5e060b1]
  - @scalar/themes@0.9.15

## 0.2.14

### Patch Changes

- Updated dependencies [96e7106]
  - @scalar/themes@0.9.14

## 0.2.13

### Patch Changes

- 1a675be: feat: add empty state + drafts collection

## 0.2.12

### Patch Changes

- 618285e: feat: add localStorage syncing to client app
- Updated dependencies [618285e]
  - @scalar/themes@0.9.13

## 0.2.11

### Patch Changes

- ad7fd7e: feat: add min max to request example parameters schema

## 0.2.10

### Patch Changes

- d58841b: feat: type, format and default to request example parameters schema

## 0.2.9

### Patch Changes

- d6a2a4d: feat: oas-utils request example parameters enum
- 632d6f7: fix: add cookie handler and schema

## 0.2.8

### Patch Changes

- a01df62: fix: ensure path and operation params are merged on import

## 0.2.7

### Patch Changes

- 7f4d22e: refactor: new redirectToProxy helper

## 0.2.6

### Patch Changes

- cefe804: feat: findVariables, replaceVariables, concatenateUrlAndPath
- fec6f8e: feat: add a value to the server variables
- d0aec62: fix: remove hardcoded proxy url for new client

## 0.2.5

### Patch Changes

- a298195: feat: add timestamp in request event type
- 326bd3d: fix: URL is not encoded when sent to the proxy
- 94e68ab: chore: upgrade typescript to 5.5

## 0.2.4

### Patch Changes

- c20c7d0: feat: security schemes and requirements

## 0.2.3

### Patch Changes

- 362d47a: chore: less @ts-ignore comments

## 0.2.2

### Patch Changes

- a2cb3c3: Migrate away from unintended peer dependencies

## 0.2.1

### Patch Changes

- e0fc110: chore: patch bump all package
- f0acc89: chore: upgrade to new @scalar/openapi-parser version

## 0.2.0

### Minor Changes

- 7f8ef74: chore: remove aliasing

### Patch Changes

- 96347a1: feat: use example values for path variables
- 8494349: Migrate to highlightjs based syntax highlighting
- 6fbb57e: feat: release all the packages

## 0.1.17

### Patch Changes

- c951512: feat: omit empty and not required properties from the generated request body

## 0.1.16

### Patch Changes

- cc5402c: feat: OpenAuth 2.0 password grant

## 0.1.15

### Patch Changes

- f472998: feat: generated example values based on the given format

## 0.1.14

### Patch Changes

- 7205137: fix: response body does not show a preview when the content-type is undefined
- d369ac4: feat: union types in getExampleFromSchema

## 0.1.13

### Patch Changes

- 5aa656f: feat: [BREAKING CHANGE] use new HTTP proxy (https://github.com/scalar/scalar/pull/1703)

## 0.1.12

### Patch Changes

- 61b8ddc: fix: doesn’t render preview for mimetype variations like application/foobar+json
- 165b901: feat: dynamic values for generated examples

## 0.1.11

### Patch Changes

- 624604e: chore: move http status codes to oas-utils

## 0.1.10

### Patch Changes

- 45dc04b: fix: can’t release packages

## 0.1.9

### Patch Changes

- 05e2e27: chore: add provenance statement

## 0.1.8

### Patch Changes

- 085a0c2: fix: mimetypes with charsets and variants are ignored
- fa10d45: fix: failed to execute structuredClone

## 0.1.7

### Patch Changes

- 07211ad: chore: added new lint rule for type importing for better perf

## 0.1.6

### Patch Changes

- 22f2858: chore: ran syncpack to update packages

## 0.1.5

### Patch Changes

- 3ba9774: feat: add path routing option to references

## 0.1.4

### Patch Changes

- 24b3c2a: Add peer dependency for axios

## 0.1.3

### Patch Changes

- c14568f: feat: add custom security option

## 0.1.2

### Patch Changes

- 8b0691b: feat: added future support for SSR server state hydration

## 0.1.1

### Patch Changes

- 31aae5e: chore: moved shared types and methods into oas-utils

## 0.1.0

### Minor Changes

- 7fb8273: Migrate to @scalar/openapi-parser

## 0.0.4

### Patch Changes

- cecf074: Migrate to oas utils for basic spec operations

## 0.0.3

### Patch Changes

- 313997c: chore: align node versions to basis 18

## 0.0.2

### Patch Changes

- c254604: Add OAS utils package
- 5cf4afa: style: replace resize observer with css container queries
