Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
TechQuery authored Sep 4, 2024
2 parents 641d3e6 + a6c65f3 commit d0d0bf3
Show file tree
Hide file tree
Showing 38 changed files with 1,485 additions and 297 deletions.
1 change: 0 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "avoid",
"htmlWhitespaceSensitivity": "ignore",
"endOfLine": "auto"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FAST is dedicated to providing support for native Web Components and modern Web
* Create reusable UI components with `@microsoft/fast-element`, all based on W3C Web Component standards.
* Integrate FAST Web Components with any library, framework, or build system. You can adopt incrementally without re-writing your existing systems.

For an in-depth explanation of FAST [see our docs introduction](https://www.fast.design/docs/introduction/).
For an in-depth explanation of FAST [see our docs introduction](https://fast.design/docs/introduction/).

## Packages

Expand Down
1 change: 0 additions & 1 deletion beachball.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
disallowedChangeTypes: ["major"],
ignorePatterns: [
".ignore",
".github/",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"directory": "examples/ssr"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.26",
"@microsoft/fast-element": "^2.0.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"@microsoft/fast-ssr": "^1.0.0-beta.33",
"@microsoft/fast-ssr": "^1.0.0-beta.35",
"express": "^4.19.2",
"fast-todo-app": "1.0.0",
"ts-loader": "^9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"directory": "examples/todo-app"
},
"dependencies": {
"@microsoft/fast-element": "^2.0.0-beta.26",
"@microsoft/fast-element": "^2.0.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.33",
"tslib": "^2.6.3"
},
Expand Down
67 changes: 26 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 55 additions & 0 deletions packages/web-components/fast-element/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,61 @@
{
"name": "@microsoft/fast-element",
"entries": [
{
"date": "Mon, 19 Aug 2024 22:04:19 GMT",
"version": "2.0.0",
"tag": "@microsoft/fast-element_v2.0.0",
"comments": {
"major": [
{
"author": "13071055+chrisdholt@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "630a5e25a953201afa016e54aa77cf68d9d7663a",
"comment": "Update @microsoft/fast-element to major version"
}
],
"none": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "78910b1158a6a24b717b3d94616fa93ab6786ab4",
"comment": "Remove yarn and lerna in favor of npm"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "97bf7097a3d85df153df3528a450d7d65dd9b1cc",
"comment": "Add api-extractor generated docs for di and context export paths"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "4f166dc4fb83cca168b1f284da21fc6979fd1420",
"comment": "Update tensile-perf dependency"
},
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "92e82f74b9ec0e5eb28895a6aba6426224ee434d",
"comment": "Add working with decorators doc and updated api-report markdown"
}
],
"prerelease": [
{
"author": "7559015+janechu@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "035aefc8a25f4f75f3eb2e8cfb4dd0c60e0d2f67",
"comment": "Fix CodeQL issues"
},
{
"author": "171390049+prabhujayapal@users.noreply.github.com",
"package": "@microsoft/fast-element",
"commit": "882eded0b9dbc7d129ae4e634878024a0d7ffc08",
"comment": "Adds support for FASTElement hydration"
}
]
}
},
{
"date": "Thu, 20 Jun 2024 17:00:56 GMT",
"version": "2.0.0-beta.26",
Expand Down
15 changes: 14 additions & 1 deletion packages/web-components/fast-element/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - @microsoft/fast-element

This log was last generated on Fri, 18 Aug 2023 00:04:40 GMT and should not be manually modified.
This log was last generated on Mon, 19 Aug 2024 22:04:19 GMT and should not be manually modified.

<!-- Start content -->

## 2.0.0

Mon, 19 Aug 2024 22:04:19 GMT

### Major changes

- Update @microsoft/fast-element to major version (13071055+chrisdholt@users.noreply.github.com)

### Changes

- Fix CodeQL issues (7559015+janechu@users.noreply.github.com)
- Adds support for FASTElement hydration (171390049+prabhujayapal@users.noreply.github.com)

## 2.0.0-beta.26

Fri, 18 Aug 2023 00:04:40 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/web-components/fast-element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `fast-element` library is a lightweight means to easily build performant, me

### From NPM

To install the `fast-element` library using `npm`:
To install the latest `fast-element` library using `npm`:

```shell
npm install --save @microsoft/fast-element
Expand Down
14 changes: 14 additions & 0 deletions packages/web-components/fast-element/api-extractor.context.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"extends": "../../../api-extractor.json",
"mainEntryPointFilePath": "./dist/dts/context.d.ts",
"apiReport": {
"enabled": true,
"reportFolder": "<projectFolder>/docs/context",
"reportFileName": "api-report"
},
"docModel": {
"enabled": true,
"apiJsonFilePath": "<projectFolder>/dist/context/context.api.json"
}
}
Loading

0 comments on commit d0d0bf3

Please sign in to comment.