Skip to content

Commit 62ee281

Browse files
committed
v1.0.0-beta.3
1 parent 9ebee5c commit 62ee281

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ 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][HEAD]
8+
## [v1.0.0-beta.3] - Aug 16th 2019
9+
10+
### Added
11+
- date picker keyboard support
12+
- date picker page-up and page-down buttons
13+
- pre-render support for existing components
14+
15+
### Fixes
16+
- style updates/dark theme for buttons
17+
- fixed styling of modals in firefox
18+
- fixed radio-group styling in Edge
19+
- pointed calcite-base to correct npm version
920

1021
## [v1.0.0-beta.2] - Aug 2nd 2019
1122

@@ -15,6 +26,7 @@ Fix issue with previous release.
1526

1627
First initial beta release.
1728

29+
[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"
1830
[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"
1931
[v1.0.0-beta.1]: https://github.com/ArcGIS/calcite-components/compare/dafb2312835ec6fef134d0d2b20aabd1dfe907cf...v1.0.0-beta.1 "v1.0.0-beta.1"
2032
[HEAD]: https://github.com/ArcGIS/calcite-components/compare/v1.0.0-beta.1...HEAD "Unreleased Changes"

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.2",
3+
"version": "1.0.0-beta.3",
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| `icon` | `icon` | optionally pass icon path data to be positioned within the button - pass only raw path data from calcite ui helper | `string` | `null` |
1616
| `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` |
1717
| `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"` |
1819
| `width` | `width` | specify the width of the button, defaults to auto | `"auto" \| "full" \| "half"` | `"auto"` |
1920

2021

0 commit comments

Comments
 (0)