* update fast-element version to 2.0.0-beta.1

* update other versions

* revert site dependencies

* Change files

* downversion packages by 1 beta release

* downgrade fast-color-explorer dependencies to be compatible with fast-components

* downgrade fast-figma-plugin dependencies to be compatible with fast-components

* downgrade prerelease version of fast-foundation

* convert change type to 'prerelease' for all prerelease packages

Co-authored-by: nicholasrice <nicholasrice@users.noreply.github.com>
This commit is contained in:
Nicholas Rice 2022-06-01 10:49:27 -07:00 коммит произвёл GitHub
Родитель 4699e77715
Коммит 5b313a3262
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
111 изменённых файлов: 181 добавлений и 154 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "Add adaptive-ui package",
"packageName": "@microsoft/adaptive-ui",
"email": "47367562+bheston@users.noreply.github.com",

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Set prerelease version",
"packageName": "@microsoft/adaptive-ui",
"email": "nicholasrice@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "major",
"comment": "fix: update components to new CSSDirective API",
"packageName": "@microsoft/fast-components",
"email": "roeisenb@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "Update the API report based on foundation updates for FAST element 2.0",
"packageName": "@microsoft/fast-components",
"email": "7559015+janechu@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "major",
"comment": "fix: update foundation and components template types",
"packageName": "@microsoft/fast-components",
"email": "roeisenb@microsoft.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,7 +0,0 @@
{
"type": "none",
"comment": "update playwright",
"packageName": "@microsoft/fast-components",
"email": "nicholasrice@users.noreply.github.com",
"dependentChangeType": "none"
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "refactor: extract polyfill and polyfill-like code to an optional module",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "feat: add warn/error message infrastructure",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "`View` and `HTMLView` - Type parameters added to enable strongly typed views based on their data source. The constructor of `HTMLView` has a new signature based on changes to the compiler's output. Internals have been cleaned up and no longer rely on the Range type.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "`ElementViewTemplate`, `SyntheticViewTemplate`, and `ViewTemplate` - Added type parameters throughout. Logic to instantiate and apply behaviors moved out of the template and into the view where it can be lazily executed. Removed the ability of the `render` method to take a string id of the node to render to. You must provide a node.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "`DOM` - Tree Walker methods are no longer used and are thus removed. The API for removing child nodes has been removed as well since it was only used in one place and could be inlined. The helper `createCustomAttributePlaceholder()` no longer requires an attribute name. It will be uniquely generated internally.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "`class` - Bindings to `class` are now more nuanced. Binding directly to `class` will simply set the `className` property. If you need to bind to `class` knowing that manual JS will also manipulate the `classList` in addition to the binding, then you should now bind to `:classList` instead. This allows for performance optimizations in the simple, most common case.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "`Behavior` and `ViewBehavior` - `Behavior` now requires an `ExecutionContext` for `unbind`. Behaviors can be used for elements or views. `ViewBehavior` has been introduced for use exclusively with views, and provides some optimization opportunities.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "`RefBehavior` has been replaced with `RefDirective`. The directive also implements `ViewBehavior` allowing a single directive instance to be shared across all template instances that use the ref.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "Removed `SlottedBehavior` and `ChildrenBehavior` have been replaced with `SlottedDirective` and `ChildrenDirective`. These directives allow a single directive instance to be shared across all template instances that use the ref.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "Removed `AttachedBehaviorHTMLDirective` and `AttachedBehaviorType` since they are no longer used in the new directive/behavior architecture for ref, slotted, and children.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "Renamed `Notifier#source` to `Notifier#subject` to align with other observable terminology and prevent name clashes with `BindingObserver` properties.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "feat: create unified API for parsing markers",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "allow null values in attributeChangedCallback",
"packageName": "@microsoft/fast-element",
"email": "nicholasrice@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "feat: add splice strategies for array observation",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "feat: handle existing shadow roots when upgrading",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "fix: enable safer type inference on the repeat helper",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Set prerelease version",
"packageName": "@microsoft/fast-element",
"email": "nicholasrice@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "refactor: separate update queue from DOM and fix architectural layers",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "feat: aspected html directive exposes metadata",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "`HTMLDirective` - The `targetIndex: number` property has been replaced by a `targetId: string` property. The `createBehavior` method no longer takes a target `Node` but instead takes a `BehaviorTargets` instance. The actual target can be looked up on the `BehaviorTargets` instance by indexing with the `targetId` property.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "`compileTemplate()` - Internals have been significantly changed. The implementation no longer uses a TreeWalker. The return type has change to an `HTMLTemplateCompilationResult` with different properties.",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "refactor: move template/style resolution to lazy getter",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "refactor: enable pluggable template compiler for SSR scenarios",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "feat: enable pluggable style handling strategies",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "fix(fast-element): do not notify splices for changes pre-subscription",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "feat: new directive registration/identification model",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "fix: prevent duplicative array observation patch",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "Adds Aspect as public export",
"packageName": "@microsoft/fast-element",
"email": "nicholasrice@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "feat: expose official Markup and Parser APIs",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "refactor: refine binding mode types",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "feat: add two-way binding",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "fix: defend against for/in use on arrays",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "fix: merge bug related to moved APIs",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "feat: enable multiple instances of fast-element on a page at once",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "Upgrade TypeScript",
"packageName": "@microsoft/fast-element",
"email": "nicholasrice@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "enumerate fast-element package as a ES module package",
"packageName": "@microsoft/fast-element",
"email": "nicholasrice@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "feat: enable array length observation",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "feat: add utilities and hooks, and change exports",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "refactor: new design for execution context",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: fast-element package and build modernization",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "feat: new CSSDirective design",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: configure fast-element for internal stripping",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "feat: enable synchronous dom updates for SSR",
"packageName": "@microsoft/fast-element",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix: update foundation and components template types",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: update imports to match latest fast-element exports",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix incorrect and unsemantic slot names for search",
"packageName": "@microsoft/fast-foundation",
"email": "chhol@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix: update to latest fast-element and change exports",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "update the default value of dialog's modal attribute to false",
"packageName": "@microsoft/fast-foundation",
"email": "chhol@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "remove unnecessary DOM nodes from start/end slot templates",
"packageName": "@microsoft/fast-foundation",
"email": "chhol@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "Updated to use the new FAST element 2.0 APIs for creating behaviors and creating element styles",
"packageName": "@microsoft/fast-foundation",
"email": "7559015+janechu@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "feat: officially expose testing helpers",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: configure fast-foundation for internals stripping",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "change activeindicator attribute in tabs to hide-active-indicator to better support boolean attribute behavior",
"packageName": "@microsoft/fast-foundation",
"email": "chhol@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "remove class and part names from slots in fast foundation templates",
"packageName": "@microsoft/fast-foundation",
"email": "chhol@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "Deprecates style utilities and hard-codes focus-visible value",
"packageName": "@microsoft/fast-foundation",
"email": "nicholasrice@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "minor",
"type": "prerelease",
"comment": "update attribute and observable change handlers with internal logic to be protected instead of private",
"packageName": "@microsoft/fast-foundation",
"email": "chhol@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix: update foundation to new CSSDirective API",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix: update foundation to new APIs",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix: update fast-foundation to not use deprecated APIs",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "remove deprecated item slot name on accordion as it is the default slot",
"packageName": "@microsoft/fast-foundation",
"email": "chhol@microsoft.com",

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Set prerelease version",
"packageName": "@microsoft/fast-foundation",
"email": "nicholasrice@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "fix: update templates to use classList and fix classList bug",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: fast-foundation package and build modernization",
"packageName": "@microsoft/fast-foundation",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "change trapFocus on dialog to noFocusTrap to better support boolean attributes",
"packageName": "@microsoft/fast-foundation",
"email": "chhol@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "rename title attribute on disclosure to summary",
"packageName": "@microsoft/fast-foundation",
"email": "chhol@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix: update React wrapper lib to use latest APIs",
"packageName": "@microsoft/fast-react-wrapper",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: remove rollup of react-wrapper",
"packageName": "@microsoft/fast-react-wrapper",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: update fast-react-wrapper to latest core APIs",
"packageName": "@microsoft/fast-react-wrapper",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Set prerelease version",
"packageName": "@microsoft/fast-react-wrapper",
"email": "nicholasrice@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix: update fast-react-wrapper to not use deprecated APIs",
"packageName": "@microsoft/fast-react-wrapper",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "fix: update router to work with new template primitives",
"packageName": "@microsoft/fast-router",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix: update router to new directive APIs.",
"packageName": "@microsoft/fast-router",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: remove rollup of router",
"packageName": "@microsoft/fast-router",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "Upgrade TypeScript",
"packageName": "@microsoft/fast-router",
"email": "nicholasrice@users.noreply.github.com",

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Set prerelease version",
"packageName": "@microsoft/fast-router",
"email": "nicholasrice@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: configure fast-router for internals stripping",
"packageName": "@microsoft/fast-router",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "refactor: new design for execution context",
"packageName": "@microsoft/fast-router",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "Update the fast-router with the updates to fast-element 2.0 APIs",
"packageName": "@microsoft/fast-router",
"email": "7559015+janechu@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "fix: update to latest fast-element utilities",
"packageName": "@microsoft/fast-router",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "Fixed an updated export from FAST element 2.0",
"packageName": "@microsoft/fast-router",
"email": "7559015+janechu@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "update npmignore file w/ new project structure",
"packageName": "@microsoft/fast-ssr",
"email": "nicholasrice@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "remove private field from package.json",
"packageName": "@microsoft/fast-ssr",
"email": "nicholasrice@users.noreply.github.com",

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "major",
"type": "prerelease",
"comment": "chore: configure fast-ssr for internals stripping",
"packageName": "@microsoft/fast-ssr",
"email": "roeisenb@microsoft.com",

Просмотреть файл

@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Set prerelease version",
"packageName": "@microsoft/fast-ssr",
"email": "nicholasrice@users.noreply.github.com",
"dependentChangeType": "patch"
}

