@vixoniccom/birthdays 0.3.5 → 0.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.eslintrc CHANGED
@@ -1,3 +1,3 @@
1
- {
2
- "extends": ["standard", "standard-react"]
1
+ {
2
+ "extends": ["standard", "standard-react"]
3
3
  }
package/CHANGELOG.md CHANGED
@@ -2,73 +2,87 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
- # [0.3.0](https://bitbucket.org/vixonicmodules/birthdays/compare/v0.2.2...v0.3.0) (2019-05-29)
5
+ ## [0.3.7](https://gitlab.com/mandomedio/vixonic/birthdays/compare/v0.3.6...v0.3.7) (2020-10-01)
6
6
 
7
7
 
8
- ### Features
9
8
 
10
- * changed tests ([1210810](https://bitbucket.org/vixonicmodules/birthdays/commits/1210810))
11
- * max characters for name and description ([fbc9f00](https://bitbucket.org/vixonicmodules/birthdays/commits/fbc9f00))
12
- * removed svg image solution for Tizen. ([edd6474](https://bitbucket.org/vixonicmodules/birthdays/commits/edd6474))
13
-
14
-
15
-
16
- ## [0.2.2](https://bitbucket.org/vixonicmodules/birthdays/compare/v0.2.1...v0.2.2) (2019-03-21)
17
-
18
-
19
- ### Bug Fixes
20
-
21
- * rename test excel file because it has ñ ([916176b](https://bitbucket.org/vixonicmodules/birthdays/commits/916176b))
22
-
23
-
24
-
25
- <a name="0.2.1"></a>
26
- ## [0.2.1](https://bitbucket.org/vixonicmodules/birthdays/compare/v0.2.0...v0.2.1) (2018-09-10)
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * common orientation date propType. ([b557e7f](https://bitbucket.org/vixonicmodules/birthdays/commits/b557e7f))
32
- * text date index error. ([1875174](https://bitbucket.org/vixonicmodules/birthdays/commits/1875174))
33
-
34
-
35
-
36
- <a name="0.2.0"></a>
37
- # [0.2.0](https://bitbucket.org/vixonicmodules/birthdays/compare/v0.1.9...v0.2.0) (2018-08-22)
9
+ ## 0.3.6 (2020-10-01)
38
10
 
39
11
 
40
12
  ### Bug Fixes
41
13
 
42
- * URL file:// removed for web packager. ([b54ef38](https://bitbucket.org/vixonicmodules/birthdays/commits/b54ef38))
43
-
44
-
45
- ### Features
46
-
47
- * image size setup and elements alignment ([b5fc1cd](https://bitbucket.org/vixonicmodules/birthdays/commits/b5fc1cd))
48
-
49
-
50
-
51
- <a name="0.1.9"></a>
52
- ## 0.1.9 (2018-08-22)
53
-
54
-
55
- ### Bug Fixes
56
-
57
- * Accidental empty rows prevent data loading correctly. ([ab23707](https://bitbucket.org/vixonicmodules/birthdays/commits/ab23707))
58
- * Fonts error ([59f1ca4](https://bitbucket.org/vixonicmodules/birthdays/commits/59f1ca4))
59
- * package.json 0.1.4 ([773c0b2](https://bitbucket.org/vixonicmodules/birthdays/commits/773c0b2))
60
- * url quotes for images and xml parse. ([35d01ff](https://bitbucket.org/vixonicmodules/birthdays/commits/35d01ff))
61
-
62
-
63
- ### Features
64
-
65
- * added default message. ([6989915](https://bitbucket.org/vixonicmodules/birthdays/commits/6989915))
66
- * Animation parameters added and all fonts added ([f458f18](https://bitbucket.org/vixonicmodules/birthdays/commits/f458f18))
67
- * Circle and Text calendar date styles ([9359c5d](https://bitbucket.org/vixonicmodules/birthdays/commits/9359c5d))
68
- * Flat date ([d246da2](https://bitbucket.org/vixonicmodules/birthdays/commits/d246da2))
69
- * improved gitignore and initialize singleton ([e0b56c8](https://bitbucket.org/vixonicmodules/birthdays/commits/e0b56c8))
70
- * Initial branch commit ([a6ee608](https://bitbucket.org/vixonicmodules/birthdays/commits/a6ee608))
71
- * outlines + separatos + zip ([386a509](https://bitbucket.org/vixonicmodules/birthdays/commits/386a509))
72
- * refactor finished ([a02c68e](https://bitbucket.org/vixonicmodules/birthdays/commits/a02c68e))
73
- * release 0.0.5 ([d2e0db7](https://bitbucket.org/vixonicmodules/birthdays/commits/d2e0db7))
74
- * vertical layout implemented. ([9209ba9](https://bitbucket.org/vixonicmodules/birthdays/commits/9209ba9))
14
+ * **birthdays:** fixed edge case for birthday rendering ([80ed225](https://gitlab.com/mandomedio/vixonic/birthdays/commit/80ed225))
15
+ * render() not being called on updateItems ([de1cac0](https://gitlab.com/mandomedio/vixonic/birthdays/commit/de1cac0))
16
+
17
+
18
+
19
+ # [0.3.0](https://bitbucket.org/vixonicmodules/birthdays/compare/v0.2.2...v0.3.0) (2019-05-29)
20
+
21
+
22
+ ### Features
23
+
24
+ * changed tests ([1210810](https://bitbucket.org/vixonicmodules/birthdays/commits/1210810))
25
+ * max characters for name and description ([fbc9f00](https://bitbucket.org/vixonicmodules/birthdays/commits/fbc9f00))
26
+ * removed svg image solution for Tizen. ([edd6474](https://bitbucket.org/vixonicmodules/birthdays/commits/edd6474))
27
+
28
+
29
+
30
+ ## [0.2.2](https://bitbucket.org/vixonicmodules/birthdays/compare/v0.2.1...v0.2.2) (2019-03-21)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * rename test excel file because it has ñ ([916176b](https://bitbucket.org/vixonicmodules/birthdays/commits/916176b))
36
+
37
+
38
+
39
+ <a name="0.2.1"></a>
40
+ ## [0.2.1](https://bitbucket.org/vixonicmodules/birthdays/compare/v0.2.0...v0.2.1) (2018-09-10)
41
+
42
+
43
+ ### Bug Fixes
44
+
45
+ * common orientation date propType. ([b557e7f](https://bitbucket.org/vixonicmodules/birthdays/commits/b557e7f))
46
+ * text date index error. ([1875174](https://bitbucket.org/vixonicmodules/birthdays/commits/1875174))
47
+
48
+
49
+
50
+ <a name="0.2.0"></a>
51
+ # [0.2.0](https://bitbucket.org/vixonicmodules/birthdays/compare/v0.1.9...v0.2.0) (2018-08-22)
52
+
53
+
54
+ ### Bug Fixes
55
+
56
+ * URL file:// removed for web packager. ([b54ef38](https://bitbucket.org/vixonicmodules/birthdays/commits/b54ef38))
57
+
58
+
59
+ ### Features
60
+
61
+ * image size setup and elements alignment ([b5fc1cd](https://bitbucket.org/vixonicmodules/birthdays/commits/b5fc1cd))
62
+
63
+
64
+
65
+ <a name="0.1.9"></a>
66
+ ## 0.1.9 (2018-08-22)
67
+
68
+
69
+ ### Bug Fixes
70
+
71
+ * Accidental empty rows prevent data loading correctly. ([ab23707](https://bitbucket.org/vixonicmodules/birthdays/commits/ab23707))
72
+ * Fonts error ([59f1ca4](https://bitbucket.org/vixonicmodules/birthdays/commits/59f1ca4))
73
+ * package.json 0.1.4 ([773c0b2](https://bitbucket.org/vixonicmodules/birthdays/commits/773c0b2))
74
+ * url quotes for images and xml parse. ([35d01ff](https://bitbucket.org/vixonicmodules/birthdays/commits/35d01ff))
75
+
76
+
77
+ ### Features
78
+
79
+ * added default message. ([6989915](https://bitbucket.org/vixonicmodules/birthdays/commits/6989915))
80
+ * Animation parameters added and all fonts added ([f458f18](https://bitbucket.org/vixonicmodules/birthdays/commits/f458f18))
81
+ * Circle and Text calendar date styles ([9359c5d](https://bitbucket.org/vixonicmodules/birthdays/commits/9359c5d))
82
+ * Flat date ([d246da2](https://bitbucket.org/vixonicmodules/birthdays/commits/d246da2))
83
+ * improved gitignore and initialize singleton ([e0b56c8](https://bitbucket.org/vixonicmodules/birthdays/commits/e0b56c8))
84
+ * Initial branch commit ([a6ee608](https://bitbucket.org/vixonicmodules/birthdays/commits/a6ee608))
85
+ * outlines + separatos + zip ([386a509](https://bitbucket.org/vixonicmodules/birthdays/commits/386a509))
86
+ * refactor finished ([a02c68e](https://bitbucket.org/vixonicmodules/birthdays/commits/a02c68e))
87
+ * release 0.0.5 ([d2e0db7](https://bitbucket.org/vixonicmodules/birthdays/commits/d2e0db7))
88
+ * vertical layout implemented. ([9209ba9](https://bitbucket.org/vixonicmodules/birthdays/commits/9209ba9))
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # Birthdays
2
- ## Changelog
3
-
4
- ### [0.1.4] - 2017/07/20
5
- #### Fixed
6
- - Fixed weekly + filter past in january.
7
-
8
- ### [0.1.1] - 2017/07/20
9
- #### Changed
10
- - Fixed missing url quotes in background images and fonts.
11
- - Fixed parsing when data file is an XML and not excel file.
1
+ # Birthdays
2
+ ## Changelog
3
+
4
+ ### [0.1.4] - 2017/07/20
5
+ #### Fixed
6
+ - Fixed weekly + filter past in january.
7
+
8
+ ### [0.1.1] - 2017/07/20
9
+ #### Changed
10
+ - Fixed missing url quotes in background images and fonts.
11
+ - Fixed parsing when data file is an XML and not excel file.
package/build.zip CHANGED
Binary file