Skip to content

Releases: Foxy/foxy-elements

v1.3.0-beta.3

06 Apr 16:54
bcf1046
Compare
Choose a tag to compare
v1.3.0-beta.3 Pre-release
Pre-release

1.3.0-beta.3 (2021-04-06)

Features

  • upgrade sdk to 1.1.0-beta.3 (bcf1046)

v1.3.0-beta.2

06 Apr 14:08
4289f6b
Compare
Choose a tag to compare
v1.3.0-beta.2 Pre-release
Pre-release

1.3.0-beta.2 (2021-04-06)

Bug Fixes

  • add missing icon imports (4289f6b)
  • add missing support for a request instance as the first argument of NucleonElement.API.fetch() (871c752)

Features

  • add signin and signout events to foxy-customer-api (9bca686)
  • add static onResourceFetch method to foxy-i18n (724fd48)
  • expose api instance on foxy-customer-api (c5238bc)

v1.3.0-beta.1

05 Apr 22:01
f8b784d
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

1.3.0-beta.1 (2021-04-05)

Features

  • add foxy-access-recovery-form element (c08599d)
  • add foxy-customer-api element (3d9717f)
  • add foxy-sign-in-form element (293cf4b)

v1.3.0

24 Mar 16:47
0431bb7
Compare
Choose a tag to compare

1.3.0 (2021-03-24)

Features

  • itemsform: Allow foxy-items-form.items property to be modified directly (2fdefdb), closes #19

v1.2.2

22 Mar 19:00
570f08d
Compare
Choose a tag to compare

1.2.2 (2021-03-22)

Bug Fixes

  • fix a typo in foxy-donation translations (fba169f), closes #27
  • itemsform: add signablefields class (afc0b72)
  • itemsform: fix reference to quickorder (c471ff1)
  • itemsform: linting errors (d42dce9)
  • itemsform: remove duplicate entry from reserved attributes (d79dc4f)
  • itemsform: sub_modify and sub_restart are added at the cart level (2a4fa23), closes #24
  • revert breaking changes in package-lock.json (e2b51d7)
  • itemsform: sub_modify and sub_restart at the cart level (66786e3)

v1.2.1

18 Mar 20:33
3a9419b
Compare
Choose a tag to compare

1.2.1 (2021-03-18)

Bug Fixes

v1.2.0

18 Mar 18:51
a744ca7
Compare
Choose a tag to compare

1.2.0 (2021-03-18)

Features

  • add foxy-address-card element (2e42510)
  • add foxy-address-form element (35fb15d)
  • add foxy-attribute-card element (8844411)
  • add foxy-attribute-form element (7f72b74)
  • add foxy-collection-page element (08e78c1)
  • add foxy-collection-pages element (ac6f10a)
  • add foxy-customer element (6ad8fa0)
  • add foxy-customer-form element (d14943b)
  • add foxy-customers-table element (e6395ba)
  • add foxy-form-dialog element (bbe2d27)
  • add foxy-i18n element (4304a1b)
  • add foxy-nucleon element (285d0cd)
  • add foxy-payment-method-card element (6d016c5)
  • add foxy-spinner element (e1b8156)
  • add foxy-subscription-form element (57f3ef0)
  • add foxy-subscriptions-table element (e12682a)
  • add foxy-table element (34335b4)
  • add foxy-transactions-table element (dbb8e56)

v1.0.1

26 Feb 01:17
Compare
Choose a tag to compare

1.0.1 (2021-02-26)

Bug Fixes

  • i18n: Fix typo in language string key (1c6bdd2)

v1.0.0

30 Nov 20:47
Compare
Choose a tag to compare

1.0.0 (2020-11-30)

Bug Fixes

  • admin: account for no _embedded content (bfb722d)
  • admin: avoid reloading data if store url didn't change (f449094)
  • admin: don't reset on widget query change (91a9d48)
  • admin: escape and unescape widget config (a6150a7)
  • customerportalsettings: default to empty array for frequency modification (8981e90)
  • customerportalsettings: default to empty array for frequency modification (dabc737)
  • customerportalsettings: fix container alignment (5477bbd)
  • customerportalsettings: fix container alignment (df33d18)
  • customerportalsettings: fix frequency modification (80bc499)
  • customerportalsettings: fix next date modification spacing (4237e25)
  • customerportalsettings: handle 400 responses on load (754cf21)
  • customerportalsettings: handle 400 responses on load (f057adc)
  • customerportalsettings: make skeleton styles consistent (afe616d)
  • customerportalsettings: make skeleton styles consistent (dfbb011)
  • customerportalsettings: reduce hint text size (7b6f534)
  • customerportalsettings: reduce hint text size (e71947d)
  • customerportalsettings: remove excess data from put payload (b461cae)
  • customerportalsettings: remove excess data from put payload (cda875b)
  • donation: capitalize keys instead of values (e898730)
  • donation: Change "Designation" to select (4e05209), closes #8
  • donation: wrap actions when container's too narrow (23f5be2)
  • dropdown: always update item text on rerender (28625bb)
  • dropdown: fix spacing for label-less dropdowns (f1d1a51)
  • dropdown: group head is not selectable; fix naming classes (0da46ba)
  • dropdown: update renderer on refresh (91f23e8)
  • dropdown: update the renderred items when items is updated (49e4c02)
  • iteminterface: update field naming products -> items (5adaa81)
  • itemscart: add custom inputs to sumbit (3957c45)
  • itemsform: add cart and target attributes (635be62), closes #11
  • itemsform: add open to editable fields (9c92027)
  • itemsform: consistency in data: allow retrieval of items (0f0e169), closes #11
  • itemsform: custom inputs select, checkbox, radio (fe5b5a2)
  • itemsform: description is not an attribute (952f01a)
  • itemsform: disable submit on empty form (7ee3c8c)
  • itemsform: form action (6cdf9db)
  • itemsform: frequency fields are added per product (12fdf67)
  • itemsform: handle quantity on bundled products (3df049b)
  • itemsform: item quantity defaults to zero (7be3801), closes #11
  • itemsform: provide default subscription parameters (d2fd62c), closes #11
  • itemsform: recursively add child items to the submit (0f9e950)
  • itemsform: renames QuickOrder -> ItemsForm; Product Item -> Item (2407c6c), closes #11
  • itemsform: submit cart default (bff49a7)
  • itemsform: submit user provided inputs (bae0721)
  • itemsform: update frequency widget on runtime (2712844)
  • itemsform: use default form submit (1ba2013), closes #11
  • itemsform: use native form submission (2017e3a), closes #11
  • ItemsForm: typo on form action (2ef2be7)
  • itemsformitem: description is not an attribute (2cbfebe)
  • nextdatemodificationrule: fix range summary label (c90c54e)
  • nextdatemodificationrule: render date ranges in summary (748bc4d)
  • sessionsecret: allow dashes (c58cad5)
  • tailwind: remove padding inside date picker (68517cc)
  • remove boolean variant from frequency modification settings (9b71b2b)
  • tailwind: remove padding inside date picker (36787bc)
  • remove boolean variant from frequency modification settings (4dcae99)
  • admin: use post with special urls (9960406)
  • checkbox: dim label text when disabled (b73d17a)
  • checkbox: don't shrink on overflow (ced6fbc)
  • choice: pass disabled state down to inputs (ec01a01)
  • customer-portal-settings: fix compatibility issues (0cd9f09)
  • donation: submit is the last button (199aff8)
  • donation: use blank string for one time donation (c994ce3)
  • dropdown: fix ...
Read more