Compare commits

..

5 Commits

Author SHA1 Message Date
Miroslav Bajtoš 7bcdfa7350
6.5.1
* Update LTS status in README (Miroslav Bajtoš)
 * Cursor is made pointer of the add token button (Siraj Alam)
2020-03-06 09:42:24 +01:00
Miroslav Bajtoš 53b4808d33
Merge pull request #271 from strongloop/feat/maintenance-lts
Update LTS status in README
2020-03-06 09:41:58 +01:00
Miroslav Bajtoš 6ba2ba5dc6
Update LTS status in README 2020-03-05 13:24:09 +01:00
Miroslav Bajtoš a18a6f57a1
Merge pull request #270 from sirajalam049/ui-fixes
Use "cursor: pointer" for the "Add token" button
2020-02-03 16:55:35 +01:00
Siraj Alam a2a357b968 Cursor is made pointer of the add token button 2020-01-31 00:07:04 +05:30
4 changed files with 19 additions and 10 deletions

View File

@ -1,3 +1,11 @@
2020-03-06, Version 6.5.1
=========================
* Update LTS status in README (Miroslav Bajtoš)
* Cursor is made pointer of the add token button (Siraj Alam)
2019-11-28, Version 6.5.0
=========================

View File

@ -1,14 +1,15 @@
# loopback-component-explorer
**This module is in Active LTS mode, new features are no longer accepted.**
<br/>(See [Module Long Term Support Policy](#module-long-term-support-policy)
below.)
**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical
security fixes will be provided. (See
[Module Long Term Support Policy](#module-long-term-support-policy) below.)**
LoopBack 3 users looking for new features are encouraged to upgrade
to LoopBack 4. Refer to
[loopback-next#1849](https://github.com/strongloop/loopback-next/issues/1849)
We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as
soon as possible. Refer to our
[Migration Guide](https://loopback.io/doc/en/lb4/migration-overview.html)
for more information on how to upgrade.
## Overview
Browse and test your LoopBack app's APIs.
@ -266,8 +267,7 @@ Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) polic
| Version | Status | Published | EOL |
| ------- | --------------- | --------- | -------- |
| 6.x | Active LTS | Apr 2018 | Dec 2020 |
| 5.x | Maintenance LTS | Sep 2017 | Dec 2019 |
| 4.x | End-of-Life | Dec 2016 | Apr 2019 |
| 6.x | Maintenance LTS | Apr 2018 | Dec 2020 |
| 5.x | End-of-Life | Sep 2017 | Dec 2019 |
Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).

View File

@ -1,6 +1,6 @@
{
"name": "loopback-component-explorer",
"version": "6.5.0",
"version": "6.5.1",
"description": "Browse and test your LoopBack app's APIs",
"engines": {
"node": ">=8.9"

View File

@ -34,6 +34,7 @@ body #header a#logo {
body #header form#api_selector .input a#explore {
background-color: #7dbd33 !important;
cursor: pointer;
}