Skip to content
Snippets Groups Projects
  1. Jan 22, 2022
  2. Oct 12, 2019
  3. Sep 10, 2019
  4. Aug 13, 2019
    • Jordan Harband's avatar
      [Dev Deps] update `@babel/*`, `@storybook/*`, `babel-plugin-inline-svg`,... · a9cee419
      Jordan Harband authored
      [Dev Deps] update `@babel/*`, `@storybook/*`, `babel-plugin-inline-svg`, `babel-plugin-istanbul`, `babel-preset-airbnb`, `eslint-config-airbnb` to v18 (plus peer deps), `eslint` to v6; `eslint-plugin-react-with-styles`, `karma`, `karma-firefox-launcher`, `mocha`, `safe-publish-latest`, `sass-loader`, `sinon`, `sinon-sandbox`, `coveralls`, `enzyme-adapter-react-helper`
      a9cee419
  5. Aug 23, 2018
    • Joe Lencioni's avatar
      Remove propTypes in production · 750071b5
      Joe Lencioni authored
      This will help reduce the bundle size impact. Note that any consumers
      who are depending on any react-dates components having a `.propTypes`
      property will no longer work as expected after this change.
      
      I enabled this using wrap mode, which adds `process.env.NODE_ENV`
      checks, which is a pretty standard method for React apps. I believe this
      will allow this library to have propTypes in development, but for them
      to be minified out in production builds.
      
      To make this safe to enable in this repo, I enabled the
      react/forbid-foreign-prop-types ESLint rule, which was written
      specifically for the benefit of this plugin.
      
      Here's a diff showing what effect this has on the esm build:
      
        https://gist.github.com/lencioni/1b436d365570394ccde659c829ba02c3
      750071b5
  6. Jul 16, 2018
  7. Jul 04, 2018
  8. Jun 30, 2018
    • Jordan Harband's avatar
      [Dev Deps] update `eslint-config-airbnb`, `eslint-plugin-import`,... · 83ec3161
      Jordan Harband authored
      [Dev Deps] update `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-react`, `coveralls`, `babel-plugin-inline-react-svg`, `airbnb-js-shims`, `@storybook/react`, `@storybook/addon-options`, `@storybook/addon-links`, `@storybook/addon-info`, `@storybook/addon-actions`, `sinon`, `sass-loader`
      
       - also update linting errors
      83ec3161
  9. Apr 04, 2018
  10. Oct 22, 2017
  11. Oct 09, 2017
  12. Aug 24, 2017
  13. Aug 16, 2017
  14. Aug 10, 2017
  15. Feb 20, 2017
  16. Feb 11, 2017
  17. Jan 06, 2017
    • Jordan Harband's avatar
      [Dev Deps] update `webpack`, `sinon`, `sass-loader`, `safe-publish-latest`,... · 471bd602
      Jordan Harband authored
      [Dev Deps] update `webpack`, `sinon`, `sass-loader`, `safe-publish-latest`, `react`, `react-addons-shallow-compare`, `react-addons-test-utils`, `react-dom`, `moment`, `mocha-wrap`, `mocha`, `karma-webpack`, `karma-mocha`, `karma`, `eslint`, `eslint-config-airbnb`, `eslint-plugin-import`, `eslint-plugin-jsx-a11y`, `eslint-plugin-react`, `babel-cli`, `babel-core`, `babel-loader`, `babel-plugin-syntax-jsx`, `babel-preset-airbnb`, `babel-register`, `@kadira/storybook`, `coveralls`, `enzyme`
      
       - fix linting errors
      471bd602
  18. Nov 07, 2016
  19. Aug 18, 2016
  20. Aug 17, 2016
Loading