From 63c44d5c471dbbb04de83982d3030deb2354b04e Mon Sep 17 00:00:00 2001 From: "@kiva-robot" Date: Mon, 7 Oct 2024 20:24:49 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0](https://github.com/kiva/ui/compare/v2.759.0...v3.0.0) (2024-10-07) ### โš  BREAKING CHANGES * import.meta support required. Baidu, QQ, UC, and KaiOs browsers not supported. * only supports Vue 3 APIs and only provides Vue 3 components ### ๐ŸŽ‰ New Features * adding new condition to redirect to challenge page ([a562fc9](https://github.com/kiva/ui/commit/a562fc986c6bae23db330815b01466c8c534239e)) * create borrower status card ([1cfeb70](https://github.com/kiva/ui/commit/1cfeb702c2f4c93ed0a2cea3445ce42231d8680b)) * create component to show in progress badge ([10d7af1](https://github.com/kiva/ui/commit/10d7af1939971e83a898013dfee59c3bec28f7d6)) * edit sitemap path params MP-880 ([e74aad4](https://github.com/kiva/ui/commit/e74aad492bc9a60672f5555d95401ba12f78ac93)) * get active loans ([894d4c5](https://github.com/kiva/ui/commit/894d4c557bfcbf3c09c404822f60228ce748fb86)) * message added for failed message sent ([#5567](https://github.com/kiva/ui/issues/5567)) ([1bf66ef](https://github.com/kiva/ui/commit/1bf66ef765c49274c491805e21e7d8dffcd2043d)) * migrate to vue 3 ([ef9cd09](https://github.com/kiva/ui/commit/ef9cd09163aa37b9ea8a20ed217838c014d67d5c)) * move redirect routes to own section of sitemap MP-880 ([ece45b6](https://github.com/kiva/ui/commit/ece45b68231069fa5807be28eb7bb9e69703343c)) * my kiva carousel component for borrower status card ([abbc34d](https://github.com/kiva/ui/commit/abbc34d0846f2be8cab76a0736d6b4c141d7be8e)) * my kiva navigation ([#5521](https://github.com/kiva/ui/issues/5521)) ([02ddb2e](https://github.com/kiva/ui/commit/02ddb2ee625de8a383c9ff713f869e35bd07f60f)) * mykiva components switched to composition api ([#5543](https://github.com/kiva/ui/issues/5543)) ([a225fbb](https://github.com/kiva/ui/commit/a225fbbb258b7738a1202688b1592709d0d1f3a5)) * only support modern browsers ([78fdf26](https://github.com/kiva/ui/commit/78fdf26230b6a383956cc579aaa26e2ccee29f74)) * render preload links for js and css used during render ([61e80af](https://github.com/kiva/ui/commit/61e80af6bf33275258d27b8b990931b5b1ff59dd)) * use custom dash ([4ee0470](https://github.com/kiva/ui/commit/4ee0470ec79494dd030b17cb99f959e33413077b)) ### ๐Ÿ› Bugfixes * $isServer no longer exists in Vue 3 ([125e330](https://github.com/kiva/ui/commit/125e330040199d1389785c38bb1955d2e5405e46)) * a small collection of stories fixed, added support for the async component in KvIcon ([2b9f0f1](https://github.com/kiva/ui/commit/2b9f0f1ddbde7851e7b38787dd7287aba4e7b003)) * access correct async page view method (encountered when changing filters on category page) ([80a6be8](https://github.com/kiva/ui/commit/80a6be8f5b6f2b4942e7e54d9164f97c2c13d56e)) * add back in old vuelidate library so project still builds/validates ([03d3a63](https://github.com/kiva/ui/commit/03d3a630afc6a12943910304511fffe4f70222f8)) * add filters support for storybook ([90b3657](https://github.com/kiva/ui/commit/90b3657495067c085a5a06cce2ba3dc33baeb8f2)) * add padding to ad update form date ([2a3a0f5](https://github.com/kiva/ui/commit/2a3a0f51dca3ddf8da44089d24e830fc972d75af)) * add request for new ID field on userAchievementProgress ([c16b6c6](https://github.com/kiva/ui/commit/c16b6c699495c007bad873d9140b0b818197a2fa)) * add SVGs to HTML for KvIcon ([688422d](https://github.com/kiva/ui/commit/688422dc6ce58178f2a669dae2d0b97f48e98804)) * add watcher to update state when lightbox opens, remove deprecated click attribute ([04cf84f](https://github.com/kiva/ui/commit/04cf84f7d577b04f20289592484bbd2f28620aa0)) * adding optional chaining for counting loans method ([e03918d](https://github.com/kiva/ui/commit/e03918d9adf7a0a4ce9fe6a616480143eb80daac)) * additional ESM work related to jest testing ([c4b1a9e](https://github.com/kiva/ui/commit/c4b1a9ece9e0fee85531725e30e255943369080e)) * additional unit test spec fixes and component fixes ([5cbb962](https://github.com/kiva/ui/commit/5cbb96279881019123d3390d1d4969eff3a1d53e)) * additional unit testing fixes ([e819357](https://github.com/kiva/ui/commit/e8193576d6eb7ed83443e1e970af12fc7b07baf6)) * address errors/warnings with story ([7f9290a](https://github.com/kiva/ui/commit/7f9290a644029e2da0ffc5e08b0a1d794c737dd5)) * adjust Caddy to support vite HMR ([12cf02b](https://github.com/kiva/ui/commit/12cf02be285ce7011f52568cc3ce8fcd92916a5a)) * adjust css bg image urls ([359387b](https://github.com/kiva/ui/commit/359387b058747749a7546ba6a482c90229d54ece)) * adjust manifest URLs to prevent errors in dev (full URL still needed for built app) ([c172d31](https://github.com/kiva/ui/commit/c172d31807f515ed4db2fe6becd1a4675bd22413)) * adjust some deep selectors ([15f31cb](https://github.com/kiva/ui/commit/15f31cbc2032913d301da29c1b35761d40dfdaac)) * another deep ([5a52a51](https://github.com/kiva/ui/commit/5a52a519ac20f103c3481382d5b2d8021c9eae72)) * another deep css tweak ([0de1bb3](https://github.com/kiva/ui/commit/0de1bb3e59dd91e661ac8359f77530619e6b3fdb)) * another form update ([c53fbdd](https://github.com/kiva/ui/commit/c53fbdd7e043611bcf8ff7845758ffe713f5d90a)) * attempt retry after network error before logging the error ([d5db0a9](https://github.com/kiva/ui/commit/d5db0a9110d5e663fb215b2bd78f485caffbbc78)) * borrower profile lend cta animation wasn't working correctly ([d94477c](https://github.com/kiva/ui/commit/d94477c16ec7a3e722769345f4c23d5c1efbfc55)) * borrower profile route access needed to be changed ([d1a77a1](https://github.com/kiva/ui/commit/d1a77a1d1fb976c67de0c4204676c98d3acaa703)) * braintree css overrides weren't working ([6a32b97](https://github.com/kiva/ui/commit/6a32b973a1e4c9b0e3f0f22db814fdef2cf7077d)) * cache set error when typesJSON is undefined ([24efeb5](https://github.com/kiva/ui/commit/24efeb5f0a059f151402c847de5bbd5215ecfa98)) * calculate next payment date ([096637a](https://github.com/kiva/ui/commit/096637a9e8c2369c1afb9b67bb0eeed11334292a)) * cause selector input needs to declare events emitted MP-873 ([d2cf2c8](https://github.com/kiva/ui/commit/d2cf2c8b513b4de4b2d13d3e262ca3ceaf17c90b)) * change logic to avoid redirect if experiment is active ([2a9de74](https://github.com/kiva/ui/commit/2a9de746ac05970e5090c657f9711806bda1d7cb)) * change storybook build generated js filenames so they do not start with underscores ([d244f08](https://github.com/kiva/ui/commit/d244f081ee25ca3691648c1dd49efc5c99d67ea4)) * change video import to work in storybook without new alias ([d053994](https://github.com/kiva/ui/commit/d053994249305cdf4511973b422cc307d0446673)) * checkboxes weren't working like expected (solved for the email settings page specifically) ([1ed955a](https://github.com/kiva/ui/commit/1ed955a2a97d01e0c974f429217fc18137eef074)) * checking status to know if a loan is fundraising ([abc2c50](https://github.com/kiva/ui/commit/abc2c50174302ed71a5de9c753555ef8c5b4a555)) * cleaned up story mock data ([da61990](https://github.com/kiva/ui/commit/da61990a579017f5752734373d661a012df0ec4d)) * client entry name in index.html ([e0a179f](https://github.com/kiva/ui/commit/e0a179f7a462f9c17eee4898e3297234b6ccf4ca)) * comment out vue router in storybook preview ([b3f3ad5](https://github.com/kiva/ui/commit/b3f3ad51d582e2cd10dad2d56a36d8cbe7fa3ea2)) * custom radio button wasn't working (found on payment settings page) ([9baaae5](https://github.com/kiva/ui/commit/9baaae5cb5c2a32dc30838a65fe9f61b8f5f3781)) * default slot is now a method ([bc22c53](https://github.com/kiva/ui/commit/bc22c5333eae0d34ee90d28263cb875c30ea23f4)) * default value for themes and tags ([b120c5b](https://github.com/kiva/ui/commit/b120c5bcda49ae8446af75fbc2099a4695b05a38)) * definition of completed loans ([b730d3b](https://github.com/kiva/ui/commit/b730d3bcb1d3007513b67b37804dc756604c90d4)) * disable was needed for unit tests in pipeline ([2d98e46](https://github.com/kiva/ui/commit/2d98e467ae38f68930a1f156b66362298ccfca98)) * done url after auth guard, done url not being empty string, team filter to url ([85109d0](https://github.com/kiva/ui/commit/85109d03b61c5b15a3ac9053632711ae228bcb1c)) * dynamic rich text rendering ([ba24489](https://github.com/kiva/ui/commit/ba24489c1ac723d08c60f3e1545264780d091499)) * emitted events need to be declared in components for vue to handle them correctly MP-901 ([621935a](https://github.com/kiva/ui/commit/621935a759f5c53a08399e964799afc709b40fa7)) * ensure category page loads correctly via browser back/forward buttons ([8e5c83f](https://github.com/kiva/ui/commit/8e5c83fde6b364c046ea9932fe29b11cf2197d5f)) * ensure icons load on category page ([97fd051](https://github.com/kiva/ui/commit/97fd0516262a73cc7def65247b6ecd989382a570)) * ensure responsive image component renders correctly ([2dd7155](https://github.com/kiva/ui/commit/2dd71553ca344976b7be6b05806985b8e0625a5d)) * event names for listeners must be hyphenated ([067e3a7](https://github.com/kiva/ui/commit/067e3a79dba97a2b140f57a11c88a9415f0b7c50)) * file disables didn't work for push eslint ([e62aaa2](https://github.com/kiva/ui/commit/e62aaa2ebadb98c70ab9ec485c72141c22a35bc2)) * filter out null values from queries used on LBC ([ec8b170](https://github.com/kiva/ui/commit/ec8b170f5265fac42b7326aa1b3da3cf7c49558d)) * fix default thanks page rendering ([ee1fab3](https://github.com/kiva/ui/commit/ee1fab366b839fd584ef1c2ff000d25a6e3ac981)) * fix how treemap commonjs module was being imported ([cbb906d](https://github.com/kiva/ui/commit/cbb906d106b451341176d16d67c862546fc74c0b)) * fixed height ([7e30676](https://github.com/kiva/ui/commit/7e306769f60ff45408331641f0e627b312c02d90)) * get unit tests passing again ([8adede0](https://github.com/kiva/ui/commit/8adede05200ac0c2c00663030ad78061c96ea2e1)) * get vue router to work with overriding query string in stories ([c163d85](https://github.com/kiva/ui/commit/c163d8598dc12bbb4273d30d0b4d9c8ac0f02ead)) * **getDeepComponents:** handle vue 3 async components ([9d16b5f](https://github.com/kiva/ui/commit/9d16b5f1ae22d31587abeb116d44d4a831032cda)) * getGqlPossibleTypes expects a memcache instance ([6cc890c](https://github.com/kiva/ui/commit/6cc890c4512b7b15a4764d29d9993c8f1df2a109)) * handle no match found warnings with catch-all route ([11abec5](https://github.com/kiva/ui/commit/11abec58206872d88d8617e4f3fd72c6a4d33bc8)) * horizontal overflow hidden in my kiva nav ([#5533](https://github.com/kiva/ui/issues/5533)) ([c23b6b9](https://github.com/kiva/ui/commit/c23b6b9836e44e5cbd2fc55031783d33467f8725)) * hydration and missing content on mg page ([08b3bbb](https://github.com/kiva/ui/commit/08b3bbb5a44e2f9e9e31d22691d81a06fe62a63d)) * image glob instead of require for thanks page component ([5cffd44](https://github.com/kiva/ui/commit/5cffd44fb45f3464fa18de98ba01c2c341857759)) * import svg urls for image sources ([855bf5b](https://github.com/kiva/ui/commit/855bf5b659c6d796f2abc852ad95bdc2e2323926)) * install mitt event bus, update dev-inspect command with tailwind-watch ([fc4f2e4](https://github.com/kiva/ui/commit/fc4f2e4da0b1a59019bc0c25d3a3193f2dada040)) * iwd has false value causing the redirect ([1d66315](https://github.com/kiva/ui/commit/1d66315ce1983e46780c9a86973978ba31d3a96f)) * lend/filter page now loads successfully and can be interacted with ([515ac80](https://github.com/kiva/ui/commit/515ac801ae9f8f27c5ee0110af8f56fe0f0aeca1)) * lender profile stats bugs fixed ([#5564](https://github.com/kiva/ui/issues/5564)) ([74cac0b](https://github.com/kiva/ui/commit/74cac0be2908d98445da4e6afa6c62bd986c57b5)) * lint ([fa7d7f3](https://github.com/kiva/ui/commit/fa7d7f33bebf8bf28043cfb0926e8aad8c349383)) * lint ([d1f80c2](https://github.com/kiva/ui/commit/d1f80c2d3f1822cc0a91a2b3f8c7986318cb9d3e)) * linting ([bf6fca2](https://github.com/kiva/ui/commit/bf6fca213fa08e07bdb6c266a58adece99cdab42)) * linting ([bfd3bbd](https://github.com/kiva/ui/commit/bfd3bbddd7f211c12a3bda8a16231468f7dda0cc)) * linting again ([bd3dcd9](https://github.com/kiva/ui/commit/bd3dcd997705bc9eca543e584bbbd48b744d8ea0)) * linting issues ([2e8b31f](https://github.com/kiva/ui/commit/2e8b31f01ba6eba7ee6bc358517e2143e4ce59d2)) * load app logo svgs with ?url ([feba00d](https://github.com/kiva/ui/commit/feba00d491d59362783ed8f3e3f561e44d062678)) * load lending stats even with gql error ([1d8a56f](https://github.com/kiva/ui/commit/1d8a56f3e0234a537c01135437292a2b5aa38048)) * loading placeholder and handle negative dates ([4becfd9](https://github.com/kiva/ui/commit/4becfd968553baaefb314468b3051f4b1965b3cb)) * location filters on lend-by-category ([86b52c5](https://github.com/kiva/ui/commit/86b52c536b26aebfdcf8e921161349f9d98275b6)) * make replacing tracer quicker ([ae0c70a](https://github.com/kiva/ui/commit/ae0c70ad6345f2ec5cddef8d3167865a14560ea6)) * make vite load everything behind the static path in dev mode, helps fix tilt ([60f7ec3](https://github.com/kiva/ui/commit/60f7ec32a3c1c6b1e5fd7952904cd28edfa90a58)) * matching text component fix for category page help me choose section ([e1f8ccc](https://github.com/kiva/ui/commit/e1f8ccccf150f4707d52f41b6c2ae554e155044f)) * migrate all vuelidate forms to the new pattern ([9a9b6eb](https://github.com/kiva/ui/commit/9a9b6eb4058b9fa0cb603aebcd2c741e1bb0b0b9)) * missed a server change update on checkout page ([8ee0aaf](https://github.com/kiva/ui/commit/8ee0aaffb4a37265bd32d876bfbd3c815a657730)) * missing final package changes from merge ([252495b](https://github.com/kiva/ui/commit/252495b3e8e042b3492d6d69de75805363b1dfd5)) * missing tracking and buttons ([8a1ba24](https://github.com/kiva/ui/commit/8a1ba24ce5569c887e33423bccf3f8d8218319f2)) * monthly good and auto deposit calculations doing string concat instead of addition MP-882 ([51411c5](https://github.com/kiva/ui/commit/51411c5bd4979c3f2396c60d0b3ea4ef29b2cc9a)) * more icons now work (sprites didn't work in storybook before either) ([329f527](https://github.com/kiva/ui/commit/329f527138eb162df9cd58316dbc74d273bd7a41)) * more linting fixes ([afee5a4](https://github.com/kiva/ui/commit/afee5a4a6f2d3912cf2d3446b91be6ee7afaaed0)) * more story fixes ([dace761](https://github.com/kiva/ui/commit/dace761dfb08dc1f17abc9b774b5e73699fd15ab)) * more story fixes ([0b7002d](https://github.com/kiva/ui/commit/0b7002d1769f06822a14ca11307e673477927ece)) * more story issues resolved ([0d1054d](https://github.com/kiva/ui/commit/0d1054d65d2872ee5386cf10a7165be195eed3f2)) * more story updates ([cd2f0f3](https://github.com/kiva/ui/commit/cd2f0f3d67cc5caf7b4ade636ce74629f022c714)) * more unit test fixes ([9cbee44](https://github.com/kiva/ui/commit/9cbee44885a631b3499b1448a6267959ac3987e2)) * my kiva experiment setup fixed ([#5551](https://github.com/kiva/ui/issues/5551)) ([66ecd71](https://github.com/kiva/ui/commit/66ecd7190228069f8530b8a7a0f58203d77cbc5e)) * new vue render method removes whitespace ([1d14a86](https://github.com/kiva/ui/commit/1d14a8694ac8d64fdac87217d7dfbdb01e4878bc)) * one last linting error ([88c84b9](https://github.com/kiva/ui/commit/88c84b92af58fff7ad9e8115711e5caacb1afe34)) * pass error to next to ensure auth guard redirect, remove lodash usage ([1f40682](https://github.com/kiva/ui/commit/1f406821f910e2629d83c253b83696dd9abaac0d)) * pass null instead of all, which is not an enum option, in team leaderboard category field ([486db0f](https://github.com/kiva/ui/commit/486db0fc75e56519c6bd5de247c6c6b79f6226aa)) * prefetch route is now a ref ([e5d4325](https://github.com/kiva/ui/commit/e5d43255f2c276c37c42bc8cb1e5f9feb151a7ba)) * prefetch wasn't working correctly for navigation with the vue router ([af4a0ff](https://github.com/kiva/ui/commit/af4a0ffee87f332684b4364127f005cf7f6213dc)) * props and attrs not set correctly on buttons MP-858 ([92faca3](https://github.com/kiva/ui/commit/92faca371933028ace07649f8df72862d207aa27)) * qr code prop was wrong type ([72d3144](https://github.com/kiva/ui/commit/72d3144c554a2d2639ab9c97fec5ac69f133257a)) * quiet console.warn for live loan fetch tests ([0e1fbd5](https://github.com/kiva/ui/commit/0e1fbd5689fbbb86b252caa12205ab15481205aa)) * radio can default as null ([46479e4](https://github.com/kiva/ui/commit/46479e4853030cf552ededc9b5ad0a2f085d6224)) * reactive loans ([9971d6d](https://github.com/kiva/ui/commit/9971d6d0a1ee306777f27168104dc7f680fa0a1e)) * redirect to error if contentful entry is missing, fix dynamic rendering mode in the client ([12a9210](https://github.com/kiva/ui/commit/12a921028dea46bedb5765e9af9339f4b219e071)) * register social page/form now working ([3312852](https://github.com/kiva/ui/commit/331285235542882bdff950c7b97f93cb5f1cb4d8)) * remaining changes to enable all logged-out features of lend/filter ([1716cc0](https://github.com/kiva/ui/commit/1716cc0a399250cc5a2f860ecc1a315bfcf0bc4d)) * remaining initial story tweaks for storybook 8 ([e51e82a](https://github.com/kiva/ui/commit/e51e82ab2da9c81cb2004235311e5e97b3cf1987)) * remove another this reference in a template ([b66ae01](https://github.com/kiva/ui/commit/b66ae01a59f7888b3875e1d63f4f6291fb9ef784)) * remove ci branch option ([4eae068](https://github.com/kiva/ui/commit/4eae068757c69a35b14db71cedfacfcc0104d8aa)) * remove component no longer used ([627fbf1](https://github.com/kiva/ui/commit/627fbf1583e0957257d2836f24667d92c686fb46)) * remove depreacted .native modifier ([24375b3](https://github.com/kiva/ui/commit/24375b3055ae5ceaaf4b95b2845c4dbbbac0152a)) * remove deprecated filter ([524819c](https://github.com/kiva/ui/commit/524819c9a9eb059098792042fed8fdc2fef9063f)) * remove duplicate id=app ([16b0555](https://github.com/kiva/ui/commit/16b055522ee0c5be716d45e7a8c278900b99c3d8)) * remove extra template tags creating render issues ([153fee4](https://github.com/kiva/ui/commit/153fee43605394c976c496be2e49e21b4acb80c2)) * remove old postcss deep syntax ([f995b32](https://github.com/kiva/ui/commit/f995b3212c5138ac9019caf55e0bc6694c16eb25)) * remove this reference from template ([3ac0bac](https://github.com/kiva/ui/commit/3ac0bac33fea843e24d4f8ea74b78b206c0e78fe)) * remove this. from templates, resolve issue with transition having more than one child ([5fc685d](https://github.com/kiva/ui/commit/5fc685d3f2a3466988ca80782e21033242b846cf)) * remove unused KvRangeSlider component ([909b5cc](https://github.com/kiva/ui/commit/909b5cc049e461376549f0497b3c79d9cf4a7273)) * remove unused listener and fix monthly good stories ([e8c0c05](https://github.com/kiva/ui/commit/e8c0c05a0bcc2b68321b6c7a3f867128e8667475)) * remove unused purge css code ([e7e52c7](https://github.com/kiva/ui/commit/e7e52c75be221da791f6cbf37c7c9d567411ba24)) * remove unused v-model from KvVerificationCodeInput to cleanup events MP-901 ([91aea77](https://github.com/kiva/ui/commit/91aea77131cba29ebb5e84efa3419b2243eb7cbc)) * removed unneeded linting disable ([6cd5910](https://github.com/kiva/ui/commit/6cd5910e0d0fc4d43a8a37fa04773dd98dee319e)) * removed unneeded require from server index ([7f2f204](https://github.com/kiva/ui/commit/7f2f204f405c444863e0ff88ef48ca92b4f218b6)) * rename format-lh-for-s3 file ([2ce0c0d](https://github.com/kiva/ui/commit/2ce0c0d069861dc9d3a0b600405441dcd0c23b58)) * rename lighthouse files according to failure log in github action ([59c689a](https://github.com/kiva/ui/commit/59c689a299cec818a95220881eb92f3e977a1b61)) * rename refresh-totals -> refreshtotals for consistency and define missing emits ([113a6de](https://github.com/kiva/ui/commit/113a6de447984765917cea754b592b17520ac645)) * replace .sync with v-model:value ([7102be7](https://github.com/kiva/ui/commit/7102be79aad5fa9e931bb616a50f1074996561d3)) * replace deprecated beforeDestroy with beforeUnmount ([072ddcb](https://github.com/kiva/ui/commit/072ddcb8921e954b8937fb36cabdfa70ff75144e)) * replace deprecated destroyed with unmounted ([e62801a](https://github.com/kiva/ui/commit/e62801af734f75385cb53d364a28923b79aa1d20)) * resolve a couple register page issues ([a6fb9fa](https://github.com/kiva/ui/commit/a6fb9fa68d1769d757b59ee15d0cfc4dd5c3957b)) * resolve deep style issues with legal pages ([2e48331](https://github.com/kiva/ui/commit/2e483310d8f755af973cfadcc66d41260c6218e2)) * resolve errors to get category page initially loading ([9ba0a44](https://github.com/kiva/ui/commit/9ba0a449c825911c37e08a21b93de4b4d0b0cb0e)) * resolve errors with loading the borrower profile initially ([dd0d37a](https://github.com/kiva/ui/commit/dd0d37a1f92ff58dbcbb242a52b3bb4ad19273f3)) * resolve form element issues with autolending settings ([eafa46c](https://github.com/kiva/ui/commit/eafa46cd55aa98bd88c418c09c8808994d3a769e)) * resolve issue with carousel slots ([d3a8901](https://github.com/kiva/ui/commit/d3a89013f4609857003231bf260d840353674dfb)) * resolve issue with cc page deep css ([30c35ba](https://github.com/kiva/ui/commit/30c35baa13524d9fbb304cae4e5f0a4c2a6821db)) * resolve issue with import in component library ([d24aa8a](https://github.com/kiva/ui/commit/d24aa8a6e5ed1684d207004a3f681a0084aa8f63)) * resolve issue with lend page ([7d041f6](https://github.com/kiva/ui/commit/7d041f68eaf434a2f1c0794f88319676daf22775)) * resolve issue with older carousel component ([374f44e](https://github.com/kiva/ui/commit/374f44e5293d0513bff0b54aaffcac54a2d942b8)) * resolve issue with popper when is initialized hidden ([a3155ca](https://github.com/kiva/ui/commit/a3155cacde7e298b7a81dd814d5f1ed4b04ef616)) * resolve issues found by linting ([da59885](https://github.com/kiva/ui/commit/da598857f57aa7681d97b5c65637c20ad6794c72)) * resolve issues on a couple newer pages with image glob ([5a8d692](https://github.com/kiva/ui/commit/5a8d692e3cc25a0fb70aca154bec0cb67536fe97)) * resolve issues with build page ([2e9fff1](https://github.com/kiva/ui/commit/2e9fff168783b1cde1e15a02314e74abf6cfd3d2)) * resolve issues with button component ([b029860](https://github.com/kiva/ui/commit/b02986088816c7eca4bed321280e833ebd385d45)) * resolve issues with campaign page ([96ee90f](https://github.com/kiva/ui/commit/96ee90f101039a920d8e478efd093329d0afbe6e)) * resolve issues with category page help me choose section ([6312494](https://github.com/kiva/ui/commit/6312494474ac45ee2d4c29d8bcaf9cc30078527f)) * resolve issues with category page quick filters ([a37d0f2](https://github.com/kiva/ui/commit/a37d0f2f3b6545d7ab45fef1cdfdf55382944f0d)) * resolve issues with client entry init ([0839846](https://github.com/kiva/ui/commit/08398466806752f179f98b828f07e57807fbd12a)) * resolve issues with flag icons not rendering ([d6871f5](https://github.com/kiva/ui/commit/d6871f54c5bbf0f90ef45baa40b8916ac573529c)) * resolve issues with grid story ([047aed5](https://github.com/kiva/ui/commit/047aed5849ee08bf1af8b765bfb9c10add216e52)) * resolve issues with html img src values ([8c871c4](https://github.com/kiva/ui/commit/8c871c449823dde3a4b815fcea2517858be14f40)) * resolve issues with image globs with subfolders ([f950d13](https://github.com/kiva/ui/commit/f950d13fd32657a78feed6f319411975a1fc75ff)) * resolve issues with monthly good page ([901ec9b](https://github.com/kiva/ui/commit/901ec9bf7db16f598936c904a28307e7a1ff1f6b)) * resolve issues with phone input (formatting update didn't work before either) ([f39f737](https://github.com/kiva/ui/commit/f39f73787091d8404aa74fabc13a0c445e37f84e)) * resolve issues with process instant lending ([71bf2be](https://github.com/kiva/ui/commit/71bf2be59dc909f1e6a475ddb8cb13f0c5741195)) * resolve issues with process join team ([8953d19](https://github.com/kiva/ui/commit/8953d19b024b6db7e945a45f22b36d71ce180fd0)) * resolve issues with router navigation specifically for lend/filter ([1498fa1](https://github.com/kiva/ui/commit/1498fa18bb794b613d9bc25f997172cf97686a87)) * resolve linting errors ([19f6ff9](https://github.com/kiva/ui/commit/19f6ff9bd492d16b91842db69b21377a388fec7f)) * resolve linting warnings ([f527ad7](https://github.com/kiva/ui/commit/f527ad786cb39493dc9db4943209b86c883dc87b)) * resolve merge coverage error in GH action ([0a0da7d](https://github.com/kiva/ui/commit/0a0da7d3a330a8e50e4397a37a2dd9b0737e7720)) * resolve more issues with base input and checkboxes ([9c0ad27](https://github.com/kiva/ui/commit/9c0ad27ed83a5f93f26daccf525d1aee99f98bca)) * resolve preFetchVariables route issues ([196f7c8](https://github.com/kiva/ui/commit/196f7c87a248723551cf81b24f8fdf0c0e3e8baf)) * resolve remaining issues with category page (clicking to load monthly good page) ([f0155e8](https://github.com/kiva/ui/commit/f0155e865ac931be26608c1272dd45933cb49e69)) * resolve story issue with correct default ([c8aa9a0](https://github.com/kiva/ui/commit/c8aa9a0ee0b2f38a4fac82bdc349b2c69e754c98)) * resolve transition needs single child error ([2851975](https://github.com/kiva/ui/commit/2851975e627fe78df1d18ae31be882cf4f0a2717)) * resolve warnings and errors when quick filters changed on category page ([ca13156](https://github.com/kiva/ui/commit/ca13156a67b7c04cb6310f90cb146e5f5f2a556d)) * resolved click outside directive issues with Vue 3 ([7125c22](https://github.com/kiva/ui/commit/7125c221592ff0d8015b83246eb8c3ed99c9ca2d)) * resolved issue with flag icons (removed sprite usage) ([1c5923b](https://github.com/kiva/ui/commit/1c5923b492d1e2d21ef48fc5254da59080273f41)) * resolved issue with the loan carousel on the lend-by-category page ([0558288](https://github.com/kiva/ui/commit/0558288ae9d412fa2b36e0c9737b704f99b94f66)) * resolved issue with tip message component ([2e678ed](https://github.com/kiva/ui/commit/2e678ed78f4ab9d85f14f79969aeef61d9767979)) * resolved issues with auto deposit form and added needed optional chaining to all forms ([f316567](https://github.com/kiva/ui/commit/f316567e7ae545a698ba2beab8ce075999633e8b)) * resolved issues with banner stories ([f999262](https://github.com/kiva/ui/commit/f99926291932c90f23aef383a68ad93f16b9f1f7)) * resolved issues with cc pages ([4530fc8](https://github.com/kiva/ui/commit/4530fc8a0de0a7cefebe8756390e77064ae45ef1)) * resolved issues with more stories (one of the BP stories was broken before as well) ([c618a8e](https://github.com/kiva/ui/commit/c618a8e4d833caeb64b91c30a0c4cfd9d6dc7f7c)) * resolved issues with unit tests (all pass without warnings/errors now) ([b7e7ab5](https://github.com/kiva/ui/commit/b7e7ab5e5b86c2c2fadec466109489163ee82b27)) * root element of transition needs to have v-if or v-show ([0ed6e1e](https://github.com/kiva/ui/commit/0ed6e1e0a3e0a744f7238fad512303c5676d6957)) * server side error where this file wasn't found with relative path ([3f3ba76](https://github.com/kiva/ui/commit/3f3ba76407e5b15ffafe0ac6bfe4c29fb1553747)) * set inital input value in legacy KvRadio component, remove unused watch in autolending status ([f02626d](https://github.com/kiva/ui/commit/f02626d86c0babf88ed5f822fcd83c10aa81aafb)) * slide width in badge experiment ([9d6effe](https://github.com/kiva/ui/commit/9d6effee48e5ff986b7d9c7a2675439211ac80d7)) * small spelling fix ([b0836c9](https://github.com/kiva/ui/commit/b0836c9fcf7877f938c76eb125e7753c4375c57c)) * solve comments ([a7648ab](https://github.com/kiva/ui/commit/a7648abc1f12325c7f3588accd3c2d93fbdef4f4)) * solve conflicts ([1fa0046](https://github.com/kiva/ui/commit/1fa00460520e930ccbec3ea1f9a41f4a57df1012)) * some changes following previous commits ([ae78046](https://github.com/kiva/ui/commit/ae780469fff778482918c029655c48118dd52a3d)) * style issues and loading placeholder ([c905197](https://github.com/kiva/ui/commit/c90519714c2684210a23251939ee4be77573b631)) * tabs for package.json indentation ([13c0fb3](https://github.com/kiva/ui/commit/13c0fb369c372095cd3c635bce2cac213071c8f9)) * turn off SSR for local dev to prevent CSS pop-in for components ([2016a22](https://github.com/kiva/ui/commit/2016a22f0f265de5420b69cbb93b95ee9f05f617)) * turn on source maps when not in production, helps with server debugger ([1009d62](https://github.com/kiva/ui/commit/1009d6229a902c6703f4f58609c24194c0604131)) * unit tests now all pass (fixed issue with KvCheckboxList) ([dcba7a7](https://github.com/kiva/ui/commit/dcba7a70509db3495dbfec5f1ff5eead9fe21520)) * update component lib to get updated select ([2954b83](https://github.com/kiva/ui/commit/2954b8386df127782a04a986bc85f4247da87fc1)) * update gql import ([f37f1aa](https://github.com/kiva/ui/commit/f37f1aa26652e665bbd95139015363aba043cb1e)) * update path to lighthouse upload file ([afc41d1](https://github.com/kiva/ui/commit/afc41d1ba0a182d4981c10b21b70d7d1dcb3b6e1)) * update paths for static assets ([df9a2dc](https://github.com/kiva/ui/commit/df9a2dc87442375dd1d708a23d925147710dec69)) * update selects to work in vue3 ([df8b2ee](https://github.com/kiva/ui/commit/df8b2ee78340764b68128a52ad00366a3f88c6ea)) * update static asset path for docker build action ([ff013ab](https://github.com/kiva/ui/commit/ff013abad88686cf82e49572c710d34e5167bfb4)) * update static asset source path ([e7cb1b7](https://github.com/kiva/ui/commit/e7cb1b7a960e04778c25491e0aa15899dccd672f)) * update storybook deployment node version ([9631960](https://github.com/kiva/ui/commit/96319605dfcadf517ff56e18a703a1d9c35c8e8a)) * update storybook preview for vue 3 app & remove unused build config ([9241689](https://github.com/kiva/ui/commit/92416898294f18ccf938da3d100bee8dbdcd8521)) * upgrade kv-shop with tweaks that allow apollo dependency to load ([8cdd3da](https://github.com/kiva/ui/commit/8cdd3da94ddecd45eef797757a57f4825382d58a)) * upgrade node auth0 package to resolve authentication related errors ([82825b8](https://github.com/kiva/ui/commit/82825b87235960907ada2109def34b60e99e5f05)) * upgrade to vue3 ([0f89ec3](https://github.com/kiva/ui/commit/0f89ec3d65f580d44e8dc11cab1e7023ffabd610)) * upgraded cypress and confirmed tests running locally ([6f71180](https://github.com/kiva/ui/commit/6f71180edb73679eaaedef2324943e7241202aa2)) * use "head" instead of "metaInfo" ([8df4a08](https://github.com/kiva/ui/commit/8df4a08cd026e35e20a856a5283eff3ffc68de12)) * use absolute paths from project root for import.meta.glob ([0dcb945](https://github.com/kiva/ui/commit/0dcb945d9e5f7b6f88646ba2769b16b33bf240df)) * use direct aysnc import for router components ([69e0585](https://github.com/kiva/ui/commit/69e058523d92db259b67b17bb5be7b0745790d14)) * use event emitter for dynamic events out of contentful content, fix basket hash ([cd249f6](https://github.com/kiva/ui/commit/cd249f67187f482400feaab64825cde27ebfd309)) * use head instead of metaInfo in UiSiteMap ([c2c1b05](https://github.com/kiva/ui/commit/c2c1b057467eef6bb369345ea334069403812ee0)) * use import.meta.glob to load flag svgs ([80fe5ca](https://github.com/kiva/ui/commit/80fe5caf37f5330172e51e4ded0ee80a353f8112)) * validation in monthly good setup form ([82249d0](https://github.com/kiva/ui/commit/82249d0f1e8ff6aed65c73f14b0b28415ddc050c)) * webmanifest with vite build ([ac02114](https://github.com/kiva/ui/commit/ac02114b02295870a4696dc66622b513d3ea8e7b)) ### ๐Ÿ—๏ธ Build System * allow importing of temporary file ([470e4d4](https://github.com/kiva/ui/commit/470e4d468630955dc8693fb615ce3d614140c826)) * client path should be set in source directory so that /static is the public asset root ([a1f6ba2](https://github.com/kiva/ui/commit/a1f6ba265194f461ea8be5cbd57ee3fd3f107691)) * ensure image build happens if github release was published ([4dfdffe](https://github.com/kiva/ui/commit/4dfdffe2af66fc069ffd05da5bf675a3a1d1d80c)) ### ๐Ÿชš Refactors * async functions and cache helper for getGqlPossibleTypes ([93eeb7d](https://github.com/kiva/ui/commit/93eeb7da60dcde50dac24ab89c177ffc2192e6fd)) ### ๐Ÿ“š Documentation Changes * remove outdated comment ([1b2df91](https://github.com/kiva/ui/commit/1b2df9184acb5f58076e3aed3808e65198842caa)) ### ๐Ÿ” Tests * apply vue3 linting rules ([a428be8](https://github.com/kiva/ui/commit/a428be87fae96a88925c8f3848d355862189dbd0)) * suppress console warnings from live-loan test ([4b0e6f9](https://github.com/kiva/ui/commit/4b0e6f9debd088348dc8106f9ae211ff81bb9b21)) * update click event count expected in LoanSearchFilterChips ([d3925f5](https://github.com/kiva/ui/commit/d3925f5e21605bf2af473fc13eecff5cb5fa40eb)) ### ๐Ÿงน Chores * add ci branch option to vue-3 branch ([36f65a7](https://github.com/kiva/ui/commit/36f65a78f7ae7f7ad5d76562959d2813fc258f59)) * **deps:** upgrade kv-components to v3.102.4 and kv-shop to 1.12.50 ([eeae06b](https://github.com/kiva/ui/commit/eeae06b8503c52a51db31275599929b62a51e383)) * **release:** 3.0.0-rc.1 [skip ci] ([5c68d95](https://github.com/kiva/ui/commit/5c68d9538ec213bb186d1a7c8b09535faab06a78)), closes [#5521](https://github.com/kiva/ui/issues/5521) [#5543](https://github.com/kiva/ui/issues/5543) [#5533](https://github.com/kiva/ui/issues/5533) [#5551](https://github.com/kiva/ui/issues/5551) * **release:** 3.0.0-rc.2 [skip ci] ([bda86fe](https://github.com/kiva/ui/commit/bda86fe25973b81c5e31963f2dbe3c33796dff1b)), closes [#5567](https://github.com/kiva/ui/issues/5567) [#5564](https://github.com/kiva/ui/issues/5564) * remove console log ([1c649c7](https://github.com/kiva/ui/commit/1c649c719bc23d1056d009eb6d44e9ef5d26da11)) * remove unused loanDisplayComponent computed prop ([07ab4bc](https://github.com/kiva/ui/commit/07ab4bcae8778f5d25cb11ab860e6eaae9893d43)) * remove unused script include ([b33260b](https://github.com/kiva/ui/commit/b33260b9f6237bfd9dd69e907ceb5068c8c6e6f5)) * update lighthouse filename in github action ([03ba94b](https://github.com/kiva/ui/commit/03ba94b90106ac6e23773468dd139e8641e7490a)) * use vue3 branch of marketplace-web-ui-ci with updated Dockerfile ([b0b1eb0](https://github.com/kiva/ui/commit/b0b1eb0c5feb90773a1d466e7eff2c538780ae8c)) --- CHANGELOG.md | 268 ++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 3 files changed, 271 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd6b28afff..ee5cd6dcd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,271 @@ +## [3.0.0](https://github.com/kiva/ui/compare/v2.759.0...v3.0.0) (2024-10-07) + +### โš  BREAKING CHANGES + +* import.meta support required. Baidu, QQ, UC, and KaiOs browsers not supported. +* only supports Vue 3 APIs and only provides Vue 3 components + +### ๐ŸŽ‰ New Features + +* adding new condition to redirect to challenge page ([a562fc9](https://github.com/kiva/ui/commit/a562fc986c6bae23db330815b01466c8c534239e)) +* create borrower status card ([1cfeb70](https://github.com/kiva/ui/commit/1cfeb702c2f4c93ed0a2cea3445ce42231d8680b)) +* create component to show in progress badge ([10d7af1](https://github.com/kiva/ui/commit/10d7af1939971e83a898013dfee59c3bec28f7d6)) +* edit sitemap path params MP-880 ([e74aad4](https://github.com/kiva/ui/commit/e74aad492bc9a60672f5555d95401ba12f78ac93)) +* get active loans ([894d4c5](https://github.com/kiva/ui/commit/894d4c557bfcbf3c09c404822f60228ce748fb86)) +* message added for failed message sent ([#5567](https://github.com/kiva/ui/issues/5567)) ([1bf66ef](https://github.com/kiva/ui/commit/1bf66ef765c49274c491805e21e7d8dffcd2043d)) +* migrate to vue 3 ([ef9cd09](https://github.com/kiva/ui/commit/ef9cd09163aa37b9ea8a20ed217838c014d67d5c)) +* move redirect routes to own section of sitemap MP-880 ([ece45b6](https://github.com/kiva/ui/commit/ece45b68231069fa5807be28eb7bb9e69703343c)) +* my kiva carousel component for borrower status card ([abbc34d](https://github.com/kiva/ui/commit/abbc34d0846f2be8cab76a0736d6b4c141d7be8e)) +* my kiva navigation ([#5521](https://github.com/kiva/ui/issues/5521)) ([02ddb2e](https://github.com/kiva/ui/commit/02ddb2ee625de8a383c9ff713f869e35bd07f60f)) +* mykiva components switched to composition api ([#5543](https://github.com/kiva/ui/issues/5543)) ([a225fbb](https://github.com/kiva/ui/commit/a225fbbb258b7738a1202688b1592709d0d1f3a5)) +* only support modern browsers ([78fdf26](https://github.com/kiva/ui/commit/78fdf26230b6a383956cc579aaa26e2ccee29f74)) +* render preload links for js and css used during render ([61e80af](https://github.com/kiva/ui/commit/61e80af6bf33275258d27b8b990931b5b1ff59dd)) +* use custom dash ([4ee0470](https://github.com/kiva/ui/commit/4ee0470ec79494dd030b17cb99f959e33413077b)) + +### ๐Ÿ› Bugfixes + +* $isServer no longer exists in Vue 3 ([125e330](https://github.com/kiva/ui/commit/125e330040199d1389785c38bb1955d2e5405e46)) +* a small collection of stories fixed, added support for the async component in KvIcon ([2b9f0f1](https://github.com/kiva/ui/commit/2b9f0f1ddbde7851e7b38787dd7287aba4e7b003)) +* access correct async page view method (encountered when changing filters on category page) ([80a6be8](https://github.com/kiva/ui/commit/80a6be8f5b6f2b4942e7e54d9164f97c2c13d56e)) +* add back in old vuelidate library so project still builds/validates ([03d3a63](https://github.com/kiva/ui/commit/03d3a630afc6a12943910304511fffe4f70222f8)) +* add filters support for storybook ([90b3657](https://github.com/kiva/ui/commit/90b3657495067c085a5a06cce2ba3dc33baeb8f2)) +* add padding to ad update form date ([2a3a0f5](https://github.com/kiva/ui/commit/2a3a0f51dca3ddf8da44089d24e830fc972d75af)) +* add request for new ID field on userAchievementProgress ([c16b6c6](https://github.com/kiva/ui/commit/c16b6c699495c007bad873d9140b0b818197a2fa)) +* add SVGs to HTML for KvIcon ([688422d](https://github.com/kiva/ui/commit/688422dc6ce58178f2a669dae2d0b97f48e98804)) +* add watcher to update state when lightbox opens, remove deprecated click attribute ([04cf84f](https://github.com/kiva/ui/commit/04cf84f7d577b04f20289592484bbd2f28620aa0)) +* adding optional chaining for counting loans method ([e03918d](https://github.com/kiva/ui/commit/e03918d9adf7a0a4ce9fe6a616480143eb80daac)) +* additional ESM work related to jest testing ([c4b1a9e](https://github.com/kiva/ui/commit/c4b1a9ece9e0fee85531725e30e255943369080e)) +* additional unit test spec fixes and component fixes ([5cbb962](https://github.com/kiva/ui/commit/5cbb96279881019123d3390d1d4969eff3a1d53e)) +* additional unit testing fixes ([e819357](https://github.com/kiva/ui/commit/e8193576d6eb7ed83443e1e970af12fc7b07baf6)) +* address errors/warnings with story ([7f9290a](https://github.com/kiva/ui/commit/7f9290a644029e2da0ffc5e08b0a1d794c737dd5)) +* adjust Caddy to support vite HMR ([12cf02b](https://github.com/kiva/ui/commit/12cf02be285ce7011f52568cc3ce8fcd92916a5a)) +* adjust css bg image urls ([359387b](https://github.com/kiva/ui/commit/359387b058747749a7546ba6a482c90229d54ece)) +* adjust manifest URLs to prevent errors in dev (full URL still needed for built app) ([c172d31](https://github.com/kiva/ui/commit/c172d31807f515ed4db2fe6becd1a4675bd22413)) +* adjust some deep selectors ([15f31cb](https://github.com/kiva/ui/commit/15f31cbc2032913d301da29c1b35761d40dfdaac)) +* another deep ([5a52a51](https://github.com/kiva/ui/commit/5a52a519ac20f103c3481382d5b2d8021c9eae72)) +* another deep css tweak ([0de1bb3](https://github.com/kiva/ui/commit/0de1bb3e59dd91e661ac8359f77530619e6b3fdb)) +* another form update ([c53fbdd](https://github.com/kiva/ui/commit/c53fbdd7e043611bcf8ff7845758ffe713f5d90a)) +* attempt retry after network error before logging the error ([d5db0a9](https://github.com/kiva/ui/commit/d5db0a9110d5e663fb215b2bd78f485caffbbc78)) +* borrower profile lend cta animation wasn't working correctly ([d94477c](https://github.com/kiva/ui/commit/d94477c16ec7a3e722769345f4c23d5c1efbfc55)) +* borrower profile route access needed to be changed ([d1a77a1](https://github.com/kiva/ui/commit/d1a77a1d1fb976c67de0c4204676c98d3acaa703)) +* braintree css overrides weren't working ([6a32b97](https://github.com/kiva/ui/commit/6a32b973a1e4c9b0e3f0f22db814fdef2cf7077d)) +* cache set error when typesJSON is undefined ([24efeb5](https://github.com/kiva/ui/commit/24efeb5f0a059f151402c847de5bbd5215ecfa98)) +* calculate next payment date ([096637a](https://github.com/kiva/ui/commit/096637a9e8c2369c1afb9b67bb0eeed11334292a)) +* cause selector input needs to declare events emitted MP-873 ([d2cf2c8](https://github.com/kiva/ui/commit/d2cf2c8b513b4de4b2d13d3e262ca3ceaf17c90b)) +* change logic to avoid redirect if experiment is active ([2a9de74](https://github.com/kiva/ui/commit/2a9de746ac05970e5090c657f9711806bda1d7cb)) +* change storybook build generated js filenames so they do not start with underscores ([d244f08](https://github.com/kiva/ui/commit/d244f081ee25ca3691648c1dd49efc5c99d67ea4)) +* change video import to work in storybook without new alias ([d053994](https://github.com/kiva/ui/commit/d053994249305cdf4511973b422cc307d0446673)) +* checkboxes weren't working like expected (solved for the email settings page specifically) ([1ed955a](https://github.com/kiva/ui/commit/1ed955a2a97d01e0c974f429217fc18137eef074)) +* checking status to know if a loan is fundraising ([abc2c50](https://github.com/kiva/ui/commit/abc2c50174302ed71a5de9c753555ef8c5b4a555)) +* cleaned up story mock data ([da61990](https://github.com/kiva/ui/commit/da61990a579017f5752734373d661a012df0ec4d)) +* client entry name in index.html ([e0a179f](https://github.com/kiva/ui/commit/e0a179f7a462f9c17eee4898e3297234b6ccf4ca)) +* comment out vue router in storybook preview ([b3f3ad5](https://github.com/kiva/ui/commit/b3f3ad51d582e2cd10dad2d56a36d8cbe7fa3ea2)) +* custom radio button wasn't working (found on payment settings page) ([9baaae5](https://github.com/kiva/ui/commit/9baaae5cb5c2a32dc30838a65fe9f61b8f5f3781)) +* default slot is now a method ([bc22c53](https://github.com/kiva/ui/commit/bc22c5333eae0d34ee90d28263cb875c30ea23f4)) +* default value for themes and tags ([b120c5b](https://github.com/kiva/ui/commit/b120c5bcda49ae8446af75fbc2099a4695b05a38)) +* definition of completed loans ([b730d3b](https://github.com/kiva/ui/commit/b730d3bcb1d3007513b67b37804dc756604c90d4)) +* disable was needed for unit tests in pipeline ([2d98e46](https://github.com/kiva/ui/commit/2d98e467ae38f68930a1f156b66362298ccfca98)) +* done url after auth guard, done url not being empty string, team filter to url ([85109d0](https://github.com/kiva/ui/commit/85109d03b61c5b15a3ac9053632711ae228bcb1c)) +* dynamic rich text rendering ([ba24489](https://github.com/kiva/ui/commit/ba24489c1ac723d08c60f3e1545264780d091499)) +* emitted events need to be declared in components for vue to handle them correctly MP-901 ([621935a](https://github.com/kiva/ui/commit/621935a759f5c53a08399e964799afc709b40fa7)) +* ensure category page loads correctly via browser back/forward buttons ([8e5c83f](https://github.com/kiva/ui/commit/8e5c83fde6b364c046ea9932fe29b11cf2197d5f)) +* ensure icons load on category page ([97fd051](https://github.com/kiva/ui/commit/97fd0516262a73cc7def65247b6ecd989382a570)) +* ensure responsive image component renders correctly ([2dd7155](https://github.com/kiva/ui/commit/2dd71553ca344976b7be6b05806985b8e0625a5d)) +* event names for listeners must be hyphenated ([067e3a7](https://github.com/kiva/ui/commit/067e3a79dba97a2b140f57a11c88a9415f0b7c50)) +* file disables didn't work for push eslint ([e62aaa2](https://github.com/kiva/ui/commit/e62aaa2ebadb98c70ab9ec485c72141c22a35bc2)) +* filter out null values from queries used on LBC ([ec8b170](https://github.com/kiva/ui/commit/ec8b170f5265fac42b7326aa1b3da3cf7c49558d)) +* fix default thanks page rendering ([ee1fab3](https://github.com/kiva/ui/commit/ee1fab366b839fd584ef1c2ff000d25a6e3ac981)) +* fix how treemap commonjs module was being imported ([cbb906d](https://github.com/kiva/ui/commit/cbb906d106b451341176d16d67c862546fc74c0b)) +* fixed height ([7e30676](https://github.com/kiva/ui/commit/7e306769f60ff45408331641f0e627b312c02d90)) +* get unit tests passing again ([8adede0](https://github.com/kiva/ui/commit/8adede05200ac0c2c00663030ad78061c96ea2e1)) +* get vue router to work with overriding query string in stories ([c163d85](https://github.com/kiva/ui/commit/c163d8598dc12bbb4273d30d0b4d9c8ac0f02ead)) +* **getDeepComponents:** handle vue 3 async components ([9d16b5f](https://github.com/kiva/ui/commit/9d16b5f1ae22d31587abeb116d44d4a831032cda)) +* getGqlPossibleTypes expects a memcache instance ([6cc890c](https://github.com/kiva/ui/commit/6cc890c4512b7b15a4764d29d9993c8f1df2a109)) +* handle no match found warnings with catch-all route ([11abec5](https://github.com/kiva/ui/commit/11abec58206872d88d8617e4f3fd72c6a4d33bc8)) +* horizontal overflow hidden in my kiva nav ([#5533](https://github.com/kiva/ui/issues/5533)) ([c23b6b9](https://github.com/kiva/ui/commit/c23b6b9836e44e5cbd2fc55031783d33467f8725)) +* hydration and missing content on mg page ([08b3bbb](https://github.com/kiva/ui/commit/08b3bbb5a44e2f9e9e31d22691d81a06fe62a63d)) +* image glob instead of require for thanks page component ([5cffd44](https://github.com/kiva/ui/commit/5cffd44fb45f3464fa18de98ba01c2c341857759)) +* import svg urls for image sources ([855bf5b](https://github.com/kiva/ui/commit/855bf5b659c6d796f2abc852ad95bdc2e2323926)) +* install mitt event bus, update dev-inspect command with tailwind-watch ([fc4f2e4](https://github.com/kiva/ui/commit/fc4f2e4da0b1a59019bc0c25d3a3193f2dada040)) +* iwd has false value causing the redirect ([1d66315](https://github.com/kiva/ui/commit/1d66315ce1983e46780c9a86973978ba31d3a96f)) +* lend/filter page now loads successfully and can be interacted with ([515ac80](https://github.com/kiva/ui/commit/515ac801ae9f8f27c5ee0110af8f56fe0f0aeca1)) +* lender profile stats bugs fixed ([#5564](https://github.com/kiva/ui/issues/5564)) ([74cac0b](https://github.com/kiva/ui/commit/74cac0be2908d98445da4e6afa6c62bd986c57b5)) +* lint ([fa7d7f3](https://github.com/kiva/ui/commit/fa7d7f33bebf8bf28043cfb0926e8aad8c349383)) +* lint ([d1f80c2](https://github.com/kiva/ui/commit/d1f80c2d3f1822cc0a91a2b3f8c7986318cb9d3e)) +* linting ([bf6fca2](https://github.com/kiva/ui/commit/bf6fca213fa08e07bdb6c266a58adece99cdab42)) +* linting ([bfd3bbd](https://github.com/kiva/ui/commit/bfd3bbddd7f211c12a3bda8a16231468f7dda0cc)) +* linting again ([bd3dcd9](https://github.com/kiva/ui/commit/bd3dcd997705bc9eca543e584bbbd48b744d8ea0)) +* linting issues ([2e8b31f](https://github.com/kiva/ui/commit/2e8b31f01ba6eba7ee6bc358517e2143e4ce59d2)) +* load app logo svgs with ?url ([feba00d](https://github.com/kiva/ui/commit/feba00d491d59362783ed8f3e3f561e44d062678)) +* load lending stats even with gql error ([1d8a56f](https://github.com/kiva/ui/commit/1d8a56f3e0234a537c01135437292a2b5aa38048)) +* loading placeholder and handle negative dates ([4becfd9](https://github.com/kiva/ui/commit/4becfd968553baaefb314468b3051f4b1965b3cb)) +* location filters on lend-by-category ([86b52c5](https://github.com/kiva/ui/commit/86b52c536b26aebfdcf8e921161349f9d98275b6)) +* make replacing tracer quicker ([ae0c70a](https://github.com/kiva/ui/commit/ae0c70ad6345f2ec5cddef8d3167865a14560ea6)) +* make vite load everything behind the static path in dev mode, helps fix tilt ([60f7ec3](https://github.com/kiva/ui/commit/60f7ec32a3c1c6b1e5fd7952904cd28edfa90a58)) +* matching text component fix for category page help me choose section ([e1f8ccc](https://github.com/kiva/ui/commit/e1f8ccccf150f4707d52f41b6c2ae554e155044f)) +* migrate all vuelidate forms to the new pattern ([9a9b6eb](https://github.com/kiva/ui/commit/9a9b6eb4058b9fa0cb603aebcd2c741e1bb0b0b9)) +* missed a server change update on checkout page ([8ee0aaf](https://github.com/kiva/ui/commit/8ee0aaffb4a37265bd32d876bfbd3c815a657730)) +* missing final package changes from merge ([252495b](https://github.com/kiva/ui/commit/252495b3e8e042b3492d6d69de75805363b1dfd5)) +* missing tracking and buttons ([8a1ba24](https://github.com/kiva/ui/commit/8a1ba24ce5569c887e33423bccf3f8d8218319f2)) +* monthly good and auto deposit calculations doing string concat instead of addition MP-882 ([51411c5](https://github.com/kiva/ui/commit/51411c5bd4979c3f2396c60d0b3ea4ef29b2cc9a)) +* more icons now work (sprites didn't work in storybook before either) ([329f527](https://github.com/kiva/ui/commit/329f527138eb162df9cd58316dbc74d273bd7a41)) +* more linting fixes ([afee5a4](https://github.com/kiva/ui/commit/afee5a4a6f2d3912cf2d3446b91be6ee7afaaed0)) +* more story fixes ([dace761](https://github.com/kiva/ui/commit/dace761dfb08dc1f17abc9b774b5e73699fd15ab)) +* more story fixes ([0b7002d](https://github.com/kiva/ui/commit/0b7002d1769f06822a14ca11307e673477927ece)) +* more story issues resolved ([0d1054d](https://github.com/kiva/ui/commit/0d1054d65d2872ee5386cf10a7165be195eed3f2)) +* more story updates ([cd2f0f3](https://github.com/kiva/ui/commit/cd2f0f3d67cc5caf7b4ade636ce74629f022c714)) +* more unit test fixes ([9cbee44](https://github.com/kiva/ui/commit/9cbee44885a631b3499b1448a6267959ac3987e2)) +* my kiva experiment setup fixed ([#5551](https://github.com/kiva/ui/issues/5551)) ([66ecd71](https://github.com/kiva/ui/commit/66ecd7190228069f8530b8a7a0f58203d77cbc5e)) +* new vue render method removes whitespace ([1d14a86](https://github.com/kiva/ui/commit/1d14a8694ac8d64fdac87217d7dfbdb01e4878bc)) +* one last linting error ([88c84b9](https://github.com/kiva/ui/commit/88c84b92af58fff7ad9e8115711e5caacb1afe34)) +* pass error to next to ensure auth guard redirect, remove lodash usage ([1f40682](https://github.com/kiva/ui/commit/1f406821f910e2629d83c253b83696dd9abaac0d)) +* pass null instead of all, which is not an enum option, in team leaderboard category field ([486db0f](https://github.com/kiva/ui/commit/486db0fc75e56519c6bd5de247c6c6b79f6226aa)) +* prefetch route is now a ref ([e5d4325](https://github.com/kiva/ui/commit/e5d43255f2c276c37c42bc8cb1e5f9feb151a7ba)) +* prefetch wasn't working correctly for navigation with the vue router ([af4a0ff](https://github.com/kiva/ui/commit/af4a0ffee87f332684b4364127f005cf7f6213dc)) +* props and attrs not set correctly on buttons MP-858 ([92faca3](https://github.com/kiva/ui/commit/92faca371933028ace07649f8df72862d207aa27)) +* qr code prop was wrong type ([72d3144](https://github.com/kiva/ui/commit/72d3144c554a2d2639ab9c97fec5ac69f133257a)) +* quiet console.warn for live loan fetch tests ([0e1fbd5](https://github.com/kiva/ui/commit/0e1fbd5689fbbb86b252caa12205ab15481205aa)) +* radio can default as null ([46479e4](https://github.com/kiva/ui/commit/46479e4853030cf552ededc9b5ad0a2f085d6224)) +* reactive loans ([9971d6d](https://github.com/kiva/ui/commit/9971d6d0a1ee306777f27168104dc7f680fa0a1e)) +* redirect to error if contentful entry is missing, fix dynamic rendering mode in the client ([12a9210](https://github.com/kiva/ui/commit/12a921028dea46bedb5765e9af9339f4b219e071)) +* register social page/form now working ([3312852](https://github.com/kiva/ui/commit/331285235542882bdff950c7b97f93cb5f1cb4d8)) +* remaining changes to enable all logged-out features of lend/filter ([1716cc0](https://github.com/kiva/ui/commit/1716cc0a399250cc5a2f860ecc1a315bfcf0bc4d)) +* remaining initial story tweaks for storybook 8 ([e51e82a](https://github.com/kiva/ui/commit/e51e82ab2da9c81cb2004235311e5e97b3cf1987)) +* remove another this reference in a template ([b66ae01](https://github.com/kiva/ui/commit/b66ae01a59f7888b3875e1d63f4f6291fb9ef784)) +* remove ci branch option ([4eae068](https://github.com/kiva/ui/commit/4eae068757c69a35b14db71cedfacfcc0104d8aa)) +* remove component no longer used ([627fbf1](https://github.com/kiva/ui/commit/627fbf1583e0957257d2836f24667d92c686fb46)) +* remove depreacted .native modifier ([24375b3](https://github.com/kiva/ui/commit/24375b3055ae5ceaaf4b95b2845c4dbbbac0152a)) +* remove deprecated filter ([524819c](https://github.com/kiva/ui/commit/524819c9a9eb059098792042fed8fdc2fef9063f)) +* remove duplicate id=app ([16b0555](https://github.com/kiva/ui/commit/16b055522ee0c5be716d45e7a8c278900b99c3d8)) +* remove extra template tags creating render issues ([153fee4](https://github.com/kiva/ui/commit/153fee43605394c976c496be2e49e21b4acb80c2)) +* remove old postcss deep syntax ([f995b32](https://github.com/kiva/ui/commit/f995b3212c5138ac9019caf55e0bc6694c16eb25)) +* remove this reference from template ([3ac0bac](https://github.com/kiva/ui/commit/3ac0bac33fea843e24d4f8ea74b78b206c0e78fe)) +* remove this. from templates, resolve issue with transition having more than one child ([5fc685d](https://github.com/kiva/ui/commit/5fc685d3f2a3466988ca80782e21033242b846cf)) +* remove unused KvRangeSlider component ([909b5cc](https://github.com/kiva/ui/commit/909b5cc049e461376549f0497b3c79d9cf4a7273)) +* remove unused listener and fix monthly good stories ([e8c0c05](https://github.com/kiva/ui/commit/e8c0c05a0bcc2b68321b6c7a3f867128e8667475)) +* remove unused purge css code ([e7e52c7](https://github.com/kiva/ui/commit/e7e52c75be221da791f6cbf37c7c9d567411ba24)) +* remove unused v-model from KvVerificationCodeInput to cleanup events MP-901 ([91aea77](https://github.com/kiva/ui/commit/91aea77131cba29ebb5e84efa3419b2243eb7cbc)) +* removed unneeded linting disable ([6cd5910](https://github.com/kiva/ui/commit/6cd5910e0d0fc4d43a8a37fa04773dd98dee319e)) +* removed unneeded require from server index ([7f2f204](https://github.com/kiva/ui/commit/7f2f204f405c444863e0ff88ef48ca92b4f218b6)) +* rename format-lh-for-s3 file ([2ce0c0d](https://github.com/kiva/ui/commit/2ce0c0d069861dc9d3a0b600405441dcd0c23b58)) +* rename lighthouse files according to failure log in github action ([59c689a](https://github.com/kiva/ui/commit/59c689a299cec818a95220881eb92f3e977a1b61)) +* rename refresh-totals -> refreshtotals for consistency and define missing emits ([113a6de](https://github.com/kiva/ui/commit/113a6de447984765917cea754b592b17520ac645)) +* replace .sync with v-model:value ([7102be7](https://github.com/kiva/ui/commit/7102be79aad5fa9e931bb616a50f1074996561d3)) +* replace deprecated beforeDestroy with beforeUnmount ([072ddcb](https://github.com/kiva/ui/commit/072ddcb8921e954b8937fb36cabdfa70ff75144e)) +* replace deprecated destroyed with unmounted ([e62801a](https://github.com/kiva/ui/commit/e62801af734f75385cb53d364a28923b79aa1d20)) +* resolve a couple register page issues ([a6fb9fa](https://github.com/kiva/ui/commit/a6fb9fa68d1769d757b59ee15d0cfc4dd5c3957b)) +* resolve deep style issues with legal pages ([2e48331](https://github.com/kiva/ui/commit/2e483310d8f755af973cfadcc66d41260c6218e2)) +* resolve errors to get category page initially loading ([9ba0a44](https://github.com/kiva/ui/commit/9ba0a449c825911c37e08a21b93de4b4d0b0cb0e)) +* resolve errors with loading the borrower profile initially ([dd0d37a](https://github.com/kiva/ui/commit/dd0d37a1f92ff58dbcbb242a52b3bb4ad19273f3)) +* resolve form element issues with autolending settings ([eafa46c](https://github.com/kiva/ui/commit/eafa46cd55aa98bd88c418c09c8808994d3a769e)) +* resolve issue with carousel slots ([d3a8901](https://github.com/kiva/ui/commit/d3a89013f4609857003231bf260d840353674dfb)) +* resolve issue with cc page deep css ([30c35ba](https://github.com/kiva/ui/commit/30c35baa13524d9fbb304cae4e5f0a4c2a6821db)) +* resolve issue with import in component library ([d24aa8a](https://github.com/kiva/ui/commit/d24aa8a6e5ed1684d207004a3f681a0084aa8f63)) +* resolve issue with lend page ([7d041f6](https://github.com/kiva/ui/commit/7d041f68eaf434a2f1c0794f88319676daf22775)) +* resolve issue with older carousel component ([374f44e](https://github.com/kiva/ui/commit/374f44e5293d0513bff0b54aaffcac54a2d942b8)) +* resolve issue with popper when is initialized hidden ([a3155ca](https://github.com/kiva/ui/commit/a3155cacde7e298b7a81dd814d5f1ed4b04ef616)) +* resolve issues found by linting ([da59885](https://github.com/kiva/ui/commit/da598857f57aa7681d97b5c65637c20ad6794c72)) +* resolve issues on a couple newer pages with image glob ([5a8d692](https://github.com/kiva/ui/commit/5a8d692e3cc25a0fb70aca154bec0cb67536fe97)) +* resolve issues with build page ([2e9fff1](https://github.com/kiva/ui/commit/2e9fff168783b1cde1e15a02314e74abf6cfd3d2)) +* resolve issues with button component ([b029860](https://github.com/kiva/ui/commit/b02986088816c7eca4bed321280e833ebd385d45)) +* resolve issues with campaign page ([96ee90f](https://github.com/kiva/ui/commit/96ee90f101039a920d8e478efd093329d0afbe6e)) +* resolve issues with category page help me choose section ([6312494](https://github.com/kiva/ui/commit/6312494474ac45ee2d4c29d8bcaf9cc30078527f)) +* resolve issues with category page quick filters ([a37d0f2](https://github.com/kiva/ui/commit/a37d0f2f3b6545d7ab45fef1cdfdf55382944f0d)) +* resolve issues with client entry init ([0839846](https://github.com/kiva/ui/commit/08398466806752f179f98b828f07e57807fbd12a)) +* resolve issues with flag icons not rendering ([d6871f5](https://github.com/kiva/ui/commit/d6871f54c5bbf0f90ef45baa40b8916ac573529c)) +* resolve issues with grid story ([047aed5](https://github.com/kiva/ui/commit/047aed5849ee08bf1af8b765bfb9c10add216e52)) +* resolve issues with html img src values ([8c871c4](https://github.com/kiva/ui/commit/8c871c449823dde3a4b815fcea2517858be14f40)) +* resolve issues with image globs with subfolders ([f950d13](https://github.com/kiva/ui/commit/f950d13fd32657a78feed6f319411975a1fc75ff)) +* resolve issues with monthly good page ([901ec9b](https://github.com/kiva/ui/commit/901ec9bf7db16f598936c904a28307e7a1ff1f6b)) +* resolve issues with phone input (formatting update didn't work before either) ([f39f737](https://github.com/kiva/ui/commit/f39f73787091d8404aa74fabc13a0c445e37f84e)) +* resolve issues with process instant lending ([71bf2be](https://github.com/kiva/ui/commit/71bf2be59dc909f1e6a475ddb8cb13f0c5741195)) +* resolve issues with process join team ([8953d19](https://github.com/kiva/ui/commit/8953d19b024b6db7e945a45f22b36d71ce180fd0)) +* resolve issues with router navigation specifically for lend/filter ([1498fa1](https://github.com/kiva/ui/commit/1498fa18bb794b613d9bc25f997172cf97686a87)) +* resolve linting errors ([19f6ff9](https://github.com/kiva/ui/commit/19f6ff9bd492d16b91842db69b21377a388fec7f)) +* resolve linting warnings ([f527ad7](https://github.com/kiva/ui/commit/f527ad786cb39493dc9db4943209b86c883dc87b)) +* resolve merge coverage error in GH action ([0a0da7d](https://github.com/kiva/ui/commit/0a0da7d3a330a8e50e4397a37a2dd9b0737e7720)) +* resolve more issues with base input and checkboxes ([9c0ad27](https://github.com/kiva/ui/commit/9c0ad27ed83a5f93f26daccf525d1aee99f98bca)) +* resolve preFetchVariables route issues ([196f7c8](https://github.com/kiva/ui/commit/196f7c87a248723551cf81b24f8fdf0c0e3e8baf)) +* resolve remaining issues with category page (clicking to load monthly good page) ([f0155e8](https://github.com/kiva/ui/commit/f0155e865ac931be26608c1272dd45933cb49e69)) +* resolve story issue with correct default ([c8aa9a0](https://github.com/kiva/ui/commit/c8aa9a0ee0b2f38a4fac82bdc349b2c69e754c98)) +* resolve transition needs single child error ([2851975](https://github.com/kiva/ui/commit/2851975e627fe78df1d18ae31be882cf4f0a2717)) +* resolve warnings and errors when quick filters changed on category page ([ca13156](https://github.com/kiva/ui/commit/ca13156a67b7c04cb6310f90cb146e5f5f2a556d)) +* resolved click outside directive issues with Vue 3 ([7125c22](https://github.com/kiva/ui/commit/7125c221592ff0d8015b83246eb8c3ed99c9ca2d)) +* resolved issue with flag icons (removed sprite usage) ([1c5923b](https://github.com/kiva/ui/commit/1c5923b492d1e2d21ef48fc5254da59080273f41)) +* resolved issue with the loan carousel on the lend-by-category page ([0558288](https://github.com/kiva/ui/commit/0558288ae9d412fa2b36e0c9737b704f99b94f66)) +* resolved issue with tip message component ([2e678ed](https://github.com/kiva/ui/commit/2e678ed78f4ab9d85f14f79969aeef61d9767979)) +* resolved issues with auto deposit form and added needed optional chaining to all forms ([f316567](https://github.com/kiva/ui/commit/f316567e7ae545a698ba2beab8ce075999633e8b)) +* resolved issues with banner stories ([f999262](https://github.com/kiva/ui/commit/f99926291932c90f23aef383a68ad93f16b9f1f7)) +* resolved issues with cc pages ([4530fc8](https://github.com/kiva/ui/commit/4530fc8a0de0a7cefebe8756390e77064ae45ef1)) +* resolved issues with more stories (one of the BP stories was broken before as well) ([c618a8e](https://github.com/kiva/ui/commit/c618a8e4d833caeb64b91c30a0c4cfd9d6dc7f7c)) +* resolved issues with unit tests (all pass without warnings/errors now) ([b7e7ab5](https://github.com/kiva/ui/commit/b7e7ab5e5b86c2c2fadec466109489163ee82b27)) +* root element of transition needs to have v-if or v-show ([0ed6e1e](https://github.com/kiva/ui/commit/0ed6e1e0a3e0a744f7238fad512303c5676d6957)) +* server side error where this file wasn't found with relative path ([3f3ba76](https://github.com/kiva/ui/commit/3f3ba76407e5b15ffafe0ac6bfe4c29fb1553747)) +* set inital input value in legacy KvRadio component, remove unused watch in autolending status ([f02626d](https://github.com/kiva/ui/commit/f02626d86c0babf88ed5f822fcd83c10aa81aafb)) +* slide width in badge experiment ([9d6effe](https://github.com/kiva/ui/commit/9d6effee48e5ff986b7d9c7a2675439211ac80d7)) +* small spelling fix ([b0836c9](https://github.com/kiva/ui/commit/b0836c9fcf7877f938c76eb125e7753c4375c57c)) +* solve comments ([a7648ab](https://github.com/kiva/ui/commit/a7648abc1f12325c7f3588accd3c2d93fbdef4f4)) +* solve conflicts ([1fa0046](https://github.com/kiva/ui/commit/1fa00460520e930ccbec3ea1f9a41f4a57df1012)) +* some changes following previous commits ([ae78046](https://github.com/kiva/ui/commit/ae780469fff778482918c029655c48118dd52a3d)) +* style issues and loading placeholder ([c905197](https://github.com/kiva/ui/commit/c90519714c2684210a23251939ee4be77573b631)) +* tabs for package.json indentation ([13c0fb3](https://github.com/kiva/ui/commit/13c0fb369c372095cd3c635bce2cac213071c8f9)) +* turn off SSR for local dev to prevent CSS pop-in for components ([2016a22](https://github.com/kiva/ui/commit/2016a22f0f265de5420b69cbb93b95ee9f05f617)) +* turn on source maps when not in production, helps with server debugger ([1009d62](https://github.com/kiva/ui/commit/1009d6229a902c6703f4f58609c24194c0604131)) +* unit tests now all pass (fixed issue with KvCheckboxList) ([dcba7a7](https://github.com/kiva/ui/commit/dcba7a70509db3495dbfec5f1ff5eead9fe21520)) +* update component lib to get updated select ([2954b83](https://github.com/kiva/ui/commit/2954b8386df127782a04a986bc85f4247da87fc1)) +* update gql import ([f37f1aa](https://github.com/kiva/ui/commit/f37f1aa26652e665bbd95139015363aba043cb1e)) +* update path to lighthouse upload file ([afc41d1](https://github.com/kiva/ui/commit/afc41d1ba0a182d4981c10b21b70d7d1dcb3b6e1)) +* update paths for static assets ([df9a2dc](https://github.com/kiva/ui/commit/df9a2dc87442375dd1d708a23d925147710dec69)) +* update selects to work in vue3 ([df8b2ee](https://github.com/kiva/ui/commit/df8b2ee78340764b68128a52ad00366a3f88c6ea)) +* update static asset path for docker build action ([ff013ab](https://github.com/kiva/ui/commit/ff013abad88686cf82e49572c710d34e5167bfb4)) +* update static asset source path ([e7cb1b7](https://github.com/kiva/ui/commit/e7cb1b7a960e04778c25491e0aa15899dccd672f)) +* update storybook deployment node version ([9631960](https://github.com/kiva/ui/commit/96319605dfcadf517ff56e18a703a1d9c35c8e8a)) +* update storybook preview for vue 3 app & remove unused build config ([9241689](https://github.com/kiva/ui/commit/92416898294f18ccf938da3d100bee8dbdcd8521)) +* upgrade kv-shop with tweaks that allow apollo dependency to load ([8cdd3da](https://github.com/kiva/ui/commit/8cdd3da94ddecd45eef797757a57f4825382d58a)) +* upgrade node auth0 package to resolve authentication related errors ([82825b8](https://github.com/kiva/ui/commit/82825b87235960907ada2109def34b60e99e5f05)) +* upgrade to vue3 ([0f89ec3](https://github.com/kiva/ui/commit/0f89ec3d65f580d44e8dc11cab1e7023ffabd610)) +* upgraded cypress and confirmed tests running locally ([6f71180](https://github.com/kiva/ui/commit/6f71180edb73679eaaedef2324943e7241202aa2)) +* use "head" instead of "metaInfo" ([8df4a08](https://github.com/kiva/ui/commit/8df4a08cd026e35e20a856a5283eff3ffc68de12)) +* use absolute paths from project root for import.meta.glob ([0dcb945](https://github.com/kiva/ui/commit/0dcb945d9e5f7b6f88646ba2769b16b33bf240df)) +* use direct aysnc import for router components ([69e0585](https://github.com/kiva/ui/commit/69e058523d92db259b67b17bb5be7b0745790d14)) +* use event emitter for dynamic events out of contentful content, fix basket hash ([cd249f6](https://github.com/kiva/ui/commit/cd249f67187f482400feaab64825cde27ebfd309)) +* use head instead of metaInfo in UiSiteMap ([c2c1b05](https://github.com/kiva/ui/commit/c2c1b057467eef6bb369345ea334069403812ee0)) +* use import.meta.glob to load flag svgs ([80fe5ca](https://github.com/kiva/ui/commit/80fe5caf37f5330172e51e4ded0ee80a353f8112)) +* validation in monthly good setup form ([82249d0](https://github.com/kiva/ui/commit/82249d0f1e8ff6aed65c73f14b0b28415ddc050c)) +* webmanifest with vite build ([ac02114](https://github.com/kiva/ui/commit/ac02114b02295870a4696dc66622b513d3ea8e7b)) + +### ๐Ÿ—๏ธ Build System + +* allow importing of temporary file ([470e4d4](https://github.com/kiva/ui/commit/470e4d468630955dc8693fb615ce3d614140c826)) +* client path should be set in source directory so that /static is the public asset root ([a1f6ba2](https://github.com/kiva/ui/commit/a1f6ba265194f461ea8be5cbd57ee3fd3f107691)) +* ensure image build happens if github release was published ([4dfdffe](https://github.com/kiva/ui/commit/4dfdffe2af66fc069ffd05da5bf675a3a1d1d80c)) + +### ๐Ÿชš Refactors + +* async functions and cache helper for getGqlPossibleTypes ([93eeb7d](https://github.com/kiva/ui/commit/93eeb7da60dcde50dac24ab89c177ffc2192e6fd)) + +### ๐Ÿ“š Documentation Changes + +* remove outdated comment ([1b2df91](https://github.com/kiva/ui/commit/1b2df9184acb5f58076e3aed3808e65198842caa)) + +### ๐Ÿ” Tests + +* apply vue3 linting rules ([a428be8](https://github.com/kiva/ui/commit/a428be87fae96a88925c8f3848d355862189dbd0)) +* suppress console warnings from live-loan test ([4b0e6f9](https://github.com/kiva/ui/commit/4b0e6f9debd088348dc8106f9ae211ff81bb9b21)) +* update click event count expected in LoanSearchFilterChips ([d3925f5](https://github.com/kiva/ui/commit/d3925f5e21605bf2af473fc13eecff5cb5fa40eb)) + +### ๐Ÿงน Chores + +* add ci branch option to vue-3 branch ([36f65a7](https://github.com/kiva/ui/commit/36f65a78f7ae7f7ad5d76562959d2813fc258f59)) +* **deps:** upgrade kv-components to v3.102.4 and kv-shop to 1.12.50 ([eeae06b](https://github.com/kiva/ui/commit/eeae06b8503c52a51db31275599929b62a51e383)) +* **release:** 3.0.0-rc.1 [skip ci] ([5c68d95](https://github.com/kiva/ui/commit/5c68d9538ec213bb186d1a7c8b09535faab06a78)), closes [#5521](https://github.com/kiva/ui/issues/5521) [#5543](https://github.com/kiva/ui/issues/5543) [#5533](https://github.com/kiva/ui/issues/5533) [#5551](https://github.com/kiva/ui/issues/5551) +* **release:** 3.0.0-rc.2 [skip ci] ([bda86fe](https://github.com/kiva/ui/commit/bda86fe25973b81c5e31963f2dbe3c33796dff1b)), closes [#5567](https://github.com/kiva/ui/issues/5567) [#5564](https://github.com/kiva/ui/issues/5564) +* remove console log ([1c649c7](https://github.com/kiva/ui/commit/1c649c719bc23d1056d009eb6d44e9ef5d26da11)) +* remove unused loanDisplayComponent computed prop ([07ab4bc](https://github.com/kiva/ui/commit/07ab4bcae8778f5d25cb11ab860e6eaae9893d43)) +* remove unused script include ([b33260b](https://github.com/kiva/ui/commit/b33260b9f6237bfd9dd69e907ceb5068c8c6e6f5)) +* update lighthouse filename in github action ([03ba94b](https://github.com/kiva/ui/commit/03ba94b90106ac6e23773468dd139e8641e7490a)) +* use vue3 branch of marketplace-web-ui-ci with updated Dockerfile ([b0b1eb0](https://github.com/kiva/ui/commit/b0b1eb0c5feb90773a1d466e7eff2c538780ae8c)) + ## [3.0.0-rc.2](https://github.com/kiva/ui/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2024-10-07) ### ๐ŸŽ‰ New Features diff --git a/package-lock.json b/package-lock.json index 98f915ce4f..db20bea900 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kvue", - "version": "3.0.0-rc.2", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kvue", - "version": "3.0.0-rc.2", + "version": "3.0.0", "license": "UNLICENSED", "dependencies": { "@aacassandra/vue3-progressbar": "^1.0.3", diff --git a/package.json b/package.json index 102c383182..23b2be2323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kvue", - "version": "3.0.0-rc.2", + "version": "3.0.0", "description": "The Kiva ui", "author": "braincrave", "private": true,