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

Commit

Permalink
Merge branch 'master' into remove-setstate-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscerie committed Oct 9, 2021
2 parents 6821cf6 + c2d515d commit 326c5b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased Changes
* Removed the warning for `setState` on unmounted components ([#323](https://github.com/Roblox/roact/pull/323)).

## [1.4.2](https://github.com/Roblox/roact/releases/tag/v1.4.2) (October 6th, 2021)
* Fixed forwardRef doc code referencing React instead of Roact ([#310](https://github.com/Roblox/roact/pull/310)).
* Fixed `Listeners can only be disconnected once` from context consumers. ([#320](https://github.com/Roblox/roact/pull/320))

Expand Down
5 changes: 3 additions & 2 deletions rotriever.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "roblox/roact"
name = "Roact"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
version = "1.4.1"
version = "1.4.3"
files = ["*", "!*.spec.lua"]
1 change: 0 additions & 1 deletion src/createSpy.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
--!strict
--[[
A utility used to create a function spy that can be used to robustly test
that functions are invoked the correct number of times and with the correct
Expand Down

0 comments on commit 326c5b4

Please sign in to comment.