microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-7547

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/html-program-viewer/CHANGELOG.md

353lines · modepreview

# Change Log - @typespec/html-program-viewer

## 0.73.0

### Features

- [#8013](https://github.com/microsoft/typespec/pull/8013) Add button to bookmark types in the type graph into `window.vars`

### Bump dependencies

- [#7978](https://github.com/microsoft/typespec/pull/7978) Upgrade dependencies

### Bug Fixes

- [#7899](https://github.com/microsoft/typespec/pull/7899) Handle new `creating` property


## 0.72.0

### Features

- [#7620](https://github.com/microsoft/typespec/pull/7620) Render `indexer` property on model
- [#7836](https://github.com/microsoft/typespec/pull/7836) Expose program viewer navigation in TypGraph props

### Bump dependencies

- [#7674](https://github.com/microsoft/typespec/pull/7674) Upgrade dependencies

### Bug Fixes

- [#7834](https://github.com/microsoft/typespec/pull/7834) Fix type state not showing in program viewer


## 0.71.0

### Bump dependencies

- [#7323](https://github.com/microsoft/typespec/pull/7323) Upgrade dependencies


## 0.70.0

No changes, version bump only.

## 0.69.0

No changes, version bump only.

## 0.68.0

### Bump dependencies

- [#6595](https://github.com/microsoft/typespec/pull/6595) Upgrade dependencies


## 0.67.0

### Features

- [#6327](https://github.com/microsoft/typespec/pull/6327) Remove reference to delete projection feature

### Bump dependencies

- [#6266](https://github.com/microsoft/typespec/pull/6266) Update dependencies


## 0.66.0

### Features

- [#5996](https://github.com/microsoft/typespec/pull/5996) Emitter Framework V2


## 0.65.0

### Bump dependencies

- [#5690](https://github.com/microsoft/typespec/pull/5690) Upgrade dependencies


## 0.64.0

No changes, version bump only.

## 0.63.0

No changes, version bump only.

## 0.62.0

### Bump dependencies

- [#4679](https://github.com/microsoft/typespec/pull/4679) Upgrade dependencies - October 2024


## 0.61.0

### Bump dependencies

- [#4424](https://github.com/microsoft/typespec/pull/4424) Bump dependencies


## 0.60.0

### Bug Fixes

- [#4353](https://github.com/microsoft/typespec/pull/4353) Fix crash when using anonymous union variant
- [#4136](https://github.com/microsoft/typespec/pull/4136) Fix namespace with the same name conflicting in the tree navigation


## 0.59.0

### Bump dependencies

- [#3948](https://github.com/microsoft/typespec/pull/3948) Update dependencies


## 0.58.0

### Bug Fixes

- [#3585](https://github.com/microsoft/typespec/pull/3585) Fix crash in program viewer when trying to display new value type

### Bump dependencies

- [#3718](https://github.com/microsoft/typespec/pull/3718) Dependency updates July 2024

### Features

- [#3713](https://github.com/microsoft/typespec/pull/3713) Complete new dynamic UI to navigate the TypeSpec type graph


## 0.57.0

### Bump dependencies

- [#3401](https://github.com/microsoft/typespec/pull/3401) Update dependencies - May 2024

### Features

- [#3022](https://github.com/microsoft/typespec/pull/3022) Add support for values


## 0.56.0

### Bump dependencies

- [#3169](https://github.com/microsoft/typespec/pull/3169) Update dependencies

### Features

- [#3191](https://github.com/microsoft/typespec/pull/3191) Add `sourceModels` property to model view


## 0.55.0

### Bump dependencies

- [#3027](https://github.com/microsoft/typespec/pull/3027) Update dependencies


## 0.54.0

### Bug Fixes

- [#2941](https://github.com/microsoft/typespec/pull/2941) Fix: Program Viewer crash when using unnamed union variants

### Bump dependencies

- [#2900](https://github.com/microsoft/typespec/pull/2900) Update dependencies


## 0.53.0

### Patch Changes



## 0.52.0

Wed, 24 Jan 2024 05:46:53 GMT

### Updates

- Update dependencies

## 0.51.0

Wed, 06 Dec 2023 19:40:58 GMT

### Updates

- Add ability to change colors of the program viewer using css variables. A `ColorProvider` component is also provided for convenience.
- Upgrade formatter to prettier 3.1

## 0.50.0

Wed, 08 Nov 2023 00:07:17 GMT

### Updates

- `TypeScript` use `types` entry under `exports` of `package.json` instead of legacy `typesVersions` to provide the definition files

## 0.49.0

Wed, 11 Oct 2023 23:31:35 GMT

### Updates

- Update dependencies

## 0.48.0

Tue, 12 Sep 2023 21:47:11 GMT

_Version update only_

## 0.47.0

Tue, 08 Aug 2023 22:32:10 GMT

_Version update only_

## 0.46.0

Tue, 11 Jul 2023 22:06:00 GMT

### Updates

- Fix repo name in package.json
- Update dependencies

## 0.45.0

Tue, 06 Jun 2023 22:44:16 GMT

_Version update only_

## 0.44.0

Wed, 10 May 2023 21:24:00 GMT

### Updates

- Fix issue with showing enum members
- Update to show new `sourceModel` and `sourceOperation`
- Update dependencies

## 0.43.0

Tue, 11 Apr 2023 18:49:17 GMT

_Version update only_

## 0.42.0

Mon, 13 Mar 2023 21:30:44 GMT

_Version update only_

## 0.41.0

Fri, 03 Mar 2023 19:59:17 GMT

### Updates

- Revert back changelog
- Update package.json entrypoint to tspMain
- Rename to TypeSpec
- Update homepage link

## 0.40.0

Tue, 07 Feb 2023 21:56:17 GMT

### Updates

- Prettier format change.

## 0.39.0

Fri, 13 Jan 2023 00:05:26 GMT

### Updates

- Add more details to the type graph

## 0.38.0

Wed, 07 Dec 2022 17:21:52 GMT

### Minor changes

- Internal: update to use new `getTypeName` and `getNamespaceString` helper
- Uptake change to `onEmit` signature
- **Breaking change** using new built-in `emitter-output-dir` option instead of custom `output-dir`.

### Patches

- Update dependencies

## 0.5.0

Sat, 12 Nov 2022 00:14:04 GMT

### Minor changes

- Internal: Update css library

## 0.4.0

Wed, 12 Oct 2022 21:12:35 GMT

### Minor changes

- Uptake deprecation change to `output-dir`

## 0.3.0

Thu, 08 Sep 2022 01:04:53 GMT

### Minor changes

- Uptake changes to compiler with current projection
- React to Type suffix removal

### Patches

- Update dependencies

## 0.2.2

Thu, 11 Aug 2022 19:05:23 GMT

_Version update only_

## 0.2.1

Fri, 08 Jul 2022 23:22:57 GMT

_Version update only_

## 0.2.0

Mon, 13 Jun 2022 23:42:28 GMT

### Minor changes

- Enable program viewer components to be consumed from the browser

### Updates

- Upgrade to TS4.7