Skip to content

v1.3.0-next.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@trevor-anderson trevor-anderson released this 20 Feb 18:13

1.3.0-next.2 (2024-02-20)

Bug Fixes

  • add @font-face styles to fix font vertical alignment issues (5e261c5)
  • correct .vscode dir ignore pattern (95c616f)
  • correct err-log logic, rm unused namespaces (340e1fc)
  • correct FormProps type param handling (874cb90)
  • correct playLottie logic to achieve desired play behavior (e375a88)
  • correct props typing, add jsdoc (a43121f)
  • correct style syntax for preferred scroll behavior (3f743eb)
  • correct styles to achieve desired aesthetic (f968ed8)
  • correct svg import syntax to use SVGR ?react suffix (373b96f)
  • correct syntax for setting default font (0b0dab7)
  • ensure className prop is properly handled (ac1b39c)
  • impl gqlInfo namespace, rm old eslint directives (e780362)
  • improve THEMES typings (0d9bb16)
  • rm extraneous deepCopy util (e16ab80)
  • rm old storage util now in src/stores/ (313cd2c)
  • update exports to reflect file changes (c78ade4)
  • update gql import path from '@graphql' to '@/graphql' (88de3a2)
  • update import paths to use '@/*' (90dbb3a)
  • update import paths to use '@/*' (6f01796)
  • update TP exports (de0f108)

Features

  • add 'stepContent' classNames to exported obj (32cc139)
  • add | SVGElement to type constraint of T (ce8cf20)
  • add base StyledChip comp for core-item chips (d15d4ff)
  • add better prop handling (bfe5882)
  • add ButtonLoadingIndicator (36bfec5)
  • add comp exports to Navigation module (f940de0)
  • add DataGrid helpers to simplify props formation (b86fbf8)
  • add dayjs setup side effect file (39a5a14)
  • add dayjs type-safety utils (3e57aa6)
  • add DevTools components (b1d60c5)
  • add dir for all DataGrid slots/ (7c7f9cd)
  • add export of App comp from app/ module (be63651)
  • add export of DataDisplay classNames (d2967fb)
  • add export of static elementIDs for Dialog (fa2acfe)
  • add exports of DataGrid classNames (88f9be4)
  • add exports of Intl.NumberFormat objects (17ae491)
  • add fwd ref, rm unused JSX exports (0daf0ce)
  • add getMuiPaperStyles helper fn (5b15db9)
  • add impl of ItemsPerMonthChart for INVs (3b42a35)
  • add impl of ItemsPerMonthChart for WOs (b46df7e)
  • add index file to Indicators module (3ab8c71)
  • add LeadingDotsSpan comp (d284b51)
  • add LP img assets and Carousel comp (56b01a6)
  • add NavLink comp, wraps RRD Link comp (6c4fe9b)
  • add NoMaxWidthTooltip component (a149eca)
  • add NoWrapSpace Text component (f69e74b)
  • add numeric utils (f05150c)
  • add open-api codegen script and types (759a476)
  • add PaymentRequiredToast for 402 error handling (b15abd5)
  • add PhoneShapedContainer comp (3bb2537)
  • add RainbowBorderBox comp (1eaef95)
  • add ReceiptShapedContainer comp (95627c4)
  • add ref fwd, rm unused JSX exports (185dede)
  • add ref fwd, rm unused JSX exports (4bac830)
  • add SearchUsers component (05ff4cb)
  • add static classNames exports (30a0a12)
  • add string formatter utils (3ab68f2)
  • add Tabs,TabPanel to expand upon tab a11y props (92b9447)
  • add typedefs for react-swipeable-views-react-18-fix (cae8ed3)
  • add useAppThemeObject hook (14cd65b)
  • add yup setLocale side effect file (9f78fa9)
  • add+export types for PLC (4453567)
  • centralize Checkout utils in helpers/ (ce540f8)
  • centralize List, list-items, virt-list, etc in comps/List (9329831)
  • extract CoreItemsListViewContent into own file (fb52fb3)
  • fix imports, impl Form helpers (9e2c981)
  • fix scroll behavior, impl new stores+helpers (e1a7f9d)
  • impl and wrap @nerdware getTypeSafeError (51f3b70)
  • impl BaseFormSubmitButton (d2d84cc)
  • impl createBrowserRouter, add routes dict (8cfc1bd)
  • impl helpers, memoize contextValues (5f99a30)
  • impl helpers,constants,stores (abc858e)
  • impl new helpers and slots (98c7097)
  • impl new Tabs comp+helpers, fix props type (78cbfbc)
  • impl open-api types, add services helpers (c4a67c4)
  • impl route-constants, update import paths (235ebc9)
  • memoize globalStyles, impl new helpers+types (452ca0e)
  • mv all Form inputs into comps/Form/inputs/ (fc31230)
  • mv pages/Invoices/ListView to pages/InvoicesListView, update ListView args (f322b81)
  • overhaul CheckoutPage imports,helpers,styles (645ad62)
  • overhaul LP to include more product txt+images (c1bf2ea)
  • replace ItemEventsTimeline w flexible Timeline comp (59494f4)
  • replace old StripeCardInput w StripePaymentInput (325a3d4)
  • replace PROMO_CODES env-var w api-query input (b276276)
  • rm mv'd FetchState files (now in app/) (14b577a)
  • rm old 'routers/' files (now 'routes/') (e35231f)
  • rm old comps/Inputs (now in Form/inputs) (948c303)
  • rm old InvoiceWorkOrderInfo comp (3170f87)
  • rm old list-item comp (now in comps/List/) (4723072)
  • rm old UserAvatar comp (258945c)
  • rm old virt-list comp (now in comps/List/) (3d874c8)
  • rm service-related hooks (f40ea79)
  • rm StripeBadge (now in Branding/) (4089c4a)
  • rm tab helpers (now in comps/Tabs/) (acc0cc4)
  • rm types/UserLogin (open-api types used instead) (f23542a)
  • rm unused classNames export (4fbecd6)
  • rm useEffect, impl route constants (a0b38c4)
  • rm utils covered by @nerdware utils pkgs (cf8e2bc)
  • split comps into own files, impl new helpers (2dc574d)
  • split FormSubmitButton styled comp into own comp (f699132)
  • split PageContainer into RootAppLayout, useAuthRefresh, and AppBar (a00b3a7)
  • update App structure, add jsdoc (2081bd6)
  • update codegen'd GQL types to reflect current schema (a211de5)
  • update comp to provide props req'd for PaymentInput (b56bfc6)
  • update EB to use Sentry, static classNames (ab4053c)
  • update Form module exports (401329e)
  • update GQL local schema file to current (b65dca6)
  • update import paths, impl form+route helpers, rm old styles (b042f03)
  • update import paths, rm old styles (fbaca17)
  • update imports, impl new helpers (b2f6a2b)
  • update page to use new Widgets,helpers,classes (a1ae748)
  • update PageNotFound styles,layout (a63432e)
  • update Sentry to use RRv6 int, new config api (ba7eee0)