Skip to content

Commit e1ac9ab

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.3.1...v2.0.0) (2018-12-14) ### Bug Fixes * remove unused components ([10a3fd8](10a3fd8)) * ss class method [skip ci] ([521c2d1](521c2d1)) ### Features * access custom props in Component, Template and Plain text contents ([b8550c8](b8550c8)) * add template ref context ([e3e4ff1](e3e4ff1)), closes [#19](#19) * added support for custom key to reference later ([3901878](3901878)) * include context data in templateref ([a865929](a865929)) ### BREAKING CHANGES * API has been changed. `.overlay()` to `.position()` , `.host()` to `.content()` , `updateHost()` to `updateContent()` , `ToppyRef` to `ToppyControl`. Introduced `.config()`. Performance improvement.
1 parent cf81a5d commit e1ac9ab

File tree

5 files changed

+23128
-3
lines changed

5 files changed

+23128
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [2.0.0](https://github.com/lokesh-coder/toppy/compare/v1.3.1...v2.0.0) (2018-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* remove unused components ([10a3fd8](https://github.com/lokesh-coder/toppy/commit/10a3fd8))
7+
* ss class method [skip ci] ([521c2d1](https://github.com/lokesh-coder/toppy/commit/521c2d1))
8+
9+
10+
### Features
11+
12+
* access custom props in Component, Template and Plain text contents ([b8550c8](https://github.com/lokesh-coder/toppy/commit/b8550c8))
13+
* add template ref context ([e3e4ff1](https://github.com/lokesh-coder/toppy/commit/e3e4ff1)), closes [#19](https://github.com/lokesh-coder/toppy/issues/19)
14+
* added support for custom key to reference later ([3901878](https://github.com/lokesh-coder/toppy/commit/3901878))
15+
* include context data in templateref ([a865929](https://github.com/lokesh-coder/toppy/commit/a865929))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* API has been changed. `.overlay()` to `.position()` , `.host()` to `.content()` , `updateHost()` to `updateContent()` , `ToppyRef` to `ToppyControl`. Introduced `.config()`. Performance improvement.
21+
122
## [1.3.1](https://github.com/lokesh-coder/toppy/compare/v1.3.0...v1.3.1) (2018-12-05)
223

324

docs/assets/archived-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"undefined":1541115139547,"1.0.11":1541115874348,"1.0.12":1541117479211,"1.0.13":1541118084059,"1.0.14":1541236752420,"1.0.15":1541524275096,"1.0.16":1541786515110,"1.0.17":1542127897095,"1.0.18":1542339601683,"1.1.0":1542548397540,"1.1.1":1542860347098,"1.2.0":1543048207817,"1.2.2":1543389399932,"1.2.3":1543405671424,"1.2.4":1543409608479,"1.3.0":1543944610263,"1.3.1":1543996147918}
1+
{"undefined":1541115139547,"1.0.11":1541115874348,"1.0.12":1541117479211,"1.0.13":1541118084059,"1.0.14":1541236752420,"1.0.15":1541524275096,"1.0.16":1541786515110,"1.0.17":1542127897095,"1.0.18":1542339601683,"1.1.0":1542548397540,"1.1.1":1542860347098,"1.2.0":1543048207817,"1.2.2":1543389399932,"1.2.3":1543405671424,"1.2.4":1543409608479,"1.3.0":1543944610263,"1.3.1":1543996147918,"2.0.0":1544793410445}

docs/environments/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const TOPPY_VERSION='1.3.1'
1+
export const TOPPY_VERSION='2.0.0'

0 commit comments

Comments
 (0)