Skip to content

Releases: AccordBox/python-webpack-boilerplate

v1.0.3

25 Apr 06:34
Compare
Choose a tag to compare
  1. Remove Bootstrap from the default setup.
  2. Update doc about Bootstrap, SWC, React, Vue
  3. Update frontend dependency to the latest version

v1.0.2

06 Nov 05:32
Compare
Choose a tag to compare
  1. Support Node LTS Iron
  2. Upgrade some frontend dependency
  3. Switch from @babel/plugin-proposal-class-properties to @babel/plugin-transform-class-properties

v1.0.1

23 Dec 03:33
Compare
Choose a tag to compare
  1. Upgrade some frontend dependency

v1.0.0

06 May 02:26
Compare
Choose a tag to compare
  1. Upgrade nearly all frontend dependency package.
  2. Drop file-loader, use Webpack Asset instead
  3. Remove deprecated package babel/polyfil
  4. Update Tailwind doc for v3

v0.0.10

17 Jan 02:26
Compare
Choose a tag to compare
  1. Fix stylelint when run_npm_command_at_root

v0.0.9

10 Jan 14:40
Compare
Choose a tag to compare
  1. Fix missing postcss.config.js when run_npm_command_at_root

v0.0.8

05 Jan 08:04
Compare
Choose a tag to compare
  1. Drop IE support in browserslist
  2. Add run_npm_command_at_root, so user can run npm command under the root directory instead of the frontend directory.
  3. Add esbuild support in doc
  4. Add live reload feature in doc

v0.0.7

10 Dec 02:05
Compare
Choose a tag to compare
  1. Makes webpack_loader render Django hashed static file
  2. Update pre-commit-config.yaml

v0.0.5

11 Oct 03:44
e4fc7f9
Compare
Choose a tag to compare
  1. Use Poetry to manage project meta info and dependency
  2. Rename app from webpack_loader to webpack_boilerplate
  3. Move the frontend_template under webpack_boilerplate directory
  4. When publishing, upload frontend_template so the frontend template is also pinned.
  5. Make cookiecutter use frontend_template in webpack_boilerplate directory instead of the Git repo.

v0.0.4

03 Oct 08:52
Compare
Choose a tag to compare
  1. Upgrade nvmrc to use lts/fermium
  2. Upgrade dependency
  3. Import postcss-preset-env
  4. Add doc for Tailwind CSS