Skip to content

Releases: AccordBox/python-webpack-boilerplate

v1.0.4

Choose a tag to compare

@michael-yin michael-yin released this 17 Feb 03:42
  1. Upgrade nvmrc to use Node v22.
  2. Upgrade the frontend dependency
  3. Add Tailwind, Bootstrap and the SCSS as the pre-built style solutions.
  4. Add doc for Tailwind v4

v1.0.3

Choose a tag to compare

@michael-yin michael-yin released this 25 Apr 06:34
  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

Choose a tag to compare

@michael-yin michael-yin released this 06 Nov 05:32
  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

Choose a tag to compare

@michael-yin michael-yin released this 23 Dec 03:33
  1. Upgrade some frontend dependency

v1.0.0

Choose a tag to compare

@michael-yin michael-yin released this 06 May 02:26
  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

Choose a tag to compare

@michael-yin michael-yin released this 17 Jan 02:26
  1. Fix stylelint when run_npm_command_at_root

v0.0.9

Choose a tag to compare

@michael-yin michael-yin released this 10 Jan 14:40
  1. Fix missing postcss.config.js when run_npm_command_at_root

v0.0.8

Choose a tag to compare

@michael-yin michael-yin released this 05 Jan 08:04
  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

Choose a tag to compare

@michael-yin michael-yin released this 10 Dec 02:05
  1. Makes webpack_loader render Django hashed static file
  2. Update pre-commit-config.yaml

v0.0.5

Choose a tag to compare

@michael-yin michael-yin released this 11 Oct 03:44
e4fc7f9
  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.