Comparing version 2.0.0-beta.20 to 2.0.0-beta.21
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="2.0.0-beta.21"></a> | ||
# 2.0.0-beta.21 (2024-08-08) | ||
### Bug Fixes: | ||
* **binding:** handle glitch (#2020) ([0f3dbee](https://github.com/aurelia/aurelia/commit/0f3dbee)) | ||
<a name="2.0.0-beta.20"></a> | ||
@@ -8,0 +15,0 @@ # 2.0.0-beta.20 (2024-07-07) |
@@ -20,3 +20,3 @@ import { IContainer } from '@aurelia/kernel'; | ||
export { attributePattern, AttributePattern, IAttrMapper, IAttributeParser, IAttributePattern, bindingCommand, BindingCommand, type BindingCommandInstance, ITemplateCompiler, ITemplateElementFactory, ITemplateCompilerHooks, TemplateCompilerHooks, templateCompilerHooks, type BindingCommandStaticAuDefinition, } from '@aurelia/template-compiler'; | ||
export { type BindingBehaviorInstance, type ValueConverterInstance, customAttribute, CustomAttribute, templateController, IRepeatableHandlerResolver, IRepeatableHandler, ArrayLikeHandler, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, type PartialChildrenDefinition, children, Controller, ViewFactory, type ISinglePageAppConfig, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IController, IViewFactory, IFlushQueue, FlushQueue, type IFlushable, renderer, IAurelia, NodeObserverLocator, type IAuSlot, IAuSlotsInfo, AuSlotsInfo, IAuSlotWatcher, slotted, ChildrenBinding, RuntimeTemplateCompilerImplementation, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, processContent, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, watch, IKeyMapping, IModifiedEventHandlerCreator, IEventModifier, type IModifiedEventHandler, Scope, ISignaler, } from '@aurelia/runtime-html'; | ||
export { type BindingBehaviorInstance, type ValueConverterInstance, customAttribute, CustomAttribute, templateController, IRepeatableHandlerResolver, IRepeatableHandler, ArrayLikeHandler, containerless, customElement, CustomElement, capture, useShadowDOM, AppTask, BindingMode, bindable, type PartialBindableDefinition, Bindable, coercer, type PartialChildrenDefinition, children, Controller, ViewFactory, type ISinglePageAppConfig, IAppRoot, INode, IEventTarget, IRenderLocation, type ICustomAttributeViewModel, type ICustomElementViewModel, IController, IViewFactory, IFlushQueue, FlushQueue, type IFlushable, renderer, IAurelia, NodeObserverLocator, type IAuSlot, IAuSlotsInfo, AuSlotsInfo, IAuSlotWatcher, slotted, ChildrenBinding, RuntimeTemplateCompilerImplementation, alias, registerAliases, bindingBehavior, BindingBehavior, valueConverter, ValueConverter, type IEnhancementConfig, type IHydratedParentController, ShortHandBindingSyntax, StyleConfiguration, type IShadowDOMConfiguration, cssModules, shadowCSS, processContent, ILifecycleHooks, type LifecycleHook, LifecycleHooks, lifecycleHooks, watch, IKeyMapping, IModifiedEventHandlerCreator, IEventModifier, type IModifiedEventHandler, Scope, ISignaler, IWindow, IHistory, } from '@aurelia/runtime-html'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "aurelia", | ||
"version": "2.0.0-beta.20", | ||
"version": "2.0.0-beta.21", | ||
"main": "dist/cjs/index.cjs", | ||
@@ -56,11 +56,11 @@ "module": "dist/esm/index.mjs", | ||
"dependencies": { | ||
"@aurelia/fetch-client": "2.0.0-beta.20", | ||
"@aurelia/kernel": "2.0.0-beta.20", | ||
"@aurelia/metadata": "2.0.0-beta.20", | ||
"@aurelia/expression-parser": "2.0.0-beta.20", | ||
"@aurelia/platform": "2.0.0-beta.20", | ||
"@aurelia/platform-browser": "2.0.0-beta.20", | ||
"@aurelia/runtime": "2.0.0-beta.20", | ||
"@aurelia/template-compiler": "2.0.0-beta.20", | ||
"@aurelia/runtime-html": "2.0.0-beta.20" | ||
"@aurelia/fetch-client": "2.0.0-beta.21", | ||
"@aurelia/kernel": "2.0.0-beta.21", | ||
"@aurelia/metadata": "2.0.0-beta.21", | ||
"@aurelia/expression-parser": "2.0.0-beta.21", | ||
"@aurelia/platform": "2.0.0-beta.21", | ||
"@aurelia/platform-browser": "2.0.0-beta.21", | ||
"@aurelia/runtime": "2.0.0-beta.21", | ||
"@aurelia/template-compiler": "2.0.0-beta.21", | ||
"@aurelia/runtime-html": "2.0.0-beta.21" | ||
}, | ||
@@ -67,0 +67,0 @@ "devDependencies": { |
@@ -673,2 +673,5 @@ import { DI, IContainer, Registration } from '@aurelia/kernel'; | ||
ISignaler, | ||
IWindow, | ||
IHistory, | ||
} from '@aurelia/runtime-html'; |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
83327
1089
+ Added@aurelia/expression-parser@2.0.0-beta.21(transitive)
+ Added@aurelia/fetch-client@2.0.0-beta.21(transitive)
+ Added@aurelia/kernel@2.0.0-beta.21(transitive)
+ Added@aurelia/metadata@2.0.0-beta.21(transitive)
+ Added@aurelia/platform@2.0.0-beta.21(transitive)
+ Added@aurelia/platform-browser@2.0.0-beta.21(transitive)
+ Added@aurelia/runtime@2.0.0-beta.21(transitive)
+ Added@aurelia/runtime-html@2.0.0-beta.21(transitive)
+ Added@aurelia/template-compiler@2.0.0-beta.21(transitive)
- Removed@aurelia/expression-parser@2.0.0-beta.20(transitive)
- Removed@aurelia/fetch-client@2.0.0-beta.20(transitive)
- Removed@aurelia/kernel@2.0.0-beta.20(transitive)
- Removed@aurelia/metadata@2.0.0-beta.20(transitive)
- Removed@aurelia/platform@2.0.0-beta.20(transitive)
- Removed@aurelia/platform-browser@2.0.0-beta.20(transitive)
- Removed@aurelia/runtime@2.0.0-beta.20(transitive)
- Removed@aurelia/runtime-html@2.0.0-beta.20(transitive)
- Removed@aurelia/template-compiler@2.0.0-beta.20(transitive)