Releases: LIN3S/FrontFoundation
Releases · LIN3S/FrontFoundation
v0.19.3
16 Jul 06:21
Compare
Sorry, something went wrong.
No results found
The Modal component (Vanilla) now dispatches a ModalInitializedEvent after it's initialization.
v0.19.2
05 Jul 12:22
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Radio group name (and id) added to reference it directly
v0.18.11
27 Apr 13:07
Compare
Sorry, something went wrong.
No results found
Fixed form group radio data validate
v0.18.10
27 Apr 11:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Updated the validatory dependency to the v0.2.4 solving the form submission and event blocking bug.
v0.17.2
20 Feb 13:11
Compare
Sorry, something went wrong.
No results found
Updated the validatory dependency to the v0.2.3 solving a validation bug (no-required).