Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rkit/react-select2-wrapper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.4-beta5
Choose a base ref
...
head repository: rkit/react-select2-wrapper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 4 files changed
  • 5 contributors

Commits on Sep 11, 2017

  1. Copy the full SHA
    1138012 View commit details

Commits on Sep 15, 2017

  1. Update server.js

    memorylorry authored Sep 15, 2017
    Copy the full SHA
    bd8a046 View commit details

Commits on Sep 18, 2017

  1. Merge pull request #73 from memorylorry/master

    restore INVALID HOST HEADER error(Because of webpack update)
    rkit authored Sep 18, 2017
    Copy the full SHA
    f022ca4 View commit details

Commits on Oct 31, 2017

  1. Added React16 as valid dependency

    Børge Antonsen committed Oct 31, 2017
    1
    Copy the full SHA
    dcc7f5e View commit details

Commits on Nov 1, 2017

  1. Merge pull request #75 from bovan/master

    Added React16 as valid dependency
    rkit authored Nov 1, 2017
    Copy the full SHA
    1f0a1b3 View commit details

Commits on Jan 18, 2018

  1. Prepare 1.0.4-beta6 release

    rkit committed Jan 18, 2018
    Copy the full SHA
    0ae4ce4 View commit details

Commits on Dec 11, 2018

  1. fix: package.json to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/npm:ua-parser-js:20180227
    snyk-bot committed Dec 11, 2018
    Copy the full SHA
    ff8f32b View commit details

Commits on Jan 7, 2019

  1. Merge pull request #86 from rkit/snyk-fix-1wj24s

    [Snyk] Fix for 1 vulnerable dependencies
    rkit authored Jan 7, 2019
    Copy the full SHA
    2235184 View commit details

Commits on Nov 18, 2020

  1. Upd README.md

    rkit authored Nov 18, 2020
    Copy the full SHA
    85b46ba View commit details
  2. Upd README.md

    rkit authored Nov 18, 2020
    Copy the full SHA
    34fc975 View commit details
Showing with 7,196 additions and 4 deletions.
  1. +5 −0 README.md
  2. +1 −0 examples/server.js
  3. +7,186 −0 package-lock.json
  4. +4 −4 package.json
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -29,3 +29,8 @@ npm install react-select2-wrapper --save
### Coding Standard

- ESLint — [.eslintrc](./.eslintrc)

## Partners

Are you planning to use this plugin to create an awesome dashboard?\
Take a look at [Creative Tim](https://www.creative-tim.com/product/argon-dashboard-pro-react/?ref=react-select2-wrapper).
1 change: 1 addition & 0 deletions examples/server.js
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ config.entry.app.push(
new WebpackDevServer(webpack(config), {
publicPath: config.output.publicPath,
historyApiFallback: true,
disableHostCheck: true,
hot: true,
stats: {
colors: true,
Loading