Releases: legumeinfo/web-components
Releases · legumeinfo/web-components
v1.7.0
What's Changed
- Phylotree component by @rispop and @alancleary in #156 #466
- Legend Component by @alancleary in #468
- Dependency updates by @alancleary in #472
New Contributors
Full Changelog: v1.6.0...v1.7.0
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, andLisLoadingElementin a cohesive paginated search
- User Components:
LisGeneSearchElement/<lis-gene-search-element>- A gene search based onLisPaginatedSearchMixiniLisLinkoutElement/<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 onLisPaginatedSearchMixiniLisQtlSearchElement/<lis-qtl-search-element>- A QTL search based onLisPaginatedSearchMixiniLisTraitSearchElement/<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