Skip to content

v1.4.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jul 18:41
· 1485 commits to beta since this release
898ba82

1.4.0-beta.1 (2021-07-06)

Bug Fixes

  • add missing translations (99c3b04)
  • foxy-error-entry-card: fix lang value propagation in group labels (70a0db9)
  • add missing icon imports (4289f6b)
  • add missing imports (93c770e)
  • add missing public exports for pre-nucleon elements (eeb8b9b)
  • add missing support for a request instance as the first argument of NucleonElement.API.fetch() (871c752)
  • automatically compile templates on init in production mode (8461688)
  • avoid double element registration (28a424a)
  • avoid resize observer loop limit error in chrome (9d04409)
  • compile configurable templates in firstUpdate instead of connectedCallback (d2b15f3)
  • display changes alert on esc and backdrop click (69bcdaa)
  • display spinner in error state if form fails to submit or load data (379e9fb)
  • don't react to events at target in customer api element (4239f92)
  • don't switch to start date after new value selection in calendar (55c35a7)
  • fix border-radius + overflow bug on payment method card in customer element (05d5217)
  • fix disabled and readonly states in private frequency input element (bb2454f)
  • fix error state in subscription card (ad639e0)
  • fix form property setter in form dialog (91fb80f)
  • fix inactive icon in subscription card (59a7485)
  • fix live auth error responses in customer api (b94be7c)
  • fix mixin return types (79ebf20)
  • fix payment method card's boolean attributes (7e8aef4)
  • fix subscription form templates in portal (23f1969)
  • fix template propagation issues in collection renderers (7d9d45a)
  • hide default template on hiddencontrols match in foxy-customer (341ccbf)
  • hide timestamps in empty address form (84a53ac)
  • make default template public in foxy-customer (5097a36)
  • make sure element imports are esm-compatible (fc7b96f)
  • make transactions and subscriptions url transformers more robust (2a0424f)
  • match rows count with the collection page size in table element (45a23ec)
  • propagate lang and ns value to foxy-spinner in foxy-table (a674c93)
  • upgrade animations to use tailwindcss 2.0 (17b832d)
  • use simpler syntax for env vars so that the rollup replace plugin can recognize it in cdn builds (0ada8e4)

Features

  • add custom translations for empty states in the customer portal (0bdbf61)
  • add customer portal element (834707d)
  • add dbc parser and utils (1594368)
  • add default slot / template to foxy-customer (c2dad90)
  • add disabled, readonly and excluded props to access recovery form (02e4832)
  • add disabled, readonly and excluded props to sign in form (537c605)
  • add error message to subscription form (d9c7ddf)
  • add external resource indication to receipt links in transaction table (dba7ea9)
  • add foxy-access-recovery-form element (c08599d)
  • add foxy-customer-api element (3d9717f)
  • add foxy-error-entry-card by @ndvo (1123429)
  • add foxy-sign-in-form element (293cf4b)
  • add i18n namespace propagation (dcedc08)
  • add items and transactions to subscription form (26c1528)
  • add manual trigger mode to collection pages element (447cb3f)
  • add more slots to customer element (dd43bd0)
  • add no-label layout to spinner (c291ceb)
  • add phone and company to address card (35b9a6e)
  • add readonly prop to items form (e481cfa)
  • add readonly property to private choice element (65cbe43)
  • add signin and signout events to foxy-customer-api (9bca686)
  • add signin event to sign in form (87aeeb5)
  • add static onResourceFetch method to foxy-i18n (724fd48)
  • add subscription cancellation form element (ee65700)
  • add subscription card element (4164e7c)
  • add subscription card to customer portal (9cf87a5)
  • add subscription management links to customer portal (cancel, update billing, update items) (cc2e97f)
  • add support for advanced next date and frequency modification settings to subscription form (301067f)
  • add support for password update on sign-in to foxy-sign-in-form (38d4b33)
  • add support for render functions to form dialog (440c550)
  • add support for templates (7e358e5)
  • add time formatter (3555211)
  • add user elements (beb8c53)
  • alert when trying to hide FormDialog with pending changes (eccac65)
  • display dropdown with available frequencies instead of a radio list when settings generate more than 4 options (20ba845)
  • expose api instance on foxy-customer-api (c5238bc)
  • improve subscription form ui (1a79f8e)
  • include inactive subscriptions in foxy-customer-portal (449663b)
  • make “End subscription” button less prominent (85e6467)
  • make address form configurable (97fcae0)
  • make attribute form configurable (faeea78)
  • make customer element configurable (ed4ce38)
  • make customer form configurable (7421fcf)
  • make customer portal layout a bit more dense (d38ce70)
  • make font smoothing settings consistent with lumo theme (883c7d1)
  • make payment method card configurable (2df4a78)
  • make save button more prominent in dialogs (61a7987)
  • make self-defining element exports available on npm (8f5d4fc)
  • make subscription form configurable (b67247c)
  • merge pull request #41 from Foxy/feat/admin/log (b6ffe1f)
  • merge pull request #46 from Foxy/feat/foxy-user-form (43e7f84)
  • move transactions up in customer portal (17df0e5)
  • pass configs from form dialog to form (9294528)
  • Pretty the subscription modification links. (d29083f)
  • reorder sections in the subscription form (64cb6ea)
  • return input value if price formatting fails (0a4ed87)
  • update subscription card ui (1e20254)
  • upgrade sdk to 1.1.0-beta.3 (bcf1046)