|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 0.2.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- [#141](https://github.com/rtCamp/snapwp/pull/141) [`6324467`](https://github.com/rtCamp/snapwp/commit/6324467c240af53c5c5ffd689d39817a9c0e7a45) Thanks [@ayushnirwal](https://github.com/ayushnirwal)! - chore: Add `eslint-plugin-import` to repository ruleset and lint. |
| 8 | + |
| 9 | +- [#139](https://github.com/rtCamp/snapwp/pull/139) [`7081895`](https://github.com/rtCamp/snapwp/commit/7081895ecee799cf02b54c23bd4a2e71ae642ec0) Thanks [@ashutoshgautams](https://github.com/ashutoshgautams)! - fix: Improve formatting of default value and user input in CLI prompts. |
| 10 | + |
| 11 | +- [#139](https://github.com/rtCamp/snapwp/pull/139) [`7081895`](https://github.com/rtCamp/snapwp/commit/7081895ecee799cf02b54c23bd4a2e71ae642ec0) Thanks [@ashutoshgautams](https://github.com/ashutoshgautams)! - dev: Install NPM dependencies when scaffolding a new project with `npx snapwp`. |
| 12 | + dev: Add a `--skip-install` flag to the `npx snapwp` command to skip installing NPM dependencies. |
| 13 | + |
3 | 14 | ## 0.2.0
|
4 | 15 |
|
5 | 16 | ### Minor Changes
|
6 | 17 |
|
7 |
| -- [#111](https://github.com/rtCamp/snapwp/pull/111) [`57f3c09`](https://github.com/rtCamp/snapwp/commit/57f3c098ba238acb89c43ea52c588e09094ae7d5) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat!: Add and improve robust WordPress and internal URI handling. |
| 18 | +- [#111](https://github.com/rtCamp/snapwp/pull/111) [`57f3c09`](https://github.com/rtCamp/snapwp/commit/57f3c098ba238acb89c43ea52c588e09094ae7d5) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat!: Add and improve robust WordPress and internal URI handling. |
8 | 19 |
|
9 |
| - **Breaking Changes:** |
| 20 | + **Breaking Changes:** |
10 | 21 |
|
11 |
| - The [Environment Variables and Config API](../docs/config-api.md) have been updated, with many of the variables renamed or removed. Please review the updated documentation for the latest changes. |
| 22 | + The [Environment Variables and Config API](../docs/config-api.md) have been updated, with many of the variables renamed or removed. Please review the updated documentation for the latest changes. |
12 | 23 |
|
13 |
| - | Old value | Replace with | |
14 |
| - | ------------------------------------- | -------------------------------- | |
15 |
| - | NEXT_PUBLIC_URL | NEXT_PUBLIC_FRONTEND_URL | |
16 |
| - | NEXT_PUBLIC_WORDPRESS_URL | NEXT_PUBLIC_WP_HOME_URL | |
17 |
| - | NEXT_PUBLIC_WORDPRESS_UPLOADS_PATH | NEXT_PUBLIC_WP_UPLOADS_DIRECTORY | |
18 |
| - | NEXT_PUBLIC_WORDPRESS_REST_URL_PREFIX | NEXT_PUBLIC_REST_URL_PREFIX | |
19 |
| - | getConfig().nextUrl | getConfig().frontendUrl | |
20 |
| - | getConfig().homeUrl | getConfig().wpHomeUrl | |
| 24 | + | Old value | Replace with | |
| 25 | + | ------------------------------------- | -------------------------------- | |
| 26 | + | NEXT_PUBLIC_URL | NEXT_PUBLIC_FRONTEND_URL | |
| 27 | + | NEXT_PUBLIC_WORDPRESS_URL | NEXT_PUBLIC_WP_HOME_URL | |
| 28 | + | NEXT_PUBLIC_WORDPRESS_UPLOADS_PATH | NEXT_PUBLIC_WP_UPLOADS_DIRECTORY | |
| 29 | + | NEXT_PUBLIC_WORDPRESS_REST_URL_PREFIX | NEXT_PUBLIC_REST_URL_PREFIX | |
| 30 | + | getConfig().nextUrl | getConfig().frontendUrl | |
| 31 | + | getConfig().homeUrl | getConfig().wpHomeUrl | |
21 | 32 |
|
22 | 33 | ### Patch Changes
|
23 | 34 |
|
24 |
| -- [#119](https://github.com/rtCamp/snapwp/pull/119) [`f5ef79a`](https://github.com/rtCamp/snapwp/commit/f5ef79a83f3f13fead3ee3075a32c4f7533ff525) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat: load default favicon metadata from WordPress |
| 35 | +- [#119](https://github.com/rtCamp/snapwp/pull/119) [`f5ef79a`](https://github.com/rtCamp/snapwp/commit/f5ef79a83f3f13fead3ee3075a32c4f7533ff525) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat: load default favicon metadata from WordPress |
25 | 36 |
|
26 |
| -- [#124](https://github.com/rtCamp/snapwp/pull/124) [`c031942`](https://github.com/rtCamp/snapwp/commit/c031942f387d7699be54f068e84dbbcac005025b) Thanks [@justlevine](https://github.com/justlevine)! - dev: Refactor CLI script to support default prompt values and improve maintainability. |
| 37 | +- [#124](https://github.com/rtCamp/snapwp/pull/124) [`c031942`](https://github.com/rtCamp/snapwp/commit/c031942f387d7699be54f068e84dbbcac005025b) Thanks [@justlevine](https://github.com/justlevine)! - dev: Refactor CLI script to support default prompt values and improve maintainability. |
27 | 38 |
|
28 |
| -- [#133](https://github.com/rtCamp/snapwp/pull/133) [`ba300f9`](https://github.com/rtCamp/snapwp/commit/ba300f984bfbff8cd18f5517250d55d54b1562b7) Thanks [@Swanand01](https://github.com/Swanand01)! - fix: Bump `next` package to version `15.2.3` to fix the CVE-2025-29927 vulnerability |
| 39 | +- [#133](https://github.com/rtCamp/snapwp/pull/133) [`ba300f9`](https://github.com/rtCamp/snapwp/commit/ba300f984bfbff8cd18f5517250d55d54b1562b7) Thanks [@Swanand01](https://github.com/Swanand01)! - fix: Bump `next` package to version `15.2.3` to fix the CVE-2025-29927 vulnerability |
29 | 40 |
|
30 | 41 | ## 0.1.2
|
31 | 42 |
|
32 | 43 | ### Patch Changes
|
33 | 44 |
|
34 |
| -- [#116](https://github.com/rtCamp/snapwp/pull/116) [`e7d4a56`](https://github.com/rtCamp/snapwp/commit/e7d4a56b1a6cf230bca87a25a4ac25b69180cabe) Thanks [@Pathan-Amaankhan](https://github.com/Pathan-Amaankhan)! - chore: Apply and enforce ESLint rules to `bin` and `cli` files |
| 45 | +- [#116](https://github.com/rtCamp/snapwp/pull/116) [`e7d4a56`](https://github.com/rtCamp/snapwp/commit/e7d4a56b1a6cf230bca87a25a4ac25b69180cabe) Thanks [@Pathan-Amaankhan](https://github.com/Pathan-Amaankhan)! - chore: Apply and enforce ESLint rules to `bin` and `cli` files |
35 | 46 |
|
36 | 47 | ## 0.1.1
|
37 | 48 |
|
38 | 49 | ### Patch Changes
|
39 | 50 |
|
40 |
| -- [#109](https://github.com/rtCamp/snapwp/pull/109) [`e31540c`](https://github.com/rtCamp/snapwp/commit/e31540cb97091eca81f02d824b4c58eb9fa71f5e) Thanks [@ashutoshgautams](https://github.com/ashutoshgautams)! - docs: Add directory structure `examples/nextjs/starter` readme. |
| 51 | +- [#109](https://github.com/rtCamp/snapwp/pull/109) [`e31540c`](https://github.com/rtCamp/snapwp/commit/e31540cb97091eca81f02d824b4c58eb9fa71f5e) Thanks [@ashutoshgautams](https://github.com/ashutoshgautams)! - docs: Add directory structure `examples/nextjs/starter` readme. |
41 | 52 |
|
42 | 53 | ## 0.1.0
|
43 | 54 |
|
44 | 55 | ### Minor Changes
|
45 | 56 |
|
46 |
| -- [#81](https://github.com/rtCamp/snapwp/pull/81) [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4) Thanks [@justlevine](https://github.com/justlevine)! - chore: SemVer bump to 0.1.0 |
| 57 | +- [#81](https://github.com/rtCamp/snapwp/pull/81) [`2595e37`](https://github.com/rtCamp/snapwp/commit/2595e376efb9a24b9caa0be9146976ec1386ffc4) Thanks [@justlevine](https://github.com/justlevine)! - chore: SemVer bump to 0.1.0 |
47 | 58 |
|
48 | 59 | ### Patch Changes
|
49 | 60 |
|
50 |
| -- [#77](https://github.com/rtCamp/snapwp/pull/77) [`a3c3f6b`](https://github.com/rtCamp/snapwp/commit/a3c3f6b27994b1c5fee555e23c4ea40f7b88667a) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat: Improve handling of GraphQL errors and the Error Boundary UI. |
| 61 | +- [#77](https://github.com/rtCamp/snapwp/pull/77) [`a3c3f6b`](https://github.com/rtCamp/snapwp/commit/a3c3f6b27994b1c5fee555e23c4ea40f7b88667a) Thanks [@SH4LIN](https://github.com/SH4LIN)! - feat: Improve handling of GraphQL errors and the Error Boundary UI. |
51 | 62 |
|
52 |
| -- [#80](https://github.com/rtCamp/snapwp/pull/80) [`777305f`](https://github.com/rtCamp/snapwp/commit/777305fcfe0ac104fc0259f81a1ec93451e14b50) Thanks [@justlevine](https://github.com/justlevine)! - chore: Update `snapwp` package readme |
| 63 | +- [#80](https://github.com/rtCamp/snapwp/pull/80) [`777305f`](https://github.com/rtCamp/snapwp/commit/777305fcfe0ac104fc0259f81a1ec93451e14b50) Thanks [@justlevine](https://github.com/justlevine)! - chore: Update `snapwp` package readme |
53 | 64 |
|
54 |
| -- [#76](https://github.com/rtCamp/snapwp/pull/76) [`4ded470`](https://github.com/rtCamp/snapwp/commit/4ded47012041099e01c8231cfa367c389de10171) Thanks [@justlevine](https://github.com/justlevine)! - chore: remove the NextJS example's package-lock.json from VCS. |
| 65 | +- [#76](https://github.com/rtCamp/snapwp/pull/76) [`4ded470`](https://github.com/rtCamp/snapwp/commit/4ded47012041099e01c8231cfa367c389de10171) Thanks [@justlevine](https://github.com/justlevine)! - chore: remove the NextJS example's package-lock.json from VCS. |
55 | 66 |
|
56 | 67 | ## 0.0.6
|
57 | 68 |
|
58 | 69 | ### Patch Changes
|
59 | 70 |
|
60 |
| -- docs: Update, backfill, and cleanup readmes |
61 |
| -- chore: Cleanup tsconfig rulesets and remediate unearthed issues |
| 71 | +- docs: Update, backfill, and cleanup readmes |
| 72 | +- chore: Cleanup tsconfig rulesets and remediate unearthed issues |
62 | 73 |
|
63 | 74 | ## 0.0.4 - 2025-02-07
|
64 | 75 |
|
65 |
| -- fix: improve cross-platform compatibility for the `snapwp` command |
| 76 | +- fix: improve cross-platform compatibility for the `snapwp` command |
66 | 77 |
|
67 | 78 | ## 0.0.3 - 2025-02-03
|
68 | 79 |
|
69 |
| -- fix: update regex in `snapwp` command to avoid `node_modules` |
70 |
| -- chore: add missing namespace proxies to Verdaccio config |
| 80 | +- fix: update regex in `snapwp` command to avoid `node_modules` |
| 81 | +- chore: add missing namespace proxies to Verdaccio config |
71 | 82 |
|
72 | 83 | ## 0.0.2 - 2025-01-31
|
73 | 84 |
|
74 |
| -- fix: remove internal `npm install` command to prevent dependency conflicts with the script. |
75 |
| -- docs: add local README.md to the package |
76 |
| -- docs: fix references to `npx snapwp` |
| 85 | +- fix: remove internal `npm install` command to prevent dependency conflicts with the script. |
| 86 | +- docs: add local README.md to the package |
| 87 | +- docs: fix references to `npx snapwp` |
77 | 88 |
|
78 | 89 | ## 0.0.1 - 2025-01-30
|
79 | 90 |
|
80 |
| -- Initial (public) release. |
| 91 | +- Initial (public) release. |
0 commit comments