Skip to content

Latest commit

History

History
142 lines (96 loc) 路 12.9 KB

CHANGELOG.md

File metadata and controls

142 lines (96 loc) 路 12.9 KB

This repo-wide changelog is deprecated as of 10/5/2020.

For newer updates, see individual changelogs inside package folders (/modules/<package name>) or the release notes in GitHub.

  • feat(create-repay-ui): upgrade @repay/cactus-web to v2 951a5f9
  • feat(create-repay-ui): implement javascript testing tool in for the generated apps 4db044f
  • feat(create-repay-ui): change jest config to its own file 58fae13
  • feat(create-repay-ui): implementation of the Layout Component 20669db
  • chore(create-repay-ui): upgrade Styled Components to v5 and add missing peer dependencies f2ed965
  • feat(create-repay-ui): add global styles and replace loading text with spinner f7533e2
  • feat(create-repay-ui): use Cactus components in home page efcf361
  • feat(eslint-config): Add TS eslint config 2c4696b
  • docs(eslint-config): Add documentation for extending our config for both JS & TS versions8d288ec
  • fix(eslint-config): Add env, update plugins & rules d2ecff5
  • fix(create-repay-ui): add _templates folder to published package f14416c
  • feat(create-repay-ui): create-ui now uses the latest version of repay-scripts. removed webpack.config file d2798a6
  • chore(create-repay-ui): upgrade execa and inquirer 252105f
  • feat(create-repay-ui): implemented reach-router in create-ui 5cbf62c
  • chore(create-repay-ui): upgrade @repay/scripts 3ad0036
  • chore(create-repay-ui): upgrade eslint config 11bfd11
  • feat(create-repay-ui): implemented request api utility for create-repay-ui 9a1c0ed
  • chore(create-repay-ui): added styled-components 7fecd23
  • fix(create-repay-ui): added @repay/cactus-web to package.json 5690468
  • chore(eslint-config): remove unused Babel dependencies 50b422f
  • chore(eslint-config): upgrade react eslint plugins 4fa7d5c
  • feat(eslint-config): change to new import sort plugin f4cd412
    • 馃Ж BREAKING: We swapped out import sort plugins, so the linter's required import order has changed
  • fix(repay-scripts): add in missing peer dependencies for babel preset aeba71f
  • feat(repay-scripts): manually add CoreJS polyfills and use automatic regenerator polyfills e4240b1
    • 馃Ж BREAKING: Polyfills for IE11 are now automatically added to all bundles behind the scenes
  • chore(repay-scripts): remove unused svgo dependencies f0ed1a9
  • chore(repay-scripts): upgrade babel dependencies to latest version 4b63775
  • chore(repay-scripts): update dev dependencies 6debc56
  • chore(repay-scripts): upgrade webpack loaders 2b231d5
  • chore(repay-scripts): upgrade rollup and rollup plugins 7cef28f
    • 馃Ж BREAKING: Rollup was upgraded from v1 to v2, which could affect any custom Rollup configs
  • chore(repay-scripts): upgrade webpack and wepback-dev-server 534c7c2
  • chore(repay-scripts): upgrade yargs c18b6a5
  • chore(repay-scripts): upgrade babel-preset dependency 319a930
  • fix(babel-preset): properly specify peer dependencies 6649eb9
  • feat(babel-preset): split up polyfill option into coreJsPolyfill and regeneratorPolyfill 190f331
    • 馃Ж BREAKING: The polyfill option has been replaced by coreJsPolyfill and regeneratorPolyfill. Set both to true to mimic setting the previous polyfill option to true.
  • chore(babel-preset): upgrade babel plugins and packages to latest version 430b727
  • build(eslint-config): upgrade eslint 74b6ad6
  • build(eslint-config): remove prettierrc d85197d
  • fix(eslint-config): upgrade babel-eslint to avoid no-unused-vars bug 2dcf074
  • chore(repay-scripts): upgrade html-webpack-plugin to 4.3.0 0b031cc
  • feat(repay-scripts): add cli arg to pass custom html template 197bf82
  • feat(repay-scripts): default html template to src/index.html eda534c
  • docs(repay-scripts): update docs to include info about the html-template arg ece372e
  • feat(repay-scripts): add loaders for CSS and FTL files to default Webpack config 4a03515
    • 馃Ж BREAKING: CSS and FTL files will now be processed through loaders in the default Webpack config
  • feat(repay-scripts): add --watch arg to build command d11de27
  • feat(repay-scripts): add ability to use async config functions in dev command e1ef183
  • fix(repay-scripts): fix path to css/style loaders and use new css loader API d57fd74
  • feat(eslint-config): upgrade Prettier to v2 490289d
    • 馃Ж BREAKING: Peer dependency of eslint is now >=2.0.0. This version has a few syntax changes. The most notable one is that single-argument arrow functions will now have parens around the argument.
  • feat(repay-scripts): pass all Fluent modules through Babel by default ce3df35
    • 馃Ж BREAKING: During Webpack builds (non-lib), all @fluent node_modules will be transpiled by Babel by default.
  • chore: upgrade dependencies da4b94a
  • fix(repay-scripts): consider nested resource as external dfb8fd0
  • chore(): upgrade dependencies a59081e
  • feat(babel-preset): use es modules in transforms d8c39e7
  • style(babel-preset): remove commented code bdc4b81
  • chore(): upgrade dependencies a59081e
    • 馃毃 BREAKING
  • feat(babel-preset): add polyfill and useHelpers options 6b8231f
  • fix(repay-scripts): only warn when tree-shaking enabled (#20) 32cbe18
  • docs(repay-scripts): add documentation for tree-shaking 28f93c4
  • feat(repay-scripts): adds --tree-shaking option for libraries 1b09887
  • fix(repay-scripts): remove unused plugin 675eaee
  • docs(repay-scripts): improve optimization docs cbef62f
  • feat(repay-scripts): adds optimization via runtime spliting 5fc3a81
  • feat(repay-scripts): remove support for svg sprites 7372bc6
    • 馃毃 BREAKING
  • Beginning of Changelog