All Versions
49
Latest Version
Avg Release Cycle
40 days
Latest Release
952 days ago

Changelog History
Page 4

  • v3.5.2 Changes

    April 29, 2018
    • 📦 Pin Javascript package to 3.5.x
  • v3.5.1 Changes

    April 29, 2018
    • ⬆️ Upgraded gems and Javascript packages
  • v3.5.0 Changes

    April 29, 2018

    🛠 Fixed

    • ✂ Remove compilation digest file if webpack command fails #1399
    • 🚅 Handle http dev_server setting properly in the proxy #1420
    • 🚅 Use correct protocol #1425

    ➕ Added

    • image_pack_tag helper #1400
    • 🚅 devserver proxy for custom environments #1415
    • 🚅 Rails webpacker:info task #1416
    • Include RAILS_RELATIVE_URL_ROOT environment variable in publicPath #1428

    🚅 Complete list of changes: #1464

  • v3.4.3 Changes

    🛠 Fixed

    • 🔒 Lock webpacker version in installer #1401
  • v3.4.1 Changes

    March 24, 2018

    🛠 Fixed

    • Yarn integrity check in development #1374
  • v3.4.0 Changes

    March 23, 2018

    Please use 3.4.1 instead

    ➕ Added

    • Support for custom Rails environments #1359

    This could break the compilation if you set NODE_ENV to custom environment. Now, NODE_ENV only understands production or development mode

  • v3.3.1 Changes

    March 12, 2018

    🛠 Fixed

    • 🚅 Use webpack dev server 2.x until webpacker supports webpack 4.x #1338
  • v3.3.0 Changes

    March 03, 2018

    ➕ Added

    • ⚡️ Separate task for installing/updating binstubs
    • 🚅 CSS modules support #1248
    • Pass relative_url_root to webpacker config #1236

    💥 Breaking changes

    • 🛠 Fixes #1281 by installing binstubs only as local executables. To upgrade:
    bundle exec rails webpacker:binstubs
    
    • 🚚 set function is now removed from plugins and loaders, please use append or prepend
    // config/webpack/environment.js
    const { environment } = require('@rails/webpacker')
    
    environment.loaders.append('json', {
      test: /\.json$/,
      use: 'json-loader'
    })
    

    🛠 Fixed

    • 🚅 Limit ts-loader to 3.5.0 until webpack 4 support #1308
    • 🚅 Custom env support #1304
  • v3.2.2 Changes

    February 11, 2018

    ➕ Added

    bundle exec rails webpacker:install:stimulus
    
    • ⬆️ Upgrade gems and npm packages #1254

    👀 And, bunch of bug fixes See changes

  • v3.2.1 Changes

    January 21, 2018
    • 🚅 Disable dev server running? check if no dev server config is present in that environment #1179

    • 🛠 Fix checking 'webpack' binstub on Windows #1123

    • 🚅 silence yarn output if checking is successful #1131

    • ⚡️ Update uglifyJs plugin to support ES6 #1194

    • ➕ Add typescript installer #1145

    • ⚡️ Update default extensions and move to installer #1181

    • ⏪ Revert file loader #1196