This repository was archived by the owner on Aug 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Changelog
Paul Jolly edited this page Apr 19, 2017
·
42 revisions
2017-04-19 - moved to myitcv.io/react
-
Breaking change: moved package to
myitcv.io/react
- Use Highlight.js to highlight code in the examples showcase
2017-04-13 - proper props
- Breaking change: reimplementation of core React component props types. See description in https://github.com/myitcv/react/pull/38 for more details
- Initial cut of
reactGen -init <template>
to help start a new GopherJS React web app - wiki updated
2017-03-27 - more power to go generate
- Bundle React by default - more details. This enabled us to remove the dependency on NodeJS
- Initial cut of
stateGen
, ago generate
program that helps with the creation of state trees for GopherJS React applications - docs to follow - Fixed bug whereby
Render
was called unconditionally for state-only components when re-rendered by their parent components - Fixed docs around use of
gopherjs serve
- Examples now hosted via Github Pages
-
<span>
and<nav>
HTML elements added - Proper package docs so that snippets in on https://godoc.org/ are sane
- Fix
.gitattributes
of project for proper detection of language etc.
2017-03-15 - a spring in my step
- Generated files now contain comments consistent with https://github.com/golang/go/issues/13560#issuecomment-277804473
- Initial cut of an example component,
immtodoapp.TodoApp
, that usesgithub.com/myitcv/immutable
to generate immutable data structures.Examples
component also re-written to be immutable-based - Separated example "sites" (i.e. web apps) from the components themselves. This is now reflected in the Examples wiki. Also makes it easier to copy/paste/hack any of the sites and the example components they reference.
- Tidy up
_vendor
directory
2017-03-14 - spring clean
- Code cleanup and various bug fixes
- All the examples updated to latest best practice; updated the live examples site
- More code-level documentation,
go doc
-level comment updates, wiki updates (including improved instructions on getting the examples running locally) - Initial cut of
reactGen
, ago generate
tool to help with component development - see Creating a GopherJS React App - Support for
ComponentWillReceiveProps
lifecycle events -
Breaking change: synchronous
SetState(...)
(with respect toState()
) - see Gotchas - Support for
Equals
methods on state and props types - see Gotchas
2016-10-16 - Initial Release
- Initial cut of React bindings demonstrated via examples that mirror the React JS homepage examples
- The beginnings of a wiki, some examples
- No real code-level documentation
Written based on this diff