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

Commit

Permalink
Release v1.3.0 (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoteTheMighty committed May 11, 2020
1 parent cd22f9c commit 58af06b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,8 @@
# Roact Changelog

## Unreleased Changes

## [1.3.0](https://github.com/Roblox/roact/releases/tag/v1.3.0) (May 5th, 2020)
* Added Contexts, which enables easy handling of items that are provided and consumed throughout the tree.

## [1.2.0](https://github.com/Roblox/roact/releases/tag/v1.2.0) (September 6th, 2019)
Expand Down
5 changes: 1 addition & 4 deletions docs/advanced/context.md
@@ -1,7 +1,4 @@
!!! danger "Unreleased API"
This API is not yet available in a stable Roact release.

It may be available from a recent pre-release or Roact's master branch.
!!! success "Added in Roact 1.3.0"

[TOC]

Expand Down
5 changes: 1 addition & 4 deletions docs/api-reference.md
Expand Up @@ -181,10 +181,7 @@ Creates a new reference object that can be used with [Roact.Ref](#roactref).

### Roact.createContext

!!! danger "Unreleased API"
This API is not yet available in a stable Roact release.

It may be available from a recent pre-release or Roact's master branch.
!!! success "Added in Roact 1.3.0"

```
Roact.createContext(defaultValue: any) -> RoactContext
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Expand Up @@ -3,4 +3,4 @@ name = "roblox/roact"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
version = "1.2.0"
version = "1.3.0"

0 comments on commit 58af06b

Please sign in to comment.