Skip to content

Commit 7de9b9d

Browse files
committed
chore(release): prepare release v1.11.1
1 parent b79fa0c commit 7de9b9d

12 files changed

Lines changed: 24 additions & 11 deletions

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-templating",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.",
55
"keywords": [
66
"aurelia",

dist/amd/aurelia-templating.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/commonjs/aurelia-templating.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es2015/aurelia-templating.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/es2017/aurelia-templating.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/native-modules/aurelia-templating.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/system/aurelia-templating.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/types/aurelia-templating.d.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,15 @@ export declare class ViewResources {
769769
* @return The value.
770770
*/
771771
getValue(name: string): any;
772+
/**
773+
* Not supported for public use. Can be changed without warning.
774+
*
775+
* Auto register a resources based on its metadata or convention
776+
* Will fallback to custom element if no metadata found and all conventions fail
777+
* @param container
778+
* @param impl
779+
*/
780+
autoRegister(container: Container, impl: Function): ViewResourceType;
772781
}
773782
export interface LetExpression {
774783
createBinding(): LetBinding;

doc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.11.1](https://github.com/aurelia/templating/compare/1.11.0...1.11.1) (2022-03-31)
2+
3+
4+
15
# [1.11.0](https://github.com/aurelia/templating/compare/1.10.4...1.11.0) (2022-03-31)
26

37

doc/api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)