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

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jun 3, 2019
1 parent 542a346 commit 6c498e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Roact Changelog

## Unreleased Changes

## [1.1.0](https://github.com/Roblox/roact/releases/tag/v1.1.0) (June 3rd, 2019)
* 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))
* Added `Roact.joinBindings`, which allows combining multiple bindings into a single binding that can be mapped. ([#208](https://github.com/Roblox/roact/pull/208))

Expand Down
2 changes: 1 addition & 1 deletion docs/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Returns a new binding that maps the existing binding's value to something else.
---

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

```
Roact.joinBindings(bindings) -> Binding
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "Roact"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
version = "1.0.0"
version = "1.1.0"

0 comments on commit 6c498e8

Please sign in to comment.