Skip to content

Commit 59407e6

Browse files
committed
Update to react 16.2.0
1 parent b071390 commit 59407e6

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ erl_crash.dump
2020
*.ez
2121

2222
node_modules
23+
24+
.elixir_ls

CHANGELOG.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
56
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
67

8+
## [16.2.0] - 2018-03-17
9+
10+
### Added
11+
12+
* Updated version of React
13+
714
## [1.0.2] - 2017-08-25
15+
816
### Fixed
9-
- Fix error in mapToObject in src/react.index.js
17+
18+
* Fix error in mapToObject in src/react.index.js
1019

1120
## [1.0.1] - 2017-08-20
21+
1222
### Fixed
13-
- Typo in documentation for `React.createElement/3`
23+
24+
* Typo in documentation for `React.createElement/3`
1425

1526
## [1.0.0] - 2017-08-19
27+
1628
### Added
17-
- `React.HTML` module for defining HTML React macros
18-
- `React` FFI module with `createElement/3`
19-
- `ReactDOM` FFI module with `render/2`
29+
30+
* `React.HTML` module for defining HTML React macros
31+
* `React` FFI module with `createElement/3`
32+
* `ReactDOM` FFI module with `render/2`

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,11 @@ by adding `elixir_script_react` to your list of dependencies in `mix.exs`:
3636
```elixir
3737
def deps do
3838
[
39-
{:elixir_script_react, "~> 1.0.1-react"}
39+
{:elixir_script_react, "~> 16.2.0"}
4040
]
4141
end
4242
```
4343

4444
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
4545
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
4646
be found at [https://hexdocs.pm/elixir_script_react](https://hexdocs.pm/elixir_script_react).
47-

lib/react/tags.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,3 @@ ul
107107
var
108108
video
109109
wbr
110-
dialog

0 commit comments

Comments
 (0)