summaryrefslogtreecommitdiff
path: root/frontend/package.json
Commit message (Collapse)AuthorAge
* Remove flow-related stuffjbion2019-05-13
|
* Convert Application component to TypeScriptjbion2019-05-06
|
* Upgrade immutable JS to v4 to fix .map() typesJoffrey BION2019-05-06
|
* Simplify store.js using react-devtools-extensions packageJoffrey BION2019-05-06
|
* Convert api package to typescriptJoffrey BION2019-05-03
|
* Add TypeScript supportJoffrey BION2019-05-03
|
* Remove unused reselect dependencyJoffrey BION2019-05-02
|
* Remove unused normalizr dependencyJoffrey BION2019-05-02
|
* Upgrade history to 4.9.0Joffrey BION2019-05-02
|
* Remove deprecated babel polyfill dependencyJoffrey BION2019-05-02
|
* Upgrade Blueprintjs to v3Joffrey BION2019-05-02
|
* Allow no frontend testsJoffrey BION2019-05-02
|
* Upgrade devDependenciesJoffrey BION2019-05-02
|
* Upgrade to react-scripts 3.0.0Joffrey BION2019-05-02
|
* Upgrade react to 16.8.3Joffrey BION2019-03-05
|
* Add IconButton component to work around Icon title issueJoffrey BION2018-06-10
| | | | | | | The issue about Buttons with icons is that the svg name appears as title (tooltip) when hovering the icon, even if a title is specified on the button itself: https://github.com/palantir/blueprint/issues/2321
* Use blueprint for error toasts instead of react-redux-toasterJoffrey BION2018-06-09
| | | | | | | Error toasts were broken. Since blueprintjs already provides a toasting feature, we don't need the extra dependency. What we lose here is the redux-managed state of toasts, which might lead me to switch back later on. For now, these are quite fine.
* Refresh dependenciesJoffrey BION2018-06-09
|
* Migrate to react 16 and blueprint 2Joffrey BION2018-06-09
|
* Upgrade to reflexbox 3.0.1Joffrey BION2018-04-29
|
* Upgrade devDependenciesJoffrey BION2018-04-29
|
* Upgrade to redux 4Joffrey BION2018-04-29
|
* Upgrade react router 5 to alpha.9Joffrey BION2018-04-29
|
* Fix frontend build on windows using cross-envJoffrey BION2017-09-24
|
* Upgrade to Livedoc 1.0.2Joffrey Bion2017-09-24
|
* Add blueprint js libraryVictor Chabbert2017-08-08
|
* Remove duplicate dependencyVictor Chabbert2017-08-07
|
* Upgrade dependenciesVictor Chabbert2017-08-07
|
* Updrade react router and react router reduxVictor Chabbert2017-08-07
|
* Remove redux-saga-routerVictor Chabbert2017-08-07
|
* Upgrade flow-binVictor Chabbert2017-07-24
|
* Remove flow-typed postinstallVictor Chabbert2017-07-24
|
* Upgrade react-scriptsVictor Chabbert2017-05-28
|
* Move to immutable with RecordsVictor Chabbert2017-05-28
|
* Fix proxy not working since CRA upgradeVictor Chabbert2017-05-28
|
* Change print width to 120, againVictor Chabbert2017-05-28
|
* Add flowVictor Chabbert2017-05-22
|
* Move to prettier-eslint for better configurationVictor Chabbert2017-05-22
|
* Revert to version number for flow-typedVictor Chabbert2017-05-22
|
* Update prettier config and reformatJoffrey BION2017-05-22
| | | | | | | Here's the discussion summary: - single quote, because that's what I'm used to in the JS world - trailing comma, to avoid unnecessary git changes - print-width 120, because 120 still doesn't require to scroll horizontally, and vertical space is precious
* Add prettier and format js filesVictor Chabbert2017-05-20
|
* Upgrade react-scripts to 1.0.1Victor Chabbert2017-05-20
|
* Add error toastsjbion2017-05-20
|
* Set versions of packages to latestjbion2017-05-18
| | | | We always want to be up to date, we should only set back when there is a known issue, like with react router redux and react router, which forces us to stay with react router v3
* Remove frontend test watch for gradle buildJoffrey BION2017-05-15
| | | | The CI environment variable is the only to launch the frontend tests in non-interactive mode. This variable was already properly set on CI and heroku, but when running local gradle builds, the watch was still a problem, hence this new script for one-shot tests in package.json.
* Migrate to seamless immutableJoffrey BION2017-05-13
| | | | | Resolves: https://github.com/luxons/seven-wonders/issues/6
* Change frontend app nameJoffrey BION2017-02-03
|
* Update redux-saga-router to 2.0.0Victor Chabbert2017-01-29
|
* Made redux store fully immutableVictor Chabbert2017-01-22
|
* Normalize games data from server and display games listVictor Chabbert2017-01-22
|
bgstack15