Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 6c498e8

Browse files
committed
v1.1.0
1 parent 542a346 commit 6c498e8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Roact Changelog
22

33
## Unreleased Changes
4+
5+
## [1.1.0](https://github.com/Roblox/roact/releases/tag/v1.1.0) (June 3rd, 2019)
46
* Fixed an issue where updating a host element with children to an element with `nil` children caused the old children to not be unmounted. ([#210](https://github.com/Roblox/roact/pull/210))
57
* Added `Roact.joinBindings`, which allows combining multiple bindings into a single binding that can be mapped. ([#208](https://github.com/Roblox/roact/pull/208))
68

docs/api-reference.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Returns a new binding that maps the existing binding's value to something else.
121121
---
122122

123123
### Roact.joinBindings
124-
<div class="api-addition">Unreleased API</div>
124+
<div class="api-addition">Added in 1.1.0</div>
125125

126126
```
127127
Roact.joinBindings(bindings) -> Binding

rotriever.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name = "Roact"
22
author = "Roblox"
33
license = "Apache-2.0"
44
content_root = "src"
5-
version = "1.0.0"
5+
version = "1.1.0"

0 commit comments

Comments
 (0)