Updated readme, sample.json, and containers
This commit is contained in:
parent
6c7ce5883a
commit
4af84ffb30
|
@ -1,7 +1,7 @@
|
||||||
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
// For more information on how to run this SPFx project in a VS Code Remote Container, please visit https://aka.ms/spfx-devcontainer
|
||||||
{
|
{
|
||||||
"name": "SPFx 1.12.1",
|
"name": "SPFx 1.14.1",
|
||||||
"image": "docker.io/m365pnp/spfx:1.12.1",
|
"image": "docker.io/m365pnp/spfx:1.14.1",
|
||||||
// Set *default* container specific settings.json values on container create.
|
// Set *default* container specific settings.json values on container create.
|
||||||
"settings": {},
|
"settings": {},
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
|
|
|
@ -36,6 +36,7 @@ Version|Date|Comments
|
||||||
1.5|July 19, 2022|Bug fixes
|
1.5|July 19, 2022|Bug fixes
|
||||||
1.6|August 8, 2022|Add theme provider and bug fixes
|
1.6|August 8, 2022|Add theme provider and bug fixes
|
||||||
1.7|December 22, 2022|Fixed issue with duplicated level 2 headings
|
1.7|December 22, 2022|Fixed issue with duplicated level 2 headings
|
||||||
|
1.8|May 13, 2023|Fixed issue when heading has a + symbol
|
||||||
|
|
||||||
## Minimal Path to Awesome
|
## Minimal Path to Awesome
|
||||||
|
|
||||||
|
@ -54,6 +55,7 @@ Version|Date|Comments
|
||||||
|
|
||||||
* [Aakash Bhardwaj](https://github.com/aakashbhardwaj619)
|
* [Aakash Bhardwaj](https://github.com/aakashbhardwaj619)
|
||||||
* [Jasey Waegebaert](https://github.com/Jwaegebaert)
|
* [Jasey Waegebaert](https://github.com/Jwaegebaert)
|
||||||
|
* [Mike Zimmerman](https://github.com/mikezimm)
|
||||||
|
|
||||||
## Help
|
## Help
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
"This web part fetches all the automatically added Header anchor tags in a SharePoint page and displays them in a Navigation component."
|
"This web part fetches all the automatically added Header anchor tags in a SharePoint page and displays them in a Navigation component."
|
||||||
],
|
],
|
||||||
"creationDateTime": "2019-09-05",
|
"creationDateTime": "2019-09-05",
|
||||||
"updateDateTime": "2023-01-20",
|
"updateDateTime": "2023-05-23",
|
||||||
"products": [
|
"products": [
|
||||||
"SharePoint"
|
"SharePoint"
|
||||||
],
|
],
|
||||||
|
@ -43,7 +43,12 @@
|
||||||
"gitHubAccount": "Jwaegebaert",
|
"gitHubAccount": "Jwaegebaert",
|
||||||
"pictureUrl": "https://github.com/Jwaegebaert.png",
|
"pictureUrl": "https://github.com/Jwaegebaert.png",
|
||||||
"name": "Jasey Waegebaert"
|
"name": "Jasey Waegebaert"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"gitHubAccount": "mikezimm",
|
||||||
|
"name": "Mike Zimmerman",
|
||||||
|
"pictureUrl": "https://github.com/mikezimm.png"
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"references": [
|
"references": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue