From 6c498e82748ebfca8df6021b7c02ed44df264930 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 3 Jun 2019 14:55:42 -0700 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 2 ++ docs/api-reference.md | 2 +- rotriever.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bcb6755..28c11a23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/docs/api-reference.md b/docs/api-reference.md index e1488c4c..04d2f62f 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -121,7 +121,7 @@ Returns a new binding that maps the existing binding's value to something else. --- ### Roact.joinBindings -
Unreleased API
+
Added in 1.1.0
``` Roact.joinBindings(bindings) -> Binding diff --git a/rotriever.toml b/rotriever.toml index dd42da0f..f9b349ad 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -2,4 +2,4 @@ name = "Roact" author = "Roblox" license = "Apache-2.0" content_root = "src" -version = "1.0.0" \ No newline at end of file +version = "1.1.0" \ No newline at end of file