File tree 4 files changed +21
-8
lines changed
4 files changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,5 @@ erl_crash.dump
20
20
* .ez
21
21
22
22
node_modules
23
+
24
+ .elixir_ls
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
7
8
+ ## [ 16.2.0] - 2018-03-17
9
+
10
+ ### Added
11
+
12
+ * Updated version of React
13
+
7
14
## [ 1.0.2] - 2017-08-25
15
+
8
16
### Fixed
9
- - Fix error in mapToObject in src/react.index.js
17
+
18
+ * Fix error in mapToObject in src/react.index.js
10
19
11
20
## [ 1.0.1] - 2017-08-20
21
+
12
22
### Fixed
13
- - Typo in documentation for ` React.createElement/3 `
23
+
24
+ * Typo in documentation for ` React.createElement/3 `
14
25
15
26
## [ 1.0.0] - 2017-08-19
27
+
16
28
### 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`:
36
36
``` elixir
37
37
def deps do
38
38
[
39
- {:elixir_script_react , " ~> 1.0.1-react " }
39
+ {:elixir_script_react , " ~> 16.2.0 " }
40
40
]
41
41
end
42
42
```
43
43
44
44
Documentation can be generated with [ ExDoc] ( https://github.com/elixir-lang/ex_doc )
45
45
and published on [ HexDocs] ( https://hexdocs.pm ) . Once published, the docs can
46
46
be 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 107
107
var
108
108
video
109
109
wbr
110
- dialog
You can’t perform that action at this time.
0 commit comments