This repository was archived by the owner on Nov 30, 2022. It is now read-only.
File tree 4 files changed +15
-4
lines changed
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 1.0.0-alpha.1 " ></a >
2
+ # [ 1.0.0-alpha.1] ( https://github.com/fivethree-team/component-library/compare/v1.0.0-alpha.0...v1.0.0-alpha.1 ) (2019-11-15)
3
+
4
+
5
+ ### Features
6
+
7
+ * ** popover:** animations, scroll and resize handling ([ 21a1102] ( https://github.com/fivethree-team/component-library/commit/21a1102 ) )
8
+ * ** popover:** force positioning ([ 10ae219] ( https://github.com/fivethree-team/component-library/commit/10ae219 ) )
9
+
10
+
11
+
1
12
# [ 1.0.0-alpha.0] ( https://github.com/fivethree-team/fivethree/compare/v0.9.6...v1.0.0-alpha.0 ) (2019-11-13)
2
13
3
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fivethree/core" ,
3
- "version" : " 1.0.0-alpha.0 " ,
3
+ "version" : " 1.0.0-alpha.1 " ,
4
4
"author" : " Fivethree Team" ,
5
5
"homepage" : " https://fivethree.io/" ,
6
6
"description" : " Fivethree Web Components" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @fivethree/core" ,
3
- "version" : " 1.0.0-alpha.0 " ,
3
+ "version" : " 1.0.0-alpha.1 " ,
4
4
"description" : " Fivethree Core Components" ,
5
5
"keywords" : [
6
6
" fivethree" ,
47
47
"url" : " https://github.com/fivethree-team/fivethree/issues"
48
48
},
49
49
"homepage" : " https://github.com/fivethree-team/fivethree#readme"
50
- }
50
+ }
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ export class PopoverElementDirective implements AfterViewInit {
30
30
open ( ) {
31
31
this . show = true ;
32
32
}
33
- hide ( ) {
33
+ close ( ) {
34
34
this . show = false ;
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments