All Versions
49
Latest Version
Avg Release Cycle
40 days
Latest Release
926 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