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

Commit 58af06b

Browse files
Release v1.3.0 (#270)
1 parent cd22f9c commit 58af06b

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
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.3.0](https://github.com/Roblox/roact/releases/tag/v1.3.0) (May 5th, 2020)
46
* Added Contexts, which enables easy handling of items that are provided and consumed throughout the tree.
57

68
## [1.2.0](https://github.com/Roblox/roact/releases/tag/v1.2.0) (September 6th, 2019)

docs/advanced/context.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
!!! danger "Unreleased API"
2-
This API is not yet available in a stable Roact release.
3-
4-
It may be available from a recent pre-release or Roact's master branch.
1+
!!! success "Added in Roact 1.3.0"
52

63
[TOC]
74

docs/api-reference.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,7 @@ Creates a new reference object that can be used with [Roact.Ref](#roactref).
181181

182182
### Roact.createContext
183183

184-
!!! danger "Unreleased API"
185-
This API is not yet available in a stable Roact release.
186-
187-
It may be available from a recent pre-release or Roact's master branch.
184+
!!! success "Added in Roact 1.3.0"
188185

189186
```
190187
Roact.createContext(defaultValue: any) -> RoactContext

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.2.0"
6+
version = "1.3.0"

0 commit comments

Comments
 (0)