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

Commit fe67d5e

Browse files
Update changelog and versions, add note in doc for forwardRef (#309)
1 parent 058e3c6 commit fe67d5e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
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.4.0](https://github.com/Roblox/roact/releases/tag/v1.4.0) (November 19th, 2020)
46
* Introduce forwardRef ([#307](https://github.com/Roblox/roact/pull/307)).
57
* Fixed a bug where the Roact tree could get into a broken state when processing changes to child instances outside the standard lifecycle.
68
* This change is behind the config value tempFixUpdateChildrenReEntrancy ([#301](https://github.com/Roblox/roact/pull/301))

docs/api-reference.md

+3
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ Creates a new reference object that can be used with [Roact.Ref](#roactref).
180180
---
181181

182182
### Roact.forwardRef
183+
184+
!!! success "Added in Roact 1.4.0"
185+
183186
```
184187
Roact.createRef(render: (props: table, ref: Ref) -> RoactElement) -> RoactComponent
185188
```

rotriever.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "roblox/roact"
33
author = "Roblox"
44
license = "Apache-2.0"
55
content_root = "src"
6-
version = "1.3.1"
6+
version = "1.4.0"

0 commit comments

Comments
 (0)