Skip to content

Commit ec3cf96

Browse files
committed
v1.0.0-beta.14
1 parent 952b277 commit ec3cf96

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v1.0.0-beta.14] - Nov 18th 2019
99

1010
### Breaking Changes
1111
- `calcite-button` - `iconposition` attribute updated to `icon-position`
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1717
- `calcite-alert` - `.closeCalciteAlert()` method updated to `.close()`
1818
- `calcite-alert` no longer requires a wrapping `calcite-alerts` component
1919
- `calcite-alerts` has been removed
20-
20+
2121
### Added
2222
- `calcite-notice` - new component has been added
2323
- `calcite-alert` - `scale` is now available as a configurable attribute
@@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2828
### Fixed
2929
- Fix for `calcite-dropdown` taking up height when closed (#213)
3030
- Fixed incorrect dark theme color, other styling updates
31-
31+
3232
### Updated
3333

3434
## [v1.0.0-beta.13] - Nov 11th 2019

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.13",
3+
"version": "1.0.0-beta.14",
44
"description": "Web Components for Esri's Calcite Design System.",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ npm install --save @esri/calcite-components
1818
Calcite components can be loaded via two `<script>` tags in the head of your HTML document:
1919

2020
```html
21-
<script type="module" src="https://unpkg.com/@esri/[email protected].13/dist/calcite/calcite.esm.js"></script>
22-
<script nomodule="" src="https://unpkg.com/@esri/[email protected].13/dist/calcite/calcite.js"></script>
21+
<script type="module" src="https://unpkg.com/@esri/[email protected].14/dist/calcite/calcite.esm.js"></script>
22+
<script nomodule="" src="https://unpkg.com/@esri/[email protected].14/dist/calcite/calcite.js"></script>
2323
```
2424

2525
Browsers that support modules will load the first, while older browsers will load the second, bundled version.
@@ -84,4 +84,4 @@ We welcome contributions to this project. See [CONTRIBUTING.md](./CONTRIBUTING.m
8484

8585
## License
8686

87-
Apache 2.0. For a full copy of the license, see the [LICENSE](./LICENSE) file.
87+
Apache 2.0. For a full copy of the license, see the [LICENSE](./LICENSE) file.

0 commit comments

Comments
 (0)