@vixoniccom/birthdays 0.0.1-dev.0 → 0.0.1-dev.3

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/CHANGELOG.md CHANGED
@@ -2,13 +2,73 @@
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.0.1 (2021-09-01)
5
+ # [0.3.0](https://bitbucket.org/vixonicmodules/birthdays/compare/v0.2.2...v0.3.0) (2019-05-29)
6
+
7
+
8
+ ### Features
9
+
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)
6
17
 
7
18
 
8
19
  ### Bug Fixes
9
20
 
10
- * **birthdays:** fixed edge case for birthday rendering ([80ed225](https://gitlab.com/mandomedio/vixonic/rexmas-birthdays/commit/80ed225))
21
+ * rename test excel file because it has ñ ([916176b](https://bitbucket.org/vixonicmodules/birthdays/commits/916176b))
11
22
 
12
23
 
13
24
 
14
- # Change Log
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)
38
+
39
+
40
+ ### Bug Fixes
41
+
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))
package/README.md CHANGED
@@ -1,2 +1,11 @@
1
- # Rexmas Birthdays
1
+ # Birthdays
2
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.
@@ -11,25 +11,11 @@
11
11
  "label": "Datos"
12
12
  },
13
13
  {
14
- "id": "userRexmasApi",
14
+ "id": "url",
15
15
  "type": "text-input",
16
16
  "required": true,
17
- "label": "Usuario",
18
- "description": "Usuario de Rex+."
19
- },
20
- {
21
- "id": "pwdRexmasApi",
22
- "type": "text-input",
23
- "required": true,
24
- "label": "Contraseña",
25
- "description": "Contraseña de Rex+."
26
- },
27
- {
28
- "id": "urlBaseApi",
29
- "type": "text-input",
30
- "required": true,
31
- "label": "Url API",
32
- "description": "Url API Rex+."
17
+ "label": "Fuente",
18
+ "description": "Ubicación de los datos."
33
19
  },
34
20
  {
35
21
  "type": "select-input",
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@vixoniccom/birthdays",
3
- "alias": "Rex+ Cumpleaños",
4
- "description": "Muestra cumpleaños de los miembros de su equipo enrolados en el sistema Rex+.",
5
- "color": "#BDDDFF",
3
+ "alias": "Cumpleaños",
4
+ "description": "Muestre cumpleaños de los miembros de su equipo.",
5
+ "color": "#3395FF",
6
6
  "tags": [],
7
7
  "author": {
8
8
  "name": ""
9
9
  },
10
- "version": "0.0.1-dev.0",
10
+ "version": "0.0.1-dev.3",
11
11
  "scripts": {
12
12
  "prepublish": "vixonic-module-packager --mode=build",
13
13
  "watch": "vixonic-module-packager --mode=watch",
package/build.zip DELETED
Binary file