Skip to content

Latest commit

 

History

History
629 lines (263 loc) · 26.8 KB

CHANGELOG.md

File metadata and controls

629 lines (263 loc) · 26.8 KB

2.4.4 (2022-03-09)

Bug Fixes

2.4.3 (2022-02-20)

Bug Fixes

2.4.2 (2022-02-20)

Bug Fixes

  • deps: pin copy webpack plugin to major version (3a00d53)

2.4.1 (2022-02-20)

Bug Fixes

  • deps: bump postcss from 8.2.10 to 8.2.13 (2f75aac)

2.4.0 (2022-02-19)

Bug Fixes

  • themekit updated to v1.1.9 to support themekit access app (cbee44b), closes #124

Features

2.3.2 (2022-02-19)

Bug Fixes

  • themekit updated to v1.1.9 to support themekit access app (cbee44b), closes #124

2.3.1 (2022-02-19)

Bug Fixes

  • chalk v5 changed to v4.1.2 to support require (04a8260), closes #147

2.3.0 (2022-02-19)

Bug Fixes

  • removed fibers from sass loader for node 16+ support (7f2fc11), closes #145

Features

  • check for ssl and make ca + cert (abb68e2)

2.2.0 (2021-04-30)

Features

  • check for ssl and make ca + cert (#89) (a773db6)

2.1.11 (2021-04-28)

Bug Fixes

  • liquid styles file path incorrect (e9163a1)

2.1.10 (2021-04-27)

Bug Fixes

  • exit if publish live prompt is no (cd68128)

2.1.9 (2021-04-27)

Bug Fixes

  • remove all assets before each build (03a4683)

2.1.8 (2021-04-27)

Bug Fixes

  • continue if published theme prompt sets allowLive (a1faf44)

2.1.7 (2021-04-27)

Bug Fixes

  • --allowLive flag for start, deploy, and watch (5c38cf0), closes #75

2.1.6 (2021-04-27)

Bug Fixes

  • escape css filenames in html webpack plugin (7348095)

2.1.5 (2021-04-13)

🐛 Bug Fixes

  • catch unhandled exception on deploy in progress (2414e65)

🔨 Code Refactoring

  • changed shared bundles default to false (9918a5f)

2.1.4 (2021-04-07)

✔️ Tests

  • refactored init command for better testing (09efd3d)

✨ Features

🔧 Continuous Integration

  • dockerfiles for testing packer in node 10, 12, 14, and 15. (f308dc4)
  • removed node 15.x from matrix (445f1e2)

2.1.3 (2021-04-01)

✨ Features

  • clean dist folder when dev server is first launched (24b3d8c)

2.1.2 (2021-03-31)

🐛 Bug Fixes

  • remove html encoding from html webpack filenames (26ef677)

chore

  • removed html-webpack-tags-plugin from dev dependency (ce8b83a)

2.1.1 (2021-03-31)

🔨 Code Refactoring

  • replaced liquid loader with copy plugin (13160b3)

2.1.0 (2021-03-31)

🚀 Performance Improvements

  • optimized assets handling, copying and cleaning (a75ae4b)

2.0.13 (2021-03-30)

🐛 Bug Fixes

  • changed devtool to eval-source-map for hmr (c8ebe24)

2.0.12 (2021-03-29)

🐛 Bug Fixes

  • asset generator filename (11dda8b)

2.0.11 (2021-03-29)

🐛 Bug Fixes

  • updated development asset handling (e6ccf99)

2.0.10 (2021-03-28)

🎨 Styles

  • removed unused variable and ran prettier (a14dc67)

🐛 Bug Fixes

  • dev server not detecting liquid file changes (9301ce5)

🔧 Continuous Integration

  • Tests now run on macos and windows and linting added (64166ef)

2.0.8 (2021-03-28)

🐛 Bug Fixes

  • webpack 5 hot middleware (5fcbe08)

2.0.7 (2021-03-26)

🐛 Bug Fixes

  • ssl check if folder exists before creating keys (79b4223)

✨ Features

  • dev settings asset loader for fonts and images (467d081)
  • start/watch not detecting file changes (3fa73a9)

2.0.6 (2021-03-25)

🐛 Bug Fixes

  • init theme extraction issue (0dae9b9)

2.0.5 (2021-03-25)

🎨 Styles

  • eslint and prettier issues fixed (7c81a7c)

🐛 Bug Fixes

  • replace all special charcters in script names (ce3da66)

✨ Features

  • added default cache group (0810d9d)
  • added shared bundles configuration (c082182)

chore

  • eslint and prettier config for packer development (797493a)

2.0.4 (2021-03-24)

🐛 Bug Fixes

  • packer init hanging during extraction (ab7d65d), closes #67

2.0.3 (2021-03-23)

🐛 Bug Fixes

  • added missing dependency eslint (b424792)
  • typo in config name for eslint and stylelint (69310ac)

🔨 Code Refactoring

  • added dart-sass and fibers to sass-loader (536ab5a)
  • changed stylelint and eslint messages (8164129)

🔧 Build System

  • removed babel-preset-shopify and stylelint-selector-bem-pattern (4d9c492)
  • removed stylelint-config-shopify (10f5918)
  • removed stylelint-prettier (c7dedff)

2.0.2 (2021-03-23)

🔧 Build System

  • removed @babel/plugin-transform-async-to-generator (68f27de)
  • removed @babel/preset-env (dcedb37)
  • removed @babel/register (ee853c1)
  • removed @namics/stylelint-bem (44d0678)
  • removed @shopify/babel-preset (a22d493)
  • removed @shopify/theme-lint since it's not longer updated (d46ef33)
  • removed autoprefixer (c7d63ee)
  • removed cross-env (d4b38c4)
  • removed cssnano (94420ca)
  • removed edit-json-file (8a2d722)
  • removed eslint-plugin-shopify (3106ded)
  • removed expose-loader (c4cdb68)
  • removed extract-text-webpack-plugin (e1b88fe)
  • removed glob (b62d24a)
  • removed lodash (25c4ec5)
  • removed postcss-preset-env (67a5c40)
  • removed raw-loader (ab11469)
  • removed read-yaml (0719688)
  • removed stylelint-config-prettier (881ebfa)
  • removed stylelint-config-recommended-scss (cb60324)

2.0.1 (2021-03-23)

🐛 Bug Fixes

  • --nodelete flag not checked before deploying (b2aabe5), closes #60

  • Create FUNDING.yml (0604700)

2.0.0 (2021-03-22)

✨ Features

🔧 Build System

  • bumped fs-extra to ^9.1.0 (873228f)

1.4.0 (2021-03-21)

✨ Features

  • replace node sass with dart sass (fff7650)

1.3.8 (2021-03-21)

✨ Features

  • Create self-signed ssl cert from Packer CLI (98701e6)

1.3.7 (2021-03-20)

📝 Documentation

✨ Features

  • Check for certificate extensions instead of fixed filename (71789a1)

chore

  • Changed homepage in package.json (44536a8)

  • Add docs for existing projects (a44f9c6)

1.3.6 (2021-03-20)

📝 Documentation

  • changed docusaurus.config.js (4755789)
  • changed docusaurus.config.js again (d6ba1ed)
  • documentation website (b5ab20f)
  • fixed broken links (f6f4a9e)

✨ Features

  • Added reload delay setting (3ef3b40)

1.3.5 (2021-01-13)

🐛 Bug Fixes

  • show error instead of exiting on deploy exception (6d0107f)

🔧 Build System

  • deps: bump axios from 0.19.2 to 0.21.1 (7334d5d)

1.3.4 (2021-01-13)

🐛 Bug Fixes

  • init command extract releases that use v in tag name (76d4188)

🔨 Code Refactoring

  • webpack-config: removed img-loader and changed order of image loaders (48966af)

chore

  • webpack-config: verbose output removed from clean webpack plugin (4ae1f5c)

1.3.3 (2020-12-14)

chore

  • webpack-config: verbose output removed from clean webpack plugin (50c7a34)

1.3.2 (2020-12-10)

🐛 Bug Fixes

  • packer-theme: theme:download command typo in ignored files (060d803), closes #18

1.3.1 (2020-12-10)

🐛 Bug Fixes

  • packer-config: env value live for allowing live theme deploy (abd0d9f), closes #25

1.3.0 (2020-12-10)

🐛 Bug Fixes

  • html-webpack: fixed style tag generator typo (a23064a)
  • packer-help: Fixed help table rendering (0656149)
  • webpack-config: Clean webpack removes entire dist folder before build (595597d), closes #22

📝 Documentation

  • packer-config: updated readme with source configs (857742c)

✨ Features

  • packer-theme: Added id flag for theme:remove as an alternative to env values (12b1fde)
  • webpack-config: added ts file type to babel loader (e7e1b3a)

🔧 Build System

  • CI workflow updated. NPM now uses --access public (9cd64fd)

1.2.1 (2020-10-06)

🐛 Bug Fixes

  • packer-config: config keys set as strings (42fc6e2)
  • fixed issue with empty config files and webpack merge (eba227c)

🔧 Build System

1.2.0 (2020-10-05)

🎨 Styles

  • eslint fix on all javascript (4f9c857)
  • fixed eslint issues (51a2a40)

🔨 Code Refactoring

  • all configurations files combined (7648d05)

✔️ Tests

  • jest test for PackerConfig created (ef8d13f)

📝 Documentation

  • readme updated with new settings config (f12b66f)

🔧 Build System

  • lerna-changelog added (31ffece)

  • development branch added to github workflow (482066f)

  • github workflow action added (8afec77)

  • github workflow action added (7886925)

  • test: (8236d34)

  • Updated readme and added license (7258e85)

💥 BREAKING CHANGES

  • config is now located in packer.config.js and packer.env.json

1.1.0 (2020-10-01)

  • Updated all packages to latest versions (0d68d08)

1.0.7 (2020-09-27)

  • bundle analyzer build command (a8c3be6)
  • refactored dev build settings (0536132)
  • fixed script tag creation (97b7f02)
  • Update index.js (1e57e4d), closes #4
  • theme commands now use env argument (1507e25)
  • changed settings data prompt text (886e731)

1.0.6 (2020-07-15)

  • updated lodash version and removed jquery (470b044)
  • Changed init to pull latest release and option for custom repo (8832d7b)
  • check if webpack merge file exists before loading (eb162be)

1.0.3 (2020-07-01)

  • merge and modify webpack config (f318ded)
  • start out put text changed (0f425e5)
  • updated readme with package name (9077613)
  • added scope to packages.json (e8dad23)

1.0.1 (2020-06-19)