21 Commits

Author SHA1 Message Date
Faris Ansari
7d1f9b6bf1 Corner radius configurable 2018-02-17 23:39:58 +05:30
Faris Ansari
d3d725c25e Merge with master 2018-02-17 23:34:14 +05:30
Faris Ansari
390fd2d324 Change Bar hover behaviour, Bar animation 2018-02-17 23:23:05 +05:30
Faris Ansari
e55107ee82 [v0.1.0] Major Refactor
- Remove moment and Snap dependencies
- Use Rollup as build tool
- Use Prettier for linting/styling
- Use Jest for testing
- Use yarn
2018-02-11 16:48:44 +05:30
Stephen Kasica
2abbb1dce5 Define bar corner radius on initialization (#43)
* Merge defaults and config deeply in set_defaults

The Object.assign method performs a shallow merge, thus it can lose
properties in nested objects. For example, if config.bar = { foo: bar }
then it would entirely replace defaults.bar and self.config.bar.height
would be undefined. The deepmerge library is a lightweight module that
merges enumerable attributes deeply. In the above example,
self.config.bar would then be {foo: bar, height: 20}.

I think this commit also retroactively applies some previous changes to
dist/frappe-gantt.js and dist/frappe-gantt.js.map from commits: 241c65db697475a3a17324f4c613d28353f89a8c,
1926ddbd48f1ff0bd7a0d49cadf14fcd415c3bfd, and be45a9656ffd482e1611198158b6032c965e1309.

* Define bar corner radius on initialization

Allows this property to be set without changing source code. Requires
deep merge of default and config objects added in commit f32e76af7733515f10a9adc004100e57f794f804

* Fix bug causing TypeError when config parameter is undefined

Fixes issue when optional config parameter is unspecified since
Deepmerge throws error  "Cannot convert undefined or null to object"
in such cases.
2018-01-18 22:32:12 +05:30
Faris Ansari
c8bfc1d679 build version 0.0.7 2017-10-30 16:21:21 +05:30
Faris Ansari
25c4d24c0f build version 0.0.6 2017-06-06 12:05:09 +05:30
Faris Ansari
d4b3080360 build version 0.0.5 2017-03-21 10:33:08 +05:30
Faris Ansari
d82071b58a build version 0.0.4 2017-02-14 18:34:58 +05:30
Faris Ansari
df2d35c77d [fix] canvas width 2017-02-14 18:33:37 +05:30
Faris Ansari
b33216274c generate id if not given, custom popup html 2017-02-14 17:14:57 +05:30
Faris Ansari
ac37400390 Add refresh method
updates gantt with new tasks, no need to initialize new object
2017-02-14 15:10:31 +05:30
Faris Ansari
630f8405e1 [fix] date text in week mode 2017-02-02 16:52:53 +05:30
Faris Ansari
9bcd2a4236 [fix] drag when no progress handle 2017-01-29 12:43:24 +05:30
Faris Ansari
44954a77aa build version 0.0.3 2017-01-28 15:37:55 +05:30
Faris Ansari
32c1ca9129 update details popup on change, compute_date refactor 2017-01-28 13:58:35 +05:30
Faris Ansari
5ab94156dd child task restrict position, scroll position 2017-01-28 12:48:25 +05:30
Faris Ansari
3caff0e781 build version 0.0.2 2017-01-05 13:20:17 +05:30
Faris Ansari
cbafcde5f8 fixed progress resize handle 2017-01-05 13:10:36 +05:30
Faris Ansari
cf3e4bbd8f build version 0.0.1 2016-12-28 12:22:03 +05:30
Faris Ansari
abfbaa709b fixed month issues, change lib name to frappe-gantt 2016-12-23 15:31:58 +05:30