Skip to content

Releases: Foxy/foxy-elements

v1.4.0

06 Jul 18:57
f10972e
Compare
Choose a tag to compare

1.4.0 (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)
  • aler...
Read more

v1.4.0-beta.1

06 Jul 18:41
898ba82
Compare
Choose a tag to compare
v1.4.0-beta.1 Pre-release
Pre-release

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](beb8c53...
Read more

v1.3.0-beta.29

06 Jul 18:17
43e7f84
Compare
Choose a tag to compare
v1.3.0-beta.29 Pre-release
Pre-release

1.3.0-beta.29 (2021-07-06)

Features

  • add user elements (beb8c53)
  • merge pull request #46 from Foxy/feat/foxy-user-form (43e7f84)

v1.3.0-beta.28

05 Jul 21:19
99c3b04
Compare
Choose a tag to compare
v1.3.0-beta.28 Pre-release
Pre-release

1.3.0-beta.28 (2021-07-05)

Bug Fixes

  • add missing translations (99c3b04)
  • foxy-error-entry-card: fix lang value propagation in group labels (70a0db9)

Features

v1.3.0-beta.27

05 Jul 20:23
b6ffe1f
Compare
Choose a tag to compare
v1.3.0-beta.27 Pre-release
Pre-release

1.3.0-beta.27 (2021-07-05)

Features

v1.3.0-beta.26

03 Jul 00:55
0bdbf61
Compare
Choose a tag to compare
v1.3.0-beta.26 Pre-release
Pre-release

1.3.0-beta.26 (2021-07-03)

Features

  • add custom translations for empty states in the customer portal (0bdbf61)
  • add i18n namespace propagation (dcedc08)

v1.3.0-beta.25

02 Jul 14:56
c4ae642
Compare
Choose a tag to compare
v1.3.0-beta.25 Pre-release
Pre-release

1.3.0-beta.25 (2021-07-02)

Bug Fixes

  • hide default template on hiddencontrols match in foxy-customer (341ccbf)
  • make default template public in foxy-customer (5097a36)

Features

  • include inactive subscriptions in foxy-customer-portal (449663b)

v1.3.2

01 Jul 07:06
b95523b
Compare
Choose a tag to compare

1.3.2 (2021-07-01)

Bug Fixes

  • foxy-donation: "other" option text input change event (e27c3a7), closes #36

v1.3.0-beta.24

17 Jun 17:14
8f5d4fc
Compare
Choose a tag to compare
v1.3.0-beta.24 Pre-release
Pre-release

1.3.0-beta.24 (2021-06-17)

Bug Fixes

  • make sure element imports are esm-compatible (fc7b96f)

Features

  • make self-defining element exports available on npm (8f5d4fc)

v1.3.0-beta.23

16 Jun 00:10
c852e5a
Compare
Choose a tag to compare
v1.3.0-beta.23 Pre-release
Pre-release

1.3.0-beta.23 (2021-06-16)

Bug Fixes

  • add missing public exports for pre-nucleon elements (eeb8b9b)
  • fix mixin return types (79ebf20)