diff --git a/CHANGELOG.md b/CHANGELOG.md index 3daad252..6cb521ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Roact Changelog ## Unreleased Changes + +## [1.4.0](https://github.com/Roblox/roact/releases/tag/v1.4.0) (November 19th, 2020) * Introduce forwardRef ([#307](https://github.com/Roblox/roact/pull/307)). * Fixed a bug where the Roact tree could get into a broken state when processing changes to child instances outside the standard lifecycle. * This change is behind the config value tempFixUpdateChildrenReEntrancy ([#301](https://github.com/Roblox/roact/pull/301)) diff --git a/docs/api-reference.md b/docs/api-reference.md index 72a07086..35091e47 100644 --- a/docs/api-reference.md +++ b/docs/api-reference.md @@ -180,6 +180,9 @@ Creates a new reference object that can be used with [Roact.Ref](#roactref). --- ### Roact.forwardRef + +!!! success "Added in Roact 1.4.0" + ``` Roact.createRef(render: (props: table, ref: Ref) -> RoactElement) -> RoactComponent ``` diff --git a/rotriever.toml b/rotriever.toml index fd1bc7ad..3c39e3b5 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -3,4 +3,4 @@ name = "roblox/roact" author = "Roblox" license = "Apache-2.0" content_root = "src" -version = "1.3.1" \ No newline at end of file +version = "1.4.0" \ No newline at end of file