Skip to content

Commit 1ac9303

Browse files
committed
v1.0.0-beta.5
1 parent 29bb3c0 commit 1ac9303

File tree

6 files changed

+25
-18
lines changed

6 files changed

+25
-18
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
### [Unreleased][HEAD]
99

10+
## [v1.0.0-beta.5] - Aug 21th 2019
11+
1012
### Added
1113
- adds scale prop to `calcite-radio-group`
1214
- updates style of `calcite-radio-group`
1315
- adds transparent appearance style for `calcite-button`
1416
- adds `iconposition` prop to `calcite-button`
1517
- updates dark theme style for `calcite-button`
18+
- updates theme for `calcite-tree`
1619

1720
### Fixed
1821
- fix width of medium/large modals with narrow contents
@@ -50,6 +53,7 @@ Fix issue with previous release.
5053

5154
First initial beta release.
5255

56+
[v1.0.0-beta.5]: https://github.com/ArcGIS/calcite-components/compare/v1.0.0-beta.4...v1.0.0-beta.5 "v1.0.0-beta.5"
5357
[v1.0.0-beta.4]: https://github.com/ArcGIS/calcite-components/compare/v1.0.0-beta.3...v1.0.0-beta.4 "v1.0.0-beta.4"
5458
[v1.0.0-beta.3]: https://github.com/ArcGIS/calcite-components/compare/v1.0.0-beta.2...v1.0.0-beta.3 "v1.0.0-beta.3"
5559
[v1.0.0-beta.2]: https://github.com/ArcGIS/calcite-components/compare/v1.0.0-beta.1...v1.0.0-beta.2 "v1.0.0-beta.2"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esri/calcite-components",
3-
"version": "1.0.0-beta.4",
3+
"version": "1.0.0-beta.5",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/components/calcite-button/readme.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@
77

88
## Properties
99

10-
| Property | Attribute | Description | Type | Default |
11-
| ------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ----------- |
12-
| `appearance` | `appearance` | specify the appearance style of the button, defaults to solid. Specifying "inline" will render the component as an anchor | `"clear" \| "inline" \| "outline" \| "solid"` | `"solid"` |
13-
| `color` | `color` | specify the color of the button, defaults to blue | `"blue" \| "dark" \| "light" \| "red"` | `"blue"` |
14-
| `href` | `href` | optionally pass a href - used to determine if the component should render as a button or an anchor | `string` | `undefined` |
15-
| `icon` | `icon` | optionally pass icon path data to be positioned within the button - pass only raw path data from calcite ui helper | `string` | `null` |
16-
| `loading` | `loading` | optionally add a calcite-loader component inline to indicate loading is occuring. You can add and remove this prop depending on status | `boolean` | `false` |
17-
| `scale` | `scale` | specify the scale of the button, defaults to m | `"l" \| "m" \| "s" \| "xl" \| "xs"` | `"m"` |
18-
| `theme` | `theme` | Select theme (light or dark) | `"dark" \| "light"` | `"light"` |
19-
| `width` | `width` | specify the width of the button, defaults to auto | `"auto" \| "full" \| "half"` | `"auto"` |
10+
| Property | Attribute | Description | Type | Default |
11+
| -------------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------- | ----------- |
12+
| `appearance` | `appearance` | specify the appearance style of the button, defaults to solid. Specifying "inline" will render the component as an anchor | `"clear" \| "inline" \| "outline" \| "solid"` | `"solid"` |
13+
| `color` | `color` | specify the color of the button, defaults to blue | `"blue" \| "dark" \| "light" \| "red"` | `"blue"` |
14+
| `href` | `href` | optionally pass a href - used to determine if the component should render as a button or an anchor | `string` | `undefined` |
15+
| `icon` | `icon` | optionally pass icon path data to be positioned within the button - pass only raw path data from calcite ui helper | `string` | `undefined` |
16+
| `iconposition` | `iconposition` | optionally used with icon, select where to position the icon | `"end" \| "start"` | `"start"` |
17+
| `loading` | `loading` | optionally add a calcite-loader component inline to indicate loading is occuring. You can add and remove this prop depending on status | `boolean` | `false` |
18+
| `scale` | `scale` | specify the scale of the button, defaults to m | `"l" \| "m" \| "s" \| "xl" \| "xs"` | `"m"` |
19+
| `theme` | `theme` | Select theme (light or dark) | `"dark" \| "light"` | `"light"` |
20+
| `width` | `width` | specify the width of the button, defaults to auto | `"auto" \| "full" \| "half"` | `"auto"` |
2021

2122

2223
## Dependencies

src/components/calcite-radio-group/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| Property | Attribute | Description | Type | Default |
1111
| -------------- | --------------- | ----------------------------------------------- | ------------------- | ----------- |
1212
| `name` | `name` | The group's name. Gets submitted with the form. | `string` | `undefined` |
13+
| `scale` | `scale` | The scale of the button | `"l" \| "m" \| "s"` | `"m"` |
1314
| `selectedItem` | `selected-item` | The group's selected item. | `any` | `undefined` |
1415
| `theme` | `theme` | The component's theme. | `"dark" \| "light"` | `"light"` |
1516

src/components/calcite-tree-item/readme.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@
2323

2424
## Properties
2525

26-
| Property | Attribute | Description | Type | Default |
27-
| ------------- | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ------- |
28-
| `depth` | `depth` | | `number` | `-1` |
29-
| `expanded` | `expanded` | Be sure to add a jsdoc comment describing your property for the generated readme file. If your property should be hidden from documentation, you can use the `@internal` tag | `boolean` | `false` |
30-
| `hasChildren` | `has-children` | | `boolean` | `null` |
31-
| `selected` | `selected` | | `boolean` | `false` |
26+
| Property | Attribute | Description | Type | Default |
27+
| ---------------- | ----------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ------- |
28+
| `depth` | `depth` | | `number` | `-1` |
29+
| `expanded` | `expanded` | | `boolean` | `false` |
30+
| `hasChildren` | `has-children` | | `boolean` | `null` |
31+
| `parentExpanded` | `parent-expanded` | | `boolean` | `false` |
32+
| `selected` | `selected` | Be sure to add a jsdoc comment describing your property for the generated readme file. If your property should be hidden from documentation, you can use the `@internal` tag | `boolean` | `false` |
3233

3334

3435
## Events

0 commit comments

Comments
 (0)