Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfranco committed Feb 28, 2020
1 parent 5a1fa28 commit b94dbc2
Show file tree
Hide file tree
Showing 152 changed files with 530 additions and 558 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
This document maintains a list of released versions and changes introduced by those versions.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [5.4.0](https://github.com/Esri/calcite-app-components/compare/v5.3.2...v5.4.0) (2020-02-28)

### Features

- **action:** Add icon property to display calcite-icon. ([#837](https://github.com/Esri/calcite-app-components/issues/837)) ([9de7724](https://github.com/Esri/calcite-app-components/commit/9de772472d58a1fce452ff2050e97f2cb1929f57))
- **block, block-section, filter:** add intl props ([#852](https://github.com/Esri/calcite-app-components/issues/852)) ([8384fca](https://github.com/Esri/calcite-app-components/commit/8384fcafe74dbfd364a178e14482e3f1bb1f633b)), closes [#818](https://github.com/Esri/calcite-app-components/issues/818)
- **fab:** Floating Action Button (FAB) aka FABULOUS!!! component. ([#824](https://github.com/Esri/calcite-app-components/issues/824)) ([fc8de45](https://github.com/Esri/calcite-app-components/commit/fc8de457f50c56b455495b99b33a8d94d084f9b3))
- **filter:** add placeholder property ([#854](https://github.com/Esri/calcite-app-components/issues/854)) ([dec10b1](https://github.com/Esri/calcite-app-components/commit/dec10b1f8814caedf71536842f226a899d59e521))
- **flow-item,panel:** Add an onscroll event for FlowItem and Panel [#842](https://github.com/Esri/calcite-app-components/issues/842) ([356e399](https://github.com/Esri/calcite-app-components/commit/356e3996610cd4f638fff5534f06cbf179719a1c))

### Bug Fixes

- **action-bar:** removed default return from getCalcitePosition ([5a1fa28](https://github.com/Esri/calcite-app-components/commit/5a1fa28a08b0d11347eb0560e3df0fc32dd21a00))
- **shell-panel:** style for deprecated leading and trailing attributes ([1643621](https://github.com/Esri/calcite-app-components/commit/16436219d780af4db75f9b9b83d0ae239068c15e)), closes [#846](https://github.com/Esri/calcite-app-components/issues/846)

### [5.3.2](https://github.com/Esri/calcite-app-components/compare/v5.3.1...v5.3.2) (2020-02-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/build/calcite-app.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/build/p-1093878d.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/build/p-18lvjbzo.entry.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/build/p-3rasopv7.system.entry.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/build/p-50e11fda.system.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/build/p-5559af04.system.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
System.register([],(function(r){"use strict";return{execute:function(){function e(r,e){return e={exports:{}},r(e,e.exports),e.exports}var t=e((function(r){
/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
(function(){var e={}.hasOwnProperty;function t(){var r=[];for(var n=0;n<arguments.length;n++){var i=arguments[n];if(!i)continue;var s=typeof i;if(s==="string"||s==="number"){r.push(i)}else if(Array.isArray(i)&&i.length){var o=t.apply(null,i);if(o){r.push(o)}}else if(s==="object"){for(var u in i){if(e.call(i,u)&&i[u]){r.push(u)}}}}return r.join(" ")}if(r.exports){t.default=t;r.exports=t}else{window.classNames=t}})()}));r("c",t)}}}));
Loading

0 comments on commit b94dbc2

Please sign in to comment.