Skip to content

Releases: legumeinfo/web-components

v1.5.0

04 Oct 20:28
1dc6110
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

24 Jan 16:38
1006ea1
Compare
Choose a tag to compare

What's Changed

  • include pan gene set in results columns of gene search by @adf-ncgr in #321
  • Remove queryString and service properties from linkout element by @That-Thing in #337
  • bumping dependencies for v1.4.0 release. Presumably all the changes t… by @adf-ncgr in #338

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

02 Jan 20:50
975b24a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

27 Nov 21:54
c619339
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v.1.2.0

v1.1.0

09 Nov 16:23
28b0e40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

07 Aug 19:43
d7bf6bc
Compare
Choose a tag to compare

The first release of the legumeinfo Web Components library. This release contains the following:

  • Core Components:
    • LisAlertElement / <lis-alert-element> - A generic alert element
    • LisFormWrapperElement / <lis-form-wrapper-element> - Provides programmatic submission of the form in its slot and converts submitted forms into objects
    • LisLoadingElement / <lis-loading-element> - A loading overlay that covers all content in its parent element
    • LisModalElement / <lis-modal-element> - A generic modal element
    • LisPaginationElement / <lis-pagination-element> - A generic pagination element
    • LisSimpleTableElement / <lis-simple-table-element> - A generic table element
  • Mixins:
    • LisPaginatedSearchMixini - Provides a mixin class that programmatically combines the LisFormWrapperElement, LisAlertElement, LisSimpleTableElement, LisPaginationElement, and LisLoadingElement in a cohesive paginated search
  • User Components:
    • LisGeneSearchElement / <lis-gene-search-element> - A gene search based on LisPaginatedSearchMixini
    • LisLinkoutElement / <lis-linkout-element> - Provides an interface for performing linkout queries against a service and for dirsplaying the results
    • LisPublicationSearchElement / <lis-publication-search-element> - A publication search based on LisPaginatedSearchMixini
    • LisQtlSearchElement / <lis-qtl-search-element> - A QTL search based on LisPaginatedSearchMixini
    • LisTraitSearchElement / <lis-trait-search-element - A trait search based on LisPaginatedSearchMixini
  • Controllers:
    • LisCancelPromiseController - Allows promising to cancelled
    • LisDomContentLoadedController - Allows the 'DOMContentLoaded' event to be used with component callbacks
    • LisQueryStringParametersController - Provides an interface for interacting with the querystring parameters
    • LisSlotController - Allows slots to be used without the Shadow DOM