Просмотреть файл

@ -1,5 +1,5 @@
{
"type": "patch",
"type": "prerelease",
"comment": "Adds DOM shim support for APIs in @microsoft/fast-foundation",
"packageName": "@microsoft/fast-ssr",
"email": "nicholasrice@users.noreply.github.com",

Просмотреть файл

@ -12,8 +12,8 @@
"license": "ISC",
"dependencies": {
"@microsoft/fast-colors": "^5.3.0",
"@microsoft/fast-element": "^1.10.2",
"@microsoft/fast-foundation": "^2.46.9",
"@microsoft/fast-element": "^2.0.0-beta.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.0",
"@microsoft/fast-components": "^2.30.6",
"tslib": "^2.4.0"
},

Просмотреть файл

@ -55,7 +55,7 @@
"@fluentui/web-components": "^2.2.1",
"@microsoft/fast-colors": "^5.3.0",
"@microsoft/fast-components": "^2.30.6",
"@microsoft/fast-element": "^1.10.2",
"@microsoft/fast-react-wrapper": "^0.3.9"
"@microsoft/fast-element": "^1.0.0",
"@microsoft/fast-react-wrapper": "^1.0.0-alpha.0"
}
}

Просмотреть файл

@ -1,5 +1,4 @@
import {
child,
css,
customElement,
FASTElement,
@ -15,7 +14,7 @@ const template = html<DesignTokensForm>`
<ul>
${repeat(
x => x.designTokens,
child<UIDesignTokenValue, DesignTokensForm>`
html<UIDesignTokenValue, DesignTokensForm>`
<li>
<td-design-token-field
:designToken=${x => x.definition}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/adaptive-ui",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.0",
"description": "A collection of design utilities supporting basic styling and Adaptive UI",
"type": "module",
"main": "dist/esm/index.js",
@ -43,7 +43,7 @@
},
"dependencies": {
"@microsoft/fast-colors": "^5.3.0",
"@microsoft/fast-foundation": "^2.46.2"
"@microsoft/fast-foundation": "3.0.0-alpha.0"
},
"devDependencies": {
"@microsoft/api-extractor": "7.24.2",

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-react-wrapper",
"description": "A utility for wrapping web components for use in React.",
"sideEffects": false,
"version": "0.3.9",
"version": "1.0.0-alpha.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -82,8 +82,8 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@microsoft/fast-element": "^1.10.2",
"@microsoft/fast-foundation": "^2.46.9"
"@microsoft/fast-element": "^2.0.0-beta.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.0"
},
"peerDependencies": {
"react": ">=16.9.0"

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@microsoft/fast-element",
"description": "A library for constructing Web Components",
"version": "1.10.2",
"version": "2.0.0-beta.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-foundation",
"description": "A library of Web Component building blocks",
"sideEffects": false,
"version": "2.46.9",
"version": "3.0.0-alpha.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -107,7 +107,7 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@microsoft/fast-element": "^1.10.2",
"@microsoft/fast-element": "^2.0.0-beta.0",
"@microsoft/fast-web-utilities": "^5.4.1",
"tabbable": "^5.2.0",
"tslib": "^2.4.0"

Просмотреть файл

@ -2,7 +2,7 @@
"name": "@microsoft/fast-router",
"description": "A web-components-based router.",
"sideEffects": false,
"version": "0.4.2",
"version": "1.0.0-alpha.0",
"author": {
"name": "Microsoft",
"url": "https://discord.gg/FcSNfg4"
@ -80,6 +80,6 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@microsoft/fast-element": "^1.10.2"
"@microsoft/fast-element": "^2.0.0-beta.0"
}
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/fast-ssr",
"version": "0.1.0",
"version": "1.0.0-beta.0",
"type": "module",
"author": {
"name": "Microsoft",
@ -52,11 +52,11 @@
"tslib": "^2.4.0"
},
"peerDependencies": {
"@microsoft/fast-element": "^1.10.1"
"@microsoft/fast-element": "^2.0.0-beta.0"
},
"devDependencies": {
"@microsoft/fast-element": "^1.10.1",
"@microsoft/fast-foundation": "^2.46.2",
"@microsoft/fast-element": "^2.0.0-beta.0",
"@microsoft/fast-foundation": "^3.0.0-alpha.0",
"@microsoft/api-extractor": "7.24.2",
"@playwright/test": "^1.20.1",
"@types/express": "^4.17.13",

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше