availity-workflow

Upgradable workflow for Availity boilerplate projects

MIT License

Downloads
4.2K
Stars
28
Committers
49

Bot releases are visible (Hide)

availity-workflow -

Published by robmcguinness over 7 years ago

  • Added #89 expose build via av build
availity-workflow -

Published by robmcguinness over 7 years ago

  • Improved: 2e7ac49c3bdac2f02e9a1844b79e11f006f0ce19 upgrade to Webpack 3
  • Improved: 6241f845b7bbc4f2e631d97d0b81fe4bb34f98d8 use @uirouter/angularjs for angular demo
  • Improved: c06aec42e5ea473cb73fea27475442dec823dc35 use null loaders for testing
  • Improved: 44409695c49b2a8ccab07704f196206f62071058 include node 8 for tests
  • Fixed: b4404766c55ef4a15c3480bc39482107c634aa6d map host to Webpack Dev Server
availity-workflow -

Published by robmcguinness over 7 years ago

  • Improved c68b91848b3f058f4bb39c318cf10feb13ac142a Add Eslint import and a11y plugins to availity-react-kit sample project
  • Improved f02371a8bfaefa32710613f262366219424f3aa2 add project package name to startup message
  • Fixed aca21ac9e1b15b21a485497f8635e9c4eb342a11 Show correct path for workflow.js when using defaults
  • Added 7c312080dfe3b26dc9aee7ca80424046ae868c4b closed #83, #84 Support configuration from package.json. Allow developers to override window app title
  • Docs d6e9a96ce0e27250be518b9b926c8b03da752893 Add section about package.json support for availity-workflow configurations
availity-workflow -

Published by robmcguinness over 7 years ago

  • Improved: d36db7ae8bb8c7e556e71b5537a07a86d13ff92a add sourcemaps for CSS in development mode
  • Improved: d8cfa8fb3430f1b1a864a01f735ba0e8e64d649f bump Availity UIKit in Angular example
  • Improved: 038a908de72a8ad957cb676c659d01fbe2f306a4 use source maps for CSS
  • Improved: c4449dd41fc322309c1ecb7951335ee6d167b368 use custom format Webpack messages (react-dev-utils/formatWebpackMessages was swalling the error message details)
  • Improved: 0c169083574522161fa9ee621842d68e58bd5812 clean-up react example
  • Fixed: 007b56995156bb961b50931996802e743f18a100 add missing babel-plugin-transform-es2015-shorthand-properties
availity-workflow -

Published by robmcguinness over 7 years ago

  • Improved: d36db7ae8bb8c7e556e71b5537a07a86d13ff92a add sourcemaps for CSS in development mode
availity-workflow -

Published by robmcguinness over 7 years ago

  • Fixed #74 ERR_CONTENT_DECODING_FAILED
availity-workflow -

Published by robmcguinness over 7 years ago

  • Test: 182d2aa use testMatch for jest
  • Improved ae60db3 update react libs
  • Fixed 1a2a206 Prevent swallowing webpack warnings on startup
  • Fixed 327b4ca add sourcemaps to postcss loader when production or staging
  • Fixed 56a9a82 fix webpack-dev-server/client script
  • Fixed cf14db0 bump react-hot-loader to fix prop-types warning
  • Fixed 2eecbf3 map ekko port options
  • Dev d20bba0 use react-dev-utils to format errors
  • Added #73 Add proxy configuration contextRewrite that rewrites Origin and Referer requests headers to match the proxy target. Also rewrites Location response header along with urls in JSON body to match the host. This feature is useful if the proxy server sends back HATEOS links that need to work on the host.
availity-workflow -

Published by robmcguinness over 7 years ago

  • Test: 182d2aa use testMatch for jest
  • Improved ae60db3 update react libs
  • Fixed 1a2a206 Prevent swallowing webpack warnings on startup
  • Fixed 327b4ca add sourcemaps to postcss loader when production or staging
  • Fixed 56a9a82 fix webpack-dev-server/client script
  • Fixed cf14db0 bump react-hot-loader to fix prop-types warning
  • Fixed 2eecbf3 map ekko port options
  • Dev d20bba0 use react-dev-utils to format errors
  • Added #71: Rewrite URLs for header and body on proxy requests and response
availity-workflow -

Published by robmcguinness over 7 years ago

  • Added: #45 Ability to rewrite Location header using contextRewrite on proxy configurations
  • Docs: 131367a0eddf7b144f17e683a85dace87a9d6884 Add docs for availity-workflow-logger
availity-workflow -

Published by robmcguinness over 7 years ago

  • Breaking: upgraded Webpack 2
    Breaking: removed Gulp
    Breaking: removed Bower support
    Breaking: upgraded html-webpack-plugin which uses a new temlating format
    Breaking: developer-config.js renamed to either workflow.js or workflow.yml. Format has changed so please see README.
    Breaking: #65 vendor.js is no longer required. All imports from node_modules are automatically bundled in vendor.js or vendor.css. All modules must explicitly reference any 3rd party libraries required during runtime or testing. Angular projects using Karma for testing can add 3rd party references in specs-bundle.js as needed.
    Breaking: (ANGULAR ONLY) specs.js rename to specs-bundle.js

  • Improved: #64 Allow custom function that can be used for merging availity-workflow defaults from within a projects configuration file.
    Improved: Easy copy static assets by placing in /project/static folder.
    Improved: Allow developer configurable babel-preset-env to be used during development.
    Improved: Ability to profile React and Angular applications to determine bundle sizes

  • Added: React.js support
    Added: #66 Provide default feature toggles __DEV__, __TEST__, __PROD__, and __STAGING__ Allow developers to create their own feature toggles using workflow.js or worfklow.yaml configuration files.

availity-workflow -

Published by robmcguinness over 7 years ago

  • Fixed: b0706a3093a07b6da1dea89cc618c99693be5188 Ignore plugin error with upgraded Webpack
availity-workflow -

Published by robmcguinness over 7 years ago

  • Breaking: #65 vendor.js is no longer required. All imports from node_modules are automatically bundled in vendor.js or vendor.css automatically. All modules must explicitly reference any 3rd party libraries required during runtime or testing. Angular projects using Karma for testing can add 3rd party references in specs-bundle.js as needed.

  • Improved: #64 Allow custom function that can be used for merging availity-workflow defaults from within a projects configuration file.

  • Added: #66 Provide default feature toggles __DEV__, __TEST__, __PROD__, and __STAGING__ Allow developers to create their own feature toggles using workflow.js or worfklow.yaml configuration files.

availity-workflow -

Published by robmcguinness over 7 years ago

  • Improved: ca7b58b7 create a babel preset for Angular
  • Improved: 64e3d113 use babel-preset-env
  • Added: 34e1701c allow configuration to override babel-preset-env target for development
availity-workflow -

Published by robmcguinness over 7 years ago

  • Fixed: 5cdfe1df59458e2d52771761f4a6538648eaeb7d add no deprecation flag to prevent spam from loaderUtils.parseQuery
  • Fixed: 6bdf1ae05f457b36ef3cb097d93e964614e4ef01 Refactor ProgressPlugin to output more build completion percentages
  • Fixed: b77b60d8 remove SIGINT logic and monitor rogue express process
  • Fixed: b44c4c28 fix the percentage calculation for webpack progress
  • Improved: 60b9d561 allow react hot loader to be disabled
availity-workflow -

Published by robmcguinness over 7 years ago

  • Added: Ability to profile application bundle sizes. Closes #59
availity-workflow -

Published by robmcguinness over 7 years ago

  • Fixed: #58 Make v1 compatible with Node 6. Without the filename being set with a value the code below would fail in Node 6 with ERROR in Path must be a string. Received undefined.

html-webpack-plugin 1.x

// Use the configured public path or build a relative path
  var publicPath = typeof compilation.options.output.publicPath !== 'undefined' ?
      compilation.mainTemplate.getPublicPath({hash: webpackStatsJson.hash}) :
      path.relative(path.dirname(self.options.filename), '.');
availity-workflow -

Published by robmcguinness over 7 years ago

Fixed

  • #53 bump expose loader
availity-workflow -

Published by robmcguinness over 7 years ago

Fixed

  • bee578230d5670374280ca8239a96ac87ae61197 remove Ekko from dev deps
availity-workflow -

Published by robmcguinness over 7 years ago

Breaking

  • 0168f7ab74f25beaba755c1b7cab1866819dba40 remove bless webpack plugin

Improved

  • 1e21965fa11634c1cb291539235594a8c0920143 bump dependencies
  • 4d28eb92513d96b0272e3b959c8078af384423ef refactor css loaders
availity-workflow -

Published by robmcguinness over 7 years ago

DO NOT USE THIS. ACCIDENTLY TAGGED WRONG V2 VERSION 😿