Skip to content

Commit

Permalink
v1.0.0-beta.7
Browse files Browse the repository at this point in the history
patrickarlt committed Aug 30, 2019
1 parent 223f152 commit 3c926e3
Showing 4 changed files with 14 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### [Unreleased][HEAD]

## [v1.0.0-beta.7] - Aug 30th 2019

### Added

* Adds support for dropdown items as links
* Updates toggle styling and adds props for scale

## [v1.0.0-beta.6] - Aug 26th 2019

### Fixed
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/calcite-components",
"version": "1.0.0-beta.6",
"version": "1.0.0-beta.7",
"description": "Web Components for Esri's Calcite Design System.",
"main": "dist/index.js",
"module": "dist/index.mjs",
8 changes: 5 additions & 3 deletions src/components/calcite-dropdown-item/readme.md
Original file line number Diff line number Diff line change
@@ -7,9 +7,11 @@

## Properties

| Property | Attribute | Description | Type | Default |
| -------- | --------- | ----------- | --------- | ------- |
| `active` | `active` | | `boolean` | `false` |
| Property | Attribute | Description | Type | Default |
| ----------- | ----------- | --------------------------------------------------------------- | --------- | ----------- |
| `active` | `active` | | `boolean` | `false` |
| `href` | `href` | pass an optional href to render an anchor around the link items | `string` | `undefined` |
| `linktitle` | `linktitle` | pass an optional title for rendered href | `string` | `undefined` |


## Events

0 comments on commit 3c926e3

Please sign in to comment.