Skip to content

Commit

Permalink
Updated READ ME
Browse files Browse the repository at this point in the history
  • Loading branch information
rslibed committed Apr 18, 2019
1 parent 8387eb1 commit f059368
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.0.6

- Updated DOC to mention how to include CSS.

## 1.0.5

- Updated index.d.ts
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ Naming convention: `Components/[component_name]/[component_name]`
import Share = require("Components/Share/Share");
```

### Adding CSS

Don't forget to link to corresponding CSS file.
`./node_modules/@esri/configurable-app-components/[component_name]/[component_name]/css/[component_name].css`

```
<link rel="stylesheet"
href="./node_modules/@esri/configurable-app-components/Screenshot/Screenshot/css/Screenshot.css">
```

## Resources

- [ArcGIS for JavaScript API Resource Center](http://help.arcgis.com/en/webapi/javascript/arcgis/index.html)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/configurable-app-components",
"version": "1.0.5",
"version": "1.0.6",
"description": "\"Custom 4.x widgets built with the ArcGIS API for JavaScript.\"",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit f059368

Please sign in to comment.