-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathCHANGELOG
73 lines (56 loc) · 1.49 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.0.14] - 2020-09-21
### Added
- support for Observables in static nodes attributes, e.g. `<img src={ stream$ } />`
- Basic TS typings for JSX
## [0.0.13] - 2020-07-22
### Fixed
- fixing error propagation and complete for static comp
## [0.0.12] - 2020-07-22
### Fixed
- [chore] np publishing flow
## [0.0.11] - 2020-07-22
### Fixed
- [chore] np publishing flow
## [0.0.10] - 2020-07-22
### Fixed
- fixed null -> component switch
## [0.0.9] - 2020-07-20
### Changed
- Updated packages
## [0.0.8] - 2019-12-20
### Added
- SVG support
## [0.0.7] - 2019-12-19
### Fixed
- event handler params now accept `Subject`s
fixing bug that Subject.prototype.next is refering to `this`
added test for this
## [0.0.6] - 2019-12-19
### Fixed
- event handler params now accept `Subject`s
fixing naming issue from prev publish
## [0.0.5] - 2019-12-19
### Added
- event handler params now accept `Subject`s
## [0.0.4]
### Added
- added build targets for es2015, umd, esm, cjs
## [0.0.3]
### Fixed
- empty array rendering
## [0.0.2]
### Added
- rxjs import hack (before proper builds)
## [0.0.1]
### Added
- components rendering
props as Observable<{ ... }>
second param as { destroy$ }
- array rendering
- observables rendering
- promises rendering
## [0.0.0]