Rafael Xavier de Souza
Rafael Xavier de Souza
Should we do a major bump for each React major bump? Specially testing is easier if we follow that pattern. A weakness though is that we make the webpack versions...
WIP Depends on: - Globalize runtime module. https://github.com/jquery/globalize/pull/436 - Globalize compiler. https://github.com/jquery-support/globalize-compiler - React Globalize compiler. https://github.com/rxaviers/react-globalize-compiler/ - Globalize webpack plugin. https://github.com/rxaviers/globalize-webpack-plugin - React Globalize webpack plugin. https://github.com/rxaviers/react-globalize-webpack-plugin
Depends on: - #7 TODO: - [ ] Fix temporary stuff commented below.
We need to move globalize default message support away from this package into its own module. Such module can monkey patch globalize and add such support. react-globalize and react-globalize-webpack-plugin can...
Possibly something like https://github.com/rxaviers/cldrjs/issues/48 is sufficient. Ideas (and PRs) are welcome.
Tags?
It's so exciting to see you follow semver versioning, and you keep `packages.json` and `npm` registry updated accordingly. But, it's really hard to checkout code on a certain version since...