8000 Tags · cloverinteractive/boilerplate · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: cloverinteractive/boilerplate

< 8000 div class="d-flex flex-column col-11">
Tags

5.3.0

Toggle 5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove Redux and friends (#33)

* Remove redux as a dependency and re-write most components now that connection is not a concern

* Add genType, shims, simplify components and update README

* Improve src/component tests

* Add missing tests and include *.bs.js to coverage patterns

* Fix webpack.server.js recipe to also not extract typescript files

* Add ignore patter for genType files and rely on test bs files, bump version

stable

Toggle stable's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove Redux and friends (#33)

* Remove redux as a dependency and re-write most components now that connection is not a concern

* Add genType, shims, simplify components and update README

* Improve src/component tests

* Add missing tests and include *.bs.js to coverage patterns

* Fix webpack.server.js recipe to also not extract typescript files

* Add ignore patter for genType files and rely on test bs files, bump version

5.2.0

Toggle 5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Express status codes (#31)

* Don't just respond with 200 and allow components to prefetch

* Simplify loadData callbacks

* Bump minor version

5.1.0

Toggle 5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix HMR and README typos (#30)

* Fix HMR and README typos

* Bump minor version

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove SemanticUI (#29)

* Remove SemanticUI components

* Fix production build

* Remove mocha specific files

* Correct Home page description of the project

* Add Tests

* Add bs-jest bs-react-test-renderer and bs-enzyme
* Add redux tests
* Add <Dismissable /> test
* Lint tests

* Add pages tests

* Fix Dockerfile and bump version

* Update README

* Remove .mocha.opts

* Fix bulma style compilation for SSR

* Don't build tests when building Docker image

4.1.2

Toggle 4.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ReasonML support (#26)

* Add reason and typescript/javascript interop

* Remove lib/bs from git cache

* Get suite to pass

* Update gitignore

* Ignore bs-platform compiled files

* Upgrade, Add and Remove libraries

* Upgrade react, react-dom react-redux, react-router-dom
* Remove connected-react-router
* Add @hot-loader/react-dom, @types/lodahs and @types/react-router-dom

* Upgrade react-helmet

* Update node_modules

Dev dependencies

* autoprefixer
* cross-env
* css-loader
* file-loader
* mini-css-extract-plugin
* nodemon
* postcss
* postcss-loader
* resolve-url-loader
* style-loader
* url-loader

Dependencies

* axios
* dotenv
* serialize-javascript
* uuid

* Update linting

* eslint
* eslint-config-airbnb
* eslint-import-resolver-webpack
* tslint
* tslint-react

Update testing

* karma
* karma-chrome-launcher

Update dependencies

* nodemailer

* Fix audit messages

* jsdom
* mocha
* nyc
* react-test-renderer
* sinon

* Have ReasonML component follow the same structure as Typescript or ES6 components

* Fix onDismiss callbacks

* Bump minor version

* Remove tslint and tslint-react

4.0.2

Toggle 4.0.2's commit message
Update packages and fix audit errors (#25)

4.0.1

Toggle 4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Features/react hooks (#24)

* Update react and take care of audit notices

* Version bump

4.0.0

Toggle 4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Next mayor version release (#23)

* Remove yarn as a dependency

* Rename specs to tests

* Better config organization

* Move dev-server config to config/

* Add server helpers and update Dockerfile

* De-scrambled dependencies

* Remove flow and add TypeScript support

* Remove flow declarations

* Remove un-used npm packages

* Mix typescript with es6 and have babel pick it up

* Fix coverage report

* Express README update and remove ignore-styles from the dependencies list

* Add tslint, lint typescript component and update README

* Fix README installation instructions and oversights

* Fix miss-information in bundled components

* Bump the version

3.2.2

Toggle 3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve code coverage (#22)

* Improve code coverage and enforce the use of a dismiss callback in <Dismissable />

* Bump version
0