Skip to content

Commit

Permalink
Squished branch: rc3-changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbutler committed Apr 16, 2024
1 parent 35fd3e4 commit 6f4ac71
Show file tree
Hide file tree
Showing 172 changed files with 2,493 additions and 285 deletions.
13 changes: 0 additions & 13 deletions .changeset/calm-clowns-jam.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/chatty-pears-doubt.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/clever-cats-jump.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/cruel-beers-retire.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fancy-hornets-sip.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/few-poems-change.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/fluffy-planes-listen.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/hot-streets-smell.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/lazy-keys-sink.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/lazy-lemons-rule.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/loud-clocks-dance.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/nasty-cloths-make.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/nine-seals-sip.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/seven-bikes-attend.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/tame-sites-count.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/warm-clocks-brush.md

This file was deleted.

109 changes: 0 additions & 109 deletions .changeset/whole-meals-thank.md

This file was deleted.

23 changes: 23 additions & 0 deletions azure/packages/azure-local-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @fluidframework/azure-local-service

## 2.0.0-rc.3.0.0

### Major Changes

- Packages now use package.json "exports" and require modern module resolution ([#20553](https://github.com/microsoft/FluidFramework/issues/20553)) [35fd3e4b1c](https://github.com/microsoft/FluidFramework/commits/35fd3e4b1cb9bbe42ffdfdc11752b21088abe43d)

Fluid Framework packages have been updated to use the [package.json "exports"
field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
TypeScript types and implementation code.

This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:

- `"moduleResolution": "Node16"` with `"module": "Node16"`
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`

We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
for use with modern versions of Node.js _and_ Bundlers.
[See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
regarding the module and moduleResolution options.

**Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
to distinguish stable APIs from those that are in development.**

## 2.0.0-rc.2.0.0

Dependency updates only.
Expand Down
23 changes: 23 additions & 0 deletions azure/packages/azure-service-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @fluidframework/azure-service-utils

## 2.0.0-rc.3.0.0

### Major Changes

- Packages now use package.json "exports" and require modern module resolution ([#20553](https://github.com/microsoft/FluidFramework/issues/20553)) [35fd3e4b1c](https://github.com/microsoft/FluidFramework/commits/35fd3e4b1cb9bbe42ffdfdc11752b21088abe43d)

Fluid Framework packages have been updated to use the [package.json "exports"
field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
TypeScript types and implementation code.

This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:

- `"moduleResolution": "Node16"` with `"module": "Node16"`
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`

We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
for use with modern versions of Node.js _and_ Bundlers.
[See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
regarding the module and moduleResolution options.

**Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
to distinguish stable APIs from those that are in development.**

## 2.0.0-rc.2.0.0

Dependency updates only.
Expand Down
23 changes: 23 additions & 0 deletions azure/packages/test/scenario-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @fluid-experimental/azure-scenario-runner

## 2.0.0-rc.3.0.0

### Major Changes

- Packages now use package.json "exports" and require modern module resolution ([#20553](https://github.com/microsoft/FluidFramework/issues/20553)) [35fd3e4b1c](https://github.com/microsoft/FluidFramework/commits/35fd3e4b1cb9bbe42ffdfdc11752b21088abe43d)

Fluid Framework packages have been updated to use the [package.json "exports"
field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
TypeScript types and implementation code.

This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:

- `"moduleResolution": "Node16"` with `"module": "Node16"`
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`

We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
for use with modern versions of Node.js _and_ Bundlers.
[See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
regarding the module and moduleResolution options.

**Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
to distinguish stable APIs from those that are in development.**

## 2.0.0-rc.2.0.0

Dependency updates only.
Expand Down
4 changes: 4 additions & 0 deletions examples/apps/attributable-map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @fluid-example/attributable-map

## 2.0.0-rc.3.0.0

Dependency updates only.

## 2.0.0-rc.2.0.0

Dependency updates only.
Expand Down
Loading

0 comments on commit 6f4ac71

Please sign in to comment.