Skip to content

Commit 7b8940a

Browse files
authored
Merge pull request #49 from aws-samples/development
Release version 0.13.0
2 parents 0ce4793 + 7b53c25 commit 7b8940a

28 files changed

+2706
-327
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [0.14.0] - 2018-05-23
8+
9+
### Added
10+
- Add Support for Markdown and HTML alternate messages.[3ed88858411b4d85618be9b28c588c368507cdc6]
11+
- Add a loading icon [f892a7b85f079006483461d685109edd6d0f7749]
12+
713
## [0.12.0] - 2018-01-12
814
This release brings significant improvements which include various
915
breaking changes (see items with the **[BREAKING]** label). It overhauls

build/release.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#! /bin/bash
2+
3+
cd ../lex-web-ui
4+
npm run build
5+
npm run build-dist
6+
cd ..
7+
make
8+
cd dist
9+
make
10+

dist/lex-web-ui-loader.js.map

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

dist/lex-web-ui-loader.min.css

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

dist/lex-web-ui-loader.min.js

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

dist/lex-web-ui-loader.min.js.map

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

dist/lex-web-ui-mobile-hub.zip

27.4 KB
Binary file not shown.

dist/lex-web-ui.css

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

0 commit comments

Comments
 (0)