Skip to content

Commit 5a9ec6b

Browse files
Merge pull request #82 from oslabs-beta/dev
Dev to Master
2 parents 82bc115 + 0b2b2f1 commit 5a9ec6b

File tree

4 files changed

+27
-9
lines changed

4 files changed

+27
-9
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,21 @@
2020
</p>
2121
<!-- BADGES -->
2222
<p align="center">
23-
<!-- FORKS -->
24-
<a href="https://github.com/oslabs-beta/sapling/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/oslabs-beta/sapling"></a>
23+
<!-- VSCode Version -->
24+
<a href="https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling"><img alt="Visual Studio Marketplace Version" src="https://img.shields.io/visual-studio-marketplace/v/team-sapling.sapling?label=Version"></a>
25+
<!-- VSCode Installs -->
26+
<a href="https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling"><img alt="Visual Studio Marketplace Installs" src="https://img.shields.io/visual-studio-marketplace/i/team-sapling.sapling?label=Installs&logo=visualstudiocode"></a>
2527
<!-- STARS -->
26-
<a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling"></a>
28+
<a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling?label=Stars&logo=github"></a>
29+
<!-- FORKS -->
30+
<a href="https://github.com/oslabs-beta/sapling/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/oslabs-beta/sapling?label=Forks&logo=github"></a>
2731
<!-- GITHUB RELEASE VERSION -->
2832
<!-- <a href="https://github.com/oslabs-beta/sapling/releases"><img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/oslabs-beta/sapling?include_prereleases"></a> -->
33+
<br>
2934
<!-- BUILD STATUS -->
3035
<a href="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml"><img alt="master CI/CD workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml/badge.svg"></a>
3136
<a href="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml"><img alt="dev CI workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml/badge.svg"></a>
32-
<img alt="GitHub deployments" src="https://img.shields.io/github/deployments/oslabs-beta/sapling/production?label=website%20build&logo=vercel">
37+
<img alt="Vercel Web deployments" src="https://img.shields.io/github/deployments/oslabs-beta/sapling/production?label=build&logo=vercel">
3338
<!-- LICENSE -->
3439
<!-- <a href="https://github.com/oslabs-beta/sapling/blob/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/oslabs-beta/sapling"></a> -->
3540
<!-- CONTRIBUTIONS -->
@@ -245,3 +250,4 @@ Distributed under the MIT License. See [`LICENSE`](https://github.com/oslabs-bet
245250
* Tooltips with [Tippy](https://www.npmjs.com/package/@tippy.js/react)
246251
* [Best README Template](https://github.com/othneildrew/Best-README-Template)
247252
* Sapling Logo from [Freepik](https://www.freepik.com/vectors/tree)
253+
* Readme badges from [shields.io](https://shields.io/)

sapling/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to the "sapling" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [1.1.0] - 2021-10-7
8+
9+
### Added
10+
- Beta support for Next.js applications - 'page' files can be parsed to show component hierarchy when using create-next-app
11+
- Basic test case for Next.js compatibility included
12+
713
## [1.0.0] - [Initial Release] - 2021-10-5
814

915
### Added

sapling/README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,17 @@
2222
</p>
2323
<!-- BADGES -->
2424
<p align="center">
25-
<!-- FORKS -->
26-
<!-- <a href="https://github.com/oslabs-beta/sapling/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/oslabs-beta/sapling"></a> -->
25+
<!-- VSCode Version -->
26+
<a href="https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling"><img alt="Visual Studio Marketplace Version" src="https://img.shields.io/visual-studio-marketplace/v/team-sapling.sapling?label=Version"></a>
27+
<!-- VSCode Installs -->
28+
<a href="https://marketplace.visualstudio.com/items?itemName=team-sapling.sapling"><img alt="Visual Studio Marketplace Installs" src="https://img.shields.io/visual-studio-marketplace/i/team-sapling.sapling?label=Installs&logo=visualstudiocode"></a>
2729
<!-- STARS -->
28-
<!-- <a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling"></a> -->
30+
<a href="https://github.com/oslabs-beta/sapling/stargazers"><img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/oslabs-beta/sapling?label=Stars&logo=github"></a>
31+
<!-- FORKS -->
32+
<a href="https://github.com/oslabs-beta/sapling/network/members"><img alt="GitHub forks" src="https://img.shields.io/github/forks/oslabs-beta/sapling?label=Forks&logo=github"></a>
2933
<!-- GITHUB RELEASE VERSION -->
3034
<!-- <a href="https://github.com/oslabs-beta/sapling/releases"><img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/oslabs-beta/sapling?include_prereleases"></a> -->
35+
<br>
3136
<!-- BUILD STATUS -->
3237
<!-- <a href="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml"><img alt="master CI/CD workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/master.yml/badge.svg"></a>
3338
<a href="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml"><img alt="dev CI workflow status" src="https://github.com/oslabs-beta/sapling/actions/workflows/dev.yml/badge.svg"></a>
@@ -244,4 +249,5 @@ Distributed under the MIT License. See [`LICENSE`](https://github.com/oslabs-bet
244249
* Icons from [Font Awesome](https://fontawesome.com)
245250
* Tooltips with [Tippy](https://www.npmjs.com/package/@tippy.js/react)
246251
* [Best README Template](https://github.com/othneildrew/Best-README-Template)
247-
* Sapling Logo from [Freepik](https://www.freepik.com/vectors/tree)
252+
* Sapling Logo from [Freepik](https://www.freepik.com/vectors/tree)
253+
* Readme badges from [shields.io](https://shields.io/)

sapling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"watch": "npm-run-all -p watch:*",
7575
"watch:extension": "webpack --watch",
7676
"watch:sidebar": "webpack --watch --config ./src/webviews/webpack.views.config.js",
77-
"package": "webpack --mode production --devtool hidden-source-map && webpack ----config ./src/webviews/webpack.views.config.js --devtool hidden-source-map",
77+
"package": "webpack --mode production --devtool hidden-source-map && webpack --config ./src/webviews/webpack.views.config.js --devtool hidden-source-map",
7878
"test-compile": "tsc -p ./",
7979
"test-watch": "tsc -watch -p ./",
8080
"pretest": "npm run test-compile && npm run lint",

0 commit comments

Comments
 (0)