WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: LIN3S/FrontFoundation

v0.19.3

16 Jul 06:21
e704f0a

Choose a tag to compare

  • The Modal component (Vanilla) now dispatches a ModalInitializedEvent after it's initialization.

v0.19.2

05 Jul 12:22

Choose a tag to compare

  • The autocomplete field's value is now passed as a prop and it has a "new-password" as it's default value.

v0.19.1

07 Jun 10:58

Choose a tag to compare

  • Updated the validatory dependency to a peerDependency.
  • Updated the tests/app accordingly.
  • Fixed an issue with the React controlled components' values.
  • Added custom error messages via props to the FormGroupInput and FormGroupSelect React components.

v0.18.16

15 May 09:13

Choose a tag to compare

  • Added scrollToElement Dom helper method.
  • Radio group name added to reference it directly
  • Fixed onDomNodeUpdated bug on the AsideSticky layout.
  • Added onNodeAdded initialization to the AsideSticky layout implementation

0.18.12

10 May 09:30
be1d284

Choose a tag to compare

  • Radio group name (and id) added to reference it directly

v0.18.11

27 Apr 13:07

Choose a tag to compare

  • Fixed form group radio data validate

v0.18.10

27 Apr 11:04

Choose a tag to compare

  • Fixed form group radio macro title
  • Added disabled (if !enabled) prop to the FormGroupInput component's inner input.
  • Added enabled prop for the FormGroupInput component.
  • Added selectedOption prop for the FormGroupSelect component and FormSelect atom.
  • Added setBoundsOffsets method to the GMap component to offset the default map bounds (if multiple markers are provided).
  • Fixed dispatchNativeEvent bug on modern browsers. Refactored event dispatching implementation.
  • Added placeholder and value props to the FormGroupInput React component.
  • Removed GMap console log.

v0.18.0

05 Mar 08:59

Choose a tag to compare

  • Updated the Gmap component's event-bus implementation. It does now publish a GMapGeocodeEvent, with the status and results of the response.
  • Added ESC keydown listener for closing the Modal component.

v0.17.3

21 Feb 09:39

Choose a tag to compare

  • Updated the validatory dependency to the v0.2.4 solving the form submission and event blocking bug.

v0.17.2

20 Feb 13:11

Choose a tag to compare

  • Updated the validatory dependency to the v0.2.3 solving a validation bug (no-required).