1.0.0 (2018-06-09)
- .tsx -> .ts so is in build (f2e6066)
- 🐛 include React correctly (36ed884)
- add state to (73824ab)
- allow setting max distance (89b910c)
- allow to set only boolean (8e23e1c)
- fix .onElement event (576e6ff)
- fix event handling (ac2d04e)
- fix build include .tsx files in output (218e0d3)
- fix CSS resets after dep update (f64b2fa)
- fix gulpfile build location (c74f736)
- fix gulpfile build paths (0ea10f3)
- localStorage can throw, wrap in try block (2ee63a7)
- make initial SizeSensor width Infinity (f6c5787)
- remove redundant isClient checks (38c2fc9)
- remove unused debounce() function (aed1ee9)
- rename .tsx -> .ts (a7d6834)
- reverse logic (e55607f)
- send event to onText callback (5546bdc)
- set initial media muted value (55d9dd2)
- universal render interface requires 2 args (422f677)
- use .ts file (e9860c4)
- 🎸 add onChange event to (fc72e6e)
- 🎸 Make new version of Route work (77ebb0e)
- 🎸 refactor to create component (0a02b2d)
- add @withTheme decorator (936f99b)
- add <*Only> components (9beb8e1)
- add component (7fe4050)
- add component (30b0e84)
- add component (ac75ff5)
- add component (256c323)
- add renderOverlay() (1779593)
- add component (8aad3d7)
- add component (1fc9fd3)
- add and its story (80da3da)
- add component (5189874)
- add component (2422dd4)
- add component (d80ad66)
- add implementation (2ace6ac)
- add (79673e2)
- add component (6a9f891)
- add component (4cf6afd)
- add implementation (d2dc87f)
- add component (677d3e7)
- add component stub (ebccc96)
- add component (3d39f38)
- add component (41e4f3c)
- add stories (22a26f9)
- add $ref to (8e0b030)
- add aria-modal and onClose event to (eea744c)
- add basic implementation (2f213ef)
- add basic implementation (1039d96)
- add basic skeleton (71a6315)
- add basic CssVars implementation (b2bd30b)
- add blur to (e64f3bc)
- add blur() effect for (a048424)
- add bonding for (cfe221b)
- add context and impl (534eb27)
- add createLifecycleEvents() method (1c39a73), closes /gist.github.com/streamich/b983b248223f36105f064bc184fe0964#file-1-future-ideas-js-L3
- add delay prop to and <RenderInterv (8994010)
- add first .createRef() shim implementation (b4ca13d)
- add first implementation (c5ef077)
- add first working story (31fd5a6)
- add focus lock in (2142587)
- add observable() (c60b68a)
- add onChange event to (ee93593)
- add onClick to and (14604d2)
- add role=modal to (875f204)
- add stories and update deps (340da5f)
- allow childless (24a9ec7)
- allow childless (2cd47be)
- allow to display erorr on network err mock (3191d1d)
- basic (db581ce)
- create (6ea7435)
- create life-cycles inversion (4f317aa)
- createRef() simplified and demo (175429e)
- export from query component modules (bcecf62)
- expose onMouseMove event on (d22dc80)
- expose set() method of (268b3af)
- fire onScratch event (7fa8a51)
- first implementation (a851352)
- first well working component (eb7138a)
- first working CssVars implementation (8685a69)
- implement (48329ad)
- implement (a6120e9)
- implement component (0969f7b)
- implement (a8c2d07)
- implement (b647edc)
- implement component (f18bb73)
- implement (e3e4ad2)
- implement createState() (d875c1f), closes /gist.github.com/streamich/b983b248223f36105f064bc184fe0964#file-1-future-ideas-js-L17
- implement shouldUpdate() and pure() (c54d8b7)
- implement withErrorBoundary() (cb88c75)
- improve (f567d58)
- improve component (915238e)
- improve (6c74c16)
- improve focus lock and aria bindings (a9c1c3f)
- improve (67186ca)
- improve component (9d6a698)
- improve context typing and docs (0c144c4)
- improve cubic-bezier generator (e1f9b6a)
- improve easing functions (454e092)
- improve easing functions (a702df5)
- improve sibling handling and joil foc option (1f5701a)
- improve TS types for (f11f5c3)
- make component work (ccaeb67)
- make extend (c6ab075)
- make Async Bundle happy (5237e18)
- make basic version of work (6314ac6)
- refactor as discussed (2e59a95)
- remove unused state from (a549d2e)
- rewrite (de3f4a5)
- use for text node children (bfe09d6)
- use in <WindowWidthQuery (7eb4a6f)
- use default onWidth (6461b67)
- various and ErrorBoundary (c576844)
- remove unnecessary regexp (f994f5d)
- 💍 fix tests after context refactor and Enzyme update (f142450)
- moved to React 16 context API