Skip to content

Commit

Permalink
chore(docs): update changelog and favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
pubuzhixing8 committed May 12, 2021
1 parent a295a10 commit e1740c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,7 @@ All notable changes to this project will be documented in this file. See [standa
### Features

* **core:** add trackBy property #WIK-3849 ([20cdfb1](https://github.com/worktile/slate-angular/commit/20cdfb131dafa02e1a569c60359d858a3187e062)), closes [#WIK-3849](https://github.com/worktile/slate-angular/issues/WIK-3849)
* **core:** add view module ([49c6430](https://github.com/worktile/slate-angular/commit/49c6430cef5311f5517b1507291fd49a04210b63))
* **core:** export types ([299341b](https://github.com/worktile/slate-angular/commit/299341b82525066c43f4a5565cd4150f50a14768))
* **demo:** add richtext demo toolbar ([ad30f66](https://github.com/worktile/slate-angular/commit/ad30f66eff70e5bfa08051ce896861d3ab0a8ca8))
* **docs:** add README v1.0 ([731dbee](https://github.com/worktile/slate-angular/commit/731dbee438ef320f5f593c3caeca9dcd261794ce))
* **docs:** update README ([dae5af5](https://github.com/worktile/slate-angular/commit/dae5af58690676357fb8d900c493a3d269add5cc))
* **docs:** update README.md ([63cdb5b](https://github.com/worktile/slate-angular/commit/63cdb5b3a936e48d9626e6e41b685349d460acc7))
* **view:** add base leaf attribute ([f6dd5e3](https://github.com/worktile/slate-angular/commit/f6dd5e35e5f25645e8ed565a0305b729417bf0f8))
* **view:** add base text attribute ([72a93ec](https://github.com/worktile/slate-angular/commit/72a93ecc46b05da4ee7477829077c03abd51166a))
* **view:** update isLeafBlock at onchanges ([7d13b12](https://github.com/worktile/slate-angular/commit/7d13b12993f9570bff42c58f6c5c98975537a2b4))


### Bug Fixes

* **core:** add directive for base class ([af5f6d8](https://github.com/worktile/slate-angular/commit/af5f6d8b0622b453a87924d3ca94a8b5e60a82ad))
* **core:** correct element get logic ([532e9b1](https://github.com/worktile/slate-angular/commit/532e9b1deacc6b70292f66096bea88256d1fdb61))
* **docs:** update README and add test Coverage ([beb8cde](https://github.com/worktile/slate-angular/commit/beb8cde73f2738411af2cea0b5a906a31daf2c0c))
* **view:** correct get editor logic ([687ecff](https://github.com/worktile/slate-angular/commit/687ecffeaabea885e94198eefc5aaab35e42f162))
* **view:** fix block card and void text ([86f245d](https://github.com/worktile/slate-angular/commit/86f245d14a19021cc35361e7daa5a98c984bcf3d))
* **view:** fix multiple trigger node onchanges ([a758846](https://github.com/worktile/slate-angular/commit/a758846e3cf74b0f572ed051784cc66c3fcd91e4))
* **view:** remove repeat input ([0731b00](https://github.com/worktile/slate-angular/commit/0731b008fd81861b02f58dc8cac6c2a7f647b19f))
* **view:** update ELEMENT_TO_COMPONENT ([f269f93](https://github.com/worktile/slate-angular/commit/f269f93b178797bb1a050d9bc3cdb76f9b38eb9a))

## [1.0.0](https://github.com/worktile/slate-angular/compare/v0.53.5...v1.0.0) (2021-05-12)

Expand All @@ -37,7 +17,6 @@ All notable changes to this project will be documented in this file. See [standa
* **view:** refactor view layer
* **core:** add view module ([49c6430](https://github.com/worktile/slate-angular/commit/49c6430cef5311f5517b1507291fd49a04210b63))
* **demo:** add richtext demo toolbar ([ad30f66](https://github.com/worktile/slate-angular/commit/ad30f66eff70e5bfa08051ce896861d3ab0a8ca8))
* **docs:** add README v1.0 ([731dbee](https://github.com/worktile/slate-angular/commit/
* **view:** add base leaf attribute ([f6dd5e3](https://github.com/worktile/slate-angular/commit/f6dd5e35e5f25645e8ed565a0305b729417bf0f8))
* **view:** add base text attribute ([72a93ec](https://github.com/worktile/slate-angular/commit/72a93ecc46b05da4ee7477829077c03abd51166a))
* **view:** update isLeafBlock at onchanges ([7d13b12](https://github.com/worktile/slate-angular/commit/7d13b12993f9570bff42c58f6c5c98975537a2b4))
Expand Down
Binary file modified demo/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>slate-angular demo</title>
<title>slate-angular - Angular view layer for Slate</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
Expand Down

0 comments on commit e1740c7

Please sign in to comment.