This repository has been archived by the owner on May 3, 2024. It is now read-only.
Releases: americanexpress/one-app
Releases · americanexpress/one-app
v5.15.1
What's Changed
- Chore/size action by @JAdshead in #753
- fix(renderPartial): respect disabledStyles for partial render by @aaka5h in #755
- chore(workflow): bundle size strip hash by @JAdshead in #756
- chore(deps): bump semver-regex from 3.1.3 to 3.1.4 by @dependabot in #754
- One App Prepare Release (main) by @oneamexbot in #758
New Contributors
Full Changelog: v5.15.0...v5.15.1
v5.15.0
What's Changed
- chore(workflow): allow control of docker meta tag by @code-forger in #740
- chore(workflow): fix typo in client_payload in Release 4 by @code-forger in #743
- chore(workflows): only tag major and major.minor for latest by @code-forger in #744
- feat(update): updated node and npm versions on docker file by @spalva in #745
- fix(fetch-enhancers): use tree-shakable es build by @JAdshead in #748
- One App Prepare Release (main) by @oneamexbot in #750
New Contributors
Full Changelog: v5.14.1...v5.15.0
v5.14.1
🐛 Bug Fixes
- fix(env): don't require ONE_ENABLE_POST_TO_MODULE_ROUTES to be set @Matthew-Mallimo (#738)
v5.14.0
Changes
- chore(browserslist): npx browserslist@latest --update-db @10xLaCroixDrinker (#720)
- docs(readme): fix one app runner guide link in readme @heythisispaul (#718)
🚀 Features
- feat(dns): add option to enable app-level DNS caching @10xLaCroixDrinker (#727)
- feat(ssrServer): make max POST request payload size configurable @10xLaCroixDrinker (#721)
🧰 Maintenance
- chore(workflows): docker-dev-build fix tag @JAdshead (#734)
- chore(workflows): release - find tag @JAdshead (#733)
- chore(workflow): release - checkout tag @JAdshead (#726)
Full Changelog: v5.13.3...v5.14.0
v5.13.3
What's Changed
- chore(workflows): overhaul workflows ready for 5.x.x by @code-forger in #701
- chore(deps): bump regenerator-runtime from 0.13.7 to 0.13.9 by @dependabot in #708
- chore(deps): bump yargs from 15.4.1 to 17.4.1 by @dependabot in #715
- fix(one-app-ducks): delete lang pack request errors by @JAdshead in #722
- chore(release): 5.13.3 by @JAdshead in #723
New Contributors
- @code-forger made their first contribution in #701
Full Changelog: v5.13.2...v5.13.3
Release v5.13.2
What's Changed
fix(addFrameOptions): strict csp domain now matches by @JAdshead in 704
chore(deps): bump minimist from 1.2.5 to 1.2.6 by @oneamexbot in 705
chore(eslint): update by @JAdshead in 711
chore(release): 5.13.2 by @oneamexbot in 713
chore(labeler): fix globbing by @dogpatch626 in 714
Full Change Log: v5.13.1...v5.13.2
v5.13.1
What's Changed
- chore(commitlint): update to 16.x by @JAdshead in #688
- chore(labeler): adding updated workflows by @dogpatch626 in #697
- fix(csp): remove script nonce if inline scripts are disabled by @guym4c in #700
- chore(release): 5.13.1 by @oneamexbot in #702
Full Changelog: v5.13.0...v5.13.1
v5.13.0
Changes
- docs(overview): fix links in Getting-Started.md @kamalaknn (#663)
- fix(holocron): bad modules could cause crashes and prevent restart @Matthew-Mallimo (#631)
- Add env var to suppress the CSP script nonce in development @guym4c (#636)
🚀 Features
- chore(workflows): release using node 16 @10xLaCroixDrinker (#678)
- v5 on Node 16 @10xLaCroixDrinker (#677)
- feat(routes): childRoutes are not required for root module @bishnubista (#657)
- Feat/disable csp @dogpatch626 (#640)
- feat(runtime): support node 16 @10xLaCroixDrinker (#624)
- test(unit): upgrade to jest 27 @10xLaCroixDrinker (#618)
🐛 Bug Fixes
- fix(prodsample): configureRequestLog had faulty example code @Matthew-Mallimo (#647)
🧰 Maintenance
- chore(dep): bump holocron to v1.2.1 @Matthew-Mallimo (#684)
- chore(deps-dev): bump @rollup/plugin-babel from 5.2.3 to 5.3.0 @dependabot (#674)
- chore(deps): bump url-polyfill from 1.1.9 to 1.1.12 @dependabot (#673)
- chore(deps): bump semver from 7.3.4 to 7.3.5 @dependabot (#672)
- chore(deps-dev): bump accepts from 1.3.7 to 1.3.8 @dependabot (#676)
- chore(dependabot): aim at main @JAdshead (#671)
- chore(deps): bump hosted-git-info from 2.8.5 to 2.8.9 @dependabot (#660)
- chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 @dependabot (#662)
- chore(deps): bump yargs-parser from 5.0.0 to 5.0.1 @dependabot (#661)
- chore(one-app-bundler): update 6.14.2 @JAdshead (#654)
- chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 @dependabot (#653)
- chore(deps): bump ws from 7.3.0 to 7.5.6 @dependabot (#652)
- chore(deps): bump lodash from 4.17.20 to 4.17.21 @dependabot (#645)
- chore(deps): bump striptags from 3.1.1 to 3.2.0 @dependabot (#648)
- chore(deps): bump normalize-url from 4.5.0 to 4.5.1 @dependabot (#649)
- chore(deps): bump shelljs from 0.8.4 to 0.8.5 @dependabot (#651)
- chore(deps-dev): bump tar from 6.0.5 to 6.1.9 @dependabot (#613)
- chore(deps): bump urijs from 1.19.6 to 1.19.7 @dependabot (#623)
- chore(deps): bump semver-regex from 3.1.2 to 3.1.3 @dependabot (#616)
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 @dependabot (#614)
v5.12.0
Changes
- Changes by create-pull-request action @github-actions (#600)
- Dependabot updates @github-actions (#584)
- chore(dependabot): remove franks @JAdshead (#580)
🚀 Features
- feat(externals): add flag to not throw if externals semver have mismatch @Matthew-Mallimo (#591)
🧰 Maintenance
- chore(deps): bump tar from 6.1.0 to 6.1.11 in /prod-sample/sample-modules/franks-burgers/0.0.0 @dependabot (#570)
- chore(deps): bump tar from 6.1.5 to 6.1.11 in /prod-sample/sample-modules/frank-lloyd-root/0.0.3 @dependabot (#573)