@abgov/angular-components 2.0.2 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,6 +56,19 @@ Add the styles link in the `src/styles.css` file
56
56
  @import "@abgov/web-components/index.css";
57
57
  ```
58
58
 
59
+ ### VS Code Support
60
+
61
+ In order to use VS Code's [HTML/CSS Custom Data](https://github.com/microsoft/vscode-custom-data)
62
+ support to enhance GoA Web Components HTML editing experience, include our html custom data setting found in `.vscode/settings.json`:
63
+
64
+ ```json
65
+ {
66
+ "html.customData": [
67
+ "./node_modules/@abgov/web-components/html.html-data.json"
68
+ ]
69
+ }
70
+ ```
71
+
59
72
  ---
60
73
 
61
74
  [Visit Design System](https://ui-components.alberta.ca)
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "bugs": {
5
5
  "url": "https://github.com/GovAlta/ui-components/issues"
6
6
  },
7
- "version": "2.0.2",
7
+ "version": "2.1.1",
8
8
  "license": "Apache-2.0",
9
9
  "keywords": [
10
10
  "GoA",