Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/fix-attribute-mustache-binding-name.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-conditional-binding-async-completion.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/fix-foreach-callback-api.md

This file was deleted.

22 changes: 22 additions & 0 deletions builds/knockout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @tko/build.knockout

## 4.1.1

### Patch Changes

- Updated dependencies [6f94126]
- Updated dependencies [43e69da]
- @tko/binding.if@4.1.1
- @tko/binding.foreach@4.1.1
- @tko/binding.component@4.1.1
- @tko/binding.core@4.1.1
- @tko/binding.template@4.1.1
- @tko/builder@4.1.1
- @tko/filter.punches@4.1.1
- @tko/provider.attr@4.1.1
- @tko/provider.component@4.1.1
- @tko/provider.databind@4.1.1
- @tko/provider.multi@4.1.1
- @tko/provider.virtual@4.1.1
- @tko/utils@4.1.1
- @tko/utils.component@4.1.1
- @tko/utils.functionrewrite@4.1.1

## 4.1.0

### Patch Changes
Expand Down
32 changes: 16 additions & 16 deletions builds/knockout/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0",
"version": "4.1.1",
"name": "@tko/build.knockout",
"description": "Knockout makes it easier to create rich, responsive UIs with JavaScript",
"homepage": "https://tko.io",
Expand Down Expand Up @@ -35,21 +35,21 @@
}
],
"dependencies": {
"@tko/binding.component": "^4.1.0",
"@tko/binding.core": "^4.1.0",
"@tko/binding.foreach": "^4.1.0",
"@tko/binding.if": "^4.1.0",
"@tko/binding.template": "^4.1.0",
"@tko/builder": "^4.1.0",
"@tko/filter.punches": "^4.1.0",
"@tko/provider.attr": "^4.1.0",
"@tko/provider.component": "^4.1.0",
"@tko/provider.databind": "^4.1.0",
"@tko/provider.multi": "^4.1.0",
"@tko/provider.virtual": "^4.1.0",
"@tko/utils.component": "^4.1.0",
"@tko/utils.functionrewrite": "^4.1.0",
"@tko/utils": "^4.1.0"
"@tko/binding.component": "^4.1.1",
"@tko/binding.core": "^4.1.1",
"@tko/binding.foreach": "^4.1.1",
"@tko/binding.if": "^4.1.1",
"@tko/binding.template": "^4.1.1",
"@tko/builder": "^4.1.1",
"@tko/filter.punches": "^4.1.1",
"@tko/provider.attr": "^4.1.1",
"@tko/provider.component": "^4.1.1",
"@tko/provider.databind": "^4.1.1",
"@tko/provider.multi": "^4.1.1",
"@tko/provider.virtual": "^4.1.1",
"@tko/utils.component": "^4.1.1",
"@tko/utils.functionrewrite": "^4.1.1",
"@tko/utils": "^4.1.1"
},
"exports": {
".": {
Expand Down
25 changes: 25 additions & 0 deletions builds/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @tko/build.reference

## 4.1.1

### Patch Changes

- Updated dependencies [b4f83e7]
- Updated dependencies [6f94126]
- Updated dependencies [43e69da]
- @tko/provider.mustache@4.1.1
- @tko/binding.if@4.1.1
- @tko/binding.foreach@4.1.1
- @tko/binding.component@4.1.1
- @tko/binding.core@4.1.1
- @tko/binding.template@4.1.1
- @tko/builder@4.1.1
- @tko/filter.punches@4.1.1
- @tko/provider.attr@4.1.1
- @tko/provider.component@4.1.1
- @tko/provider.databind@4.1.1
- @tko/provider.multi@4.1.1
- @tko/provider.native@4.1.1
- @tko/provider.virtual@4.1.1
- @tko/utils@4.1.1
- @tko/utils.component@4.1.1
- @tko/utils.jsx@4.1.1

## 4.1.0

### Patch Changes
Expand Down
36 changes: 18 additions & 18 deletions builds/reference/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0",
"version": "4.1.1",
"name": "@tko/build.reference",
"description": "The TKO Reference Build",
"repository": {
Expand All @@ -9,23 +9,23 @@
"author": "The Knockout Team",
"license": "MIT",
"dependencies": {
"@tko/binding.component": "^4.1.0",
"@tko/binding.core": "^4.1.0",
"@tko/binding.foreach": "^4.1.0",
"@tko/binding.if": "^4.1.0",
"@tko/binding.template": "^4.1.0",
"@tko/builder": "^4.1.0",
"@tko/filter.punches": "^4.1.0",
"@tko/provider.attr": "^4.1.0",
"@tko/provider.component": "^4.1.0",
"@tko/provider.databind": "^4.1.0",
"@tko/provider.multi": "^4.1.0",
"@tko/provider.mustache": "^4.1.0",
"@tko/provider.native": "^4.1.0",
"@tko/provider.virtual": "^4.1.0",
"@tko/utils.component": "^4.1.0",
"@tko/utils.jsx": "^4.1.0",
"@tko/utils": "^4.1.0"
"@tko/binding.component": "^4.1.1",
"@tko/binding.core": "^4.1.1",
"@tko/binding.foreach": "^4.1.1",
"@tko/binding.if": "^4.1.1",
"@tko/binding.template": "^4.1.1",
"@tko/builder": "^4.1.1",
"@tko/filter.punches": "^4.1.1",
"@tko/provider.attr": "^4.1.1",
"@tko/provider.component": "^4.1.1",
"@tko/provider.databind": "^4.1.1",
"@tko/provider.multi": "^4.1.1",
"@tko/provider.mustache": "^4.1.1",
"@tko/provider.native": "^4.1.1",
"@tko/provider.virtual": "^4.1.1",
"@tko/utils.component": "^4.1.1",
"@tko/utils.jsx": "^4.1.1",
"@tko/utils": "^4.1.1"
},
"files": [
"dist/"
Expand Down
11 changes: 11 additions & 0 deletions packages/bind/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tko/bind

## 4.1.1

### Patch Changes

- @tko/builder@4.1.1
- @tko/computed@4.1.1
- @tko/lifecycle@4.1.1
- @tko/observable@4.1.1
- @tko/provider@4.1.1
- @tko/utils@4.1.1

## 4.1.0

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/bind/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"version": "4.1.0",
"version": "4.1.1",
"name": "@tko/bind",
"description": "TKO DOM-Observable Binding",
"module": "dist/index.js",
"dependencies": {
"@tko/computed": "^4.1.0",
"@tko/lifecycle": "^4.1.0",
"@tko/observable": "^4.1.0",
"@tko/provider": "^4.1.0",
"@tko/utils": "^4.1.0",
"@tko/builder": "^4.1.0"
"@tko/computed": "^4.1.1",
"@tko/lifecycle": "^4.1.1",
"@tko/observable": "^4.1.1",
"@tko/provider": "^4.1.1",
"@tko/utils": "^4.1.1",
"@tko/builder": "^4.1.1"
},
"files": [
"dist/"
Expand Down
12 changes: 12 additions & 0 deletions packages/binding.component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tko/binding.component

## 4.1.1

### Patch Changes

- @tko/bind@4.1.1
- @tko/lifecycle@4.1.1
- @tko/observable@4.1.1
- @tko/provider.native@4.1.1
- @tko/utils@4.1.1
- @tko/utils.component@4.1.1
- @tko/utils.jsx@4.1.1

## 4.1.0

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/binding.component/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"version": "4.1.0",
"version": "4.1.1",
"name": "@tko/binding.component",
"description": "component: binding for web components",
"module": "dist/index.js",
"license": "MIT",
"dependencies": {
"@tko/bind": "^4.1.0",
"@tko/lifecycle": "^4.1.0",
"@tko/observable": "^4.1.0",
"@tko/provider.native": "^4.1.0",
"@tko/utils": "^4.1.0",
"@tko/utils.component": "^4.1.0",
"@tko/utils.jsx": "^4.1.0"
"@tko/bind": "^4.1.1",
"@tko/lifecycle": "^4.1.1",
"@tko/observable": "^4.1.1",
"@tko/provider.native": "^4.1.1",
"@tko/utils": "^4.1.1",
"@tko/utils.component": "^4.1.1",
"@tko/utils.jsx": "^4.1.1"
},
"files": [
"dist/"
Expand Down
9 changes: 9 additions & 0 deletions packages/binding.core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tko/binding.core

## 4.1.1

### Patch Changes

- @tko/bind@4.1.1
- @tko/computed@4.1.1
- @tko/observable@4.1.1
- @tko/utils@4.1.1

## 4.1.0

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/binding.core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0",
"version": "4.1.1",
"name": "@tko/binding.core",
"description": "TKO Core bindings",
"module": "dist/index.js",
Expand All @@ -24,10 +24,10 @@
},
"homepage": "https://tko.io",
"dependencies": {
"@tko/bind": "^4.1.0",
"@tko/computed": "^4.1.0",
"@tko/observable": "^4.1.0",
"@tko/utils": "^4.1.0"
"@tko/bind": "^4.1.1",
"@tko/computed": "^4.1.1",
"@tko/observable": "^4.1.1",
"@tko/utils": "^4.1.1"
},
"licenses": [
{
Expand Down
13 changes: 13 additions & 0 deletions packages/binding.foreach/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @tko/binding.foreach

## 4.1.1

### Patch Changes

- 43e69da: Add documented `foreach` lifecycle callbacks to `ForEachBinding`:
`afterRender(nodes, value)` fires when an item is rendered from the template,
`beforeMove(node, newIndex, value)` and `afterMove(node, newIndex, value)` fire
for retained items that shift position. The existing `afterAdd` and
`beforeRemove` signatures are unchanged.
- @tko/bind@4.1.1
- @tko/observable@4.1.1
- @tko/utils@4.1.1

## 4.1.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/binding.foreach/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0",
"version": "4.1.1",
"name": "@tko/binding.foreach",
"description": "Knockout Foreach Binding",
"module": "dist/index.js",
Expand All @@ -24,9 +24,9 @@
},
"homepage": "https://tko.io",
"dependencies": {
"@tko/bind": "^4.1.0",
"@tko/observable": "^4.1.0",
"@tko/utils": "^4.1.0"
"@tko/bind": "^4.1.1",
"@tko/observable": "^4.1.1",
"@tko/utils": "^4.1.1"
},
"licenses": [
{
Expand Down
9 changes: 9 additions & 0 deletions packages/binding.if/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tko/binding.if

## 4.1.1

### Patch Changes

- 6f94126: Fix async completion in ConditionalBindingHandler: call completeBinding() for non-rendering branches (if: false, ifnot: true, with: null) and correctly await async descendants via completionPromise instead of awaiting the BindingResult directly.
- @tko/bind@4.1.1
- @tko/observable@4.1.1
- @tko/utils@4.1.1

## 4.1.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/binding.if/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.1.0",
"version": "4.1.1",
"name": "@tko/binding.if",
"description": "TKO conditional (if/ifnot/unless/with/else) bindings",
"module": "dist/index.js",
Expand All @@ -24,9 +24,9 @@
},
"homepage": "https://tko.io",
"dependencies": {
"@tko/bind": "^4.1.0",
"@tko/observable": "^4.1.0",
"@tko/utils": "^4.1.0"
"@tko/bind": "^4.1.1",
"@tko/observable": "^4.1.1",
"@tko/utils": "^4.1.1"
},
"licenses": [
{
Expand Down
9 changes: 9 additions & 0 deletions packages/binding.template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tko/binding.template

## 4.1.1

### Patch Changes

- @tko/bind@4.1.1
- @tko/computed@4.1.1
- @tko/observable@4.1.1
- @tko/utils@4.1.1

## 4.1.0

### Patch Changes
Expand Down
Loading