File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,3 +20,5 @@ erl_crash.dump
2020* .ez
2121
2222node_modules
23+
24+ .elixir_ls
Original file line number Diff line number Diff line change 11# Changelog
2+
23All notable changes to this project will be documented in this file.
34
45The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
56and 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 `
Original file line number Diff line number Diff line change @@ -36,12 +36,11 @@ by adding `elixir_script_react` to your list of dependencies in `mix.exs`:
3636``` elixir
3737def deps do
3838 [
39- {:elixir_script_react , " ~> 1.0.1-react " }
39+ {:elixir_script_react , " ~> 16.2.0 " }
4040 ]
4141end
4242```
4343
4444Documentation can be generated with [ ExDoc] ( https://github.com/elixir-lang/ex_doc )
4545and published on [ HexDocs] ( https://hexdocs.pm ) . Once published, the docs can
4646be found at [ https://hexdocs.pm/elixir_script_react ] ( https://hexdocs.pm/elixir_script_react ) .
47-
Original file line number Diff line number Diff line change 107107var
108108video
109109wbr
110- dialog
You can’t perform that action at this time.
0 commit comments