Skip to content

Commit

Permalink
chore(all): prepare release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Mar 29, 2019
1 parent 4b7ed61 commit 42a23b9
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 34 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-binding",
"version": "2.2.2",
"version": "2.3.0",
"description": "A modern databinding library for JavaScript and HTML.",
"license": "MIT",
"keywords": [
Expand Down
15 changes: 15 additions & 0 deletions dist/aurelia-binding.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,21 @@ export declare function connectable(): void;
*/
export declare function enqueueBindingConnect(binding: Binding): void;

/**
* set the number of bindings that should connect immediately before resorting to queueing.
*/
export function setConnectQueueThreshold(value: number): void;

/**
* Enables the connect queue.
*/
export function enableConnectQueue(): void;

/**
* Disables the connect queue.
*/
export function disableConnectQueue(): void;

/**
* Connects a binding instance to a signal.
* @param binding The binding instance that should be triggered to refresh by the signal.
Expand Down
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="2.3.0"></a>
# [2.3.0](https://github.com/aurelia/binding/compare/2.2.1...2.3.0) (2019-03-29)


### Bug Fixes

* **typings:** add recent commits typings to src ([808c484](https://github.com/aurelia/binding/commit/808c484))



<a name="2.2.2"></a>
## [2.2.2](https://github.com/aurelia/binding/compare/2.2.0...2.2.2) (2019-03-19)

Expand Down
2 changes: 1 addition & 1 deletion doc/api.json

Large diffs are not rendered by default.

43 changes: 12 additions & 31 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-binding",
"version": "2.2.2",
"version": "2.3.0",
"description": "A modern databinding library for JavaScript and HTML.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 42a23b9

Please sign in to comment.