Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -6,2 +6,12 @@ # Change Log | ||
<a name="2.0.0-beta.3"></a> | ||
# 2.0.0-beta.3 (2023-03-24) | ||
### Refactorings: | ||
* **controller:** remove lifecycle flags (#1707) ([a31cd75](https://github.com/aurelia/aurelia/commit/a31cd75)) | ||
* **ci:** remove e2e safari from pipeline ([a31cd75](https://github.com/aurelia/aurelia/commit/a31cd75)) | ||
* **tests:** disable hook tests ([a31cd75](https://github.com/aurelia/aurelia/commit/a31cd75)) | ||
* **build:** use turbo to boost build speed (#1692) ([d99b136](https://github.com/aurelia/aurelia/commit/d99b136)) | ||
<a name="2.0.0-beta.2"></a> | ||
@@ -8,0 +18,0 @@ # 2.0.0-beta.2 (2023-02-26) |
@@ -21,3 +21,3 @@ import { IContainer } from '@aurelia/kernel'; | ||
export { CollectionKind, batch, ComputedObserver, IObserverLocator, ISignaler, subscriberCollection, type BindingBehaviorInstance, observable, type ValueConverterInstance, type IndexMap, } from '@aurelia/runtime'; | ||
export { LifecycleFlags, customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, strict, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, children, Controller, ViewFactory, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IFlushQueue, FlushQueue, IFlushable, renderer, IAurelia, NodeObserverLocator, IAuSlotsInfo, AuSlotsInfo, ITemplateCompiler, ITemplateCompilerHooks, TemplateCompilerHooks, templateCompilerHooks, attributePattern, IAttributePattern, IAttrMapper, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, bindingCommand, type BindingCommandInstance, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, } from '@aurelia/runtime-html'; | ||
export { customAttribute, CustomAttribute, templateController, containerless, customElement, CustomElement, strict, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, children, Controller, ViewFactory, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IFlushQueue, FlushQueue, IFlushable, renderer, IAurelia, NodeObserverLocator, IAuSlotsInfo, AuSlotsInfo, ITemplateCompiler, ITemplateCompilerHooks, TemplateCompilerHooks, templateCompilerHooks, attributePattern, IAttributePattern, IAttrMapper, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, bindingCommand, type BindingCommandInstance, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, } from '@aurelia/runtime-html'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "aurelia", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -51,9 +51,9 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/fetch-client": "2.0.0-beta.2", | ||
"@aurelia/kernel": "2.0.0-beta.2", | ||
"@aurelia/metadata": "2.0.0-beta.2", | ||
"@aurelia/platform": "2.0.0-beta.2", | ||
"@aurelia/platform-browser": "2.0.0-beta.2", | ||
"@aurelia/runtime": "2.0.0-beta.2", | ||
"@aurelia/runtime-html": "2.0.0-beta.2" | ||
"@aurelia/fetch-client": "2.0.0-beta.3", | ||
"@aurelia/kernel": "2.0.0-beta.3", | ||
"@aurelia/metadata": "2.0.0-beta.3", | ||
"@aurelia/platform": "2.0.0-beta.3", | ||
"@aurelia/platform-browser": "2.0.0-beta.3", | ||
"@aurelia/runtime": "2.0.0-beta.3", | ||
"@aurelia/runtime-html": "2.0.0-beta.3" | ||
}, | ||
@@ -60,0 +60,0 @@ "devDependencies": { |
@@ -432,3 +432,2 @@ import { DI, IContainer, Registration } from '@aurelia/kernel'; | ||
export { | ||
LifecycleFlags, | ||
// PartialBindingBehaviorDefinition, | ||
@@ -435,0 +434,0 @@ // BindingBehaviorKind, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
67307
1147
+ Added@aurelia/fetch-client@2.0.0-beta.3(transitive)
+ Added@aurelia/kernel@2.0.0-beta.3(transitive)
+ Added@aurelia/metadata@2.0.0-beta.3(transitive)
+ Added@aurelia/platform@2.0.0-beta.3(transitive)
+ Added@aurelia/platform-browser@2.0.0-beta.3(transitive)
+ Added@aurelia/runtime@2.0.0-beta.3(transitive)
+ Added@aurelia/runtime-html@2.0.0-beta.3(transitive)
- Removed@aurelia/fetch-client@2.0.0-beta.2(transitive)
- Removed@aurelia/kernel@2.0.0-beta.2(transitive)
- Removed@aurelia/metadata@2.0.0-beta.2(transitive)
- Removed@aurelia/platform@2.0.0-beta.2(transitive)
- Removed@aurelia/platform-browser@2.0.0-beta.2(transitive)
- Removed@aurelia/runtime@2.0.0-beta.2(transitive)
- Removed@aurelia/runtime-html@2.0.0-beta.2(transitive)
Updated@aurelia/kernel@2.0.0-beta.3