Releases: legumeinfo/web-components
Releases · legumeinfo/web-components
v1.6.0
What's Changed
- Pangene Revisions by @alancleary in #404
- Dependency updates by @alancleary in #410
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Unpagination by @alancleary in #389
- Pangene Lookup Component by @alancleary in #391
- Dependency updates @alancleary in #393
Full Changelog: v1.4.0...v1.5.0
v1.4.0
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
v1.2.0
What's Changed
- Fixed repo URL in package.json by @alancleary in #256
- Trait association search by @That-Thing and @alancleary in #267
- Dependency updates by @alancleary in #281
Full Changelog: v1.1.0...v.1.2.0
v1.1.0
What's Changed
- Feature/prettier eslint by @ctcncgr in #178
- Gene Search "genus" Parameter by @That-Thing in #183
- Added release checklist as issue template. by @alancleary in #252
- Dependency updates by @alancleary in #253
Full Changelog: v1.0.0...v1.1.0
v1.0.0
The first release of the legumeinfo Web Components library. This release contains the following:
- Core Components:
LisAlertElement
/<lis-alert-element>
- A generic alert elementLisFormWrapperElement
/<lis-form-wrapper-element>
- Provides programmatic submission of the form in its slot and converts submitted forms into objectsLisLoadingElement
/<lis-loading-element>
- A loading overlay that covers all content in its parent elementLisModalElement
/<lis-modal-element>
- A generic modal elementLisPaginationElement
/<lis-pagination-element>
- A generic pagination elementLisSimpleTableElement
/<lis-simple-table-element>
- A generic table element
- Mixins:
LisPaginatedSearchMixini
- Provides a mixin class that programmatically combines theLisFormWrapperElement
,LisAlertElement
,LisSimpleTableElement
,LisPaginationElement
, andLisLoadingElement
in a cohesive paginated search
- User Components:
LisGeneSearchElement
/<lis-gene-search-element>
- A gene search based onLisPaginatedSearchMixini
LisLinkoutElement
/<lis-linkout-element>
- Provides an interface for performing linkout queries against a service and for dirsplaying the resultsLisPublicationSearchElement
/<lis-publication-search-element>
- A publication search based onLisPaginatedSearchMixini
LisQtlSearchElement
/<lis-qtl-search-element>
- A QTL search based onLisPaginatedSearchMixini
LisTraitSearchElement
/<lis-trait-search-element
- A trait search based onLisPaginatedSearchMixini
- Controllers:
LisCancelPromiseController
- Allows promising to cancelledLisDomContentLoadedController
- Allows the'DOMContentLoaded'
event to be used with component callbacksLisQueryStringParametersController
- Provides an interface for interacting with the querystring parametersLisSlotController
- Allows slots to be used without the Shadow DOM