34 Commits

Author SHA1 Message Date
safwansamsudeen
75bf77ed5d tooling part 2 2024-11-28 15:03:29 +05:30
dependabot[bot]
3461888194
chore(deps): bump cross-spawn, eslint and jest
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) to 7.0.6 and updates ancestor dependencies [cross-spawn](https://github.com/moxystudio/node-cross-spawn), [eslint](https://github.com/eslint/eslint) and [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together.


Updates `cross-spawn` from 5.1.0 to 7.0.6
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/5.1.0...v7.0.6)

Updates `eslint` from 4.17.0 to 9.15.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v4.17.0...v9.15.0)

Updates `jest` from 22.2.1 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
- dependency-name: eslint
  dependency-type: direct:development
- dependency-name: jest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-28 09:22:49 +00:00
Safwan Samsudeen
ced1080931 chore: correct tooling 2024-11-28 14:50:59 +05:30
Safwan Samsudeen
78e7b2556e chore: bump version for tooling 2024-09-18 17:41:32 +05:30
Safwan Samsudeen
fc97f3121c fix: make changes to tooling 2024-09-18 17:41:32 +05:30
Safwan Samsudeen
d6e8700eab fix: package version 2024-09-11 21:10:06 +05:30
Safwan Samsudeen
66e2b1db5f
fix: change yarn version 2024-09-11 20:59:27 +05:30
Safwan Samsudeen
9e64337ea8 chore: format, license, bump version 2024-09-11 20:19:18 +05:30
Safwan Samsudeen
35d810ba7c Merge branch 'master' of https://github.com/safwansamsudeen/gantt 2024-06-17 18:50:25 +05:30
Safwan Samsudeen
30a8d5a78b fix: a bug 2024-05-02 15:06:04 +05:30
Safwan Samsudeen
a65bcff5c1 feat: first round of tooling upgrades 2024-04-30 06:24:33 +05:30
Safwan Samsudeen
3194f883ad chore: format 2024-04-30 05:06:17 +05:30
Safwan Samsudeen
f9da6ad42f chore: format (add prettier), fix minor bug, build 2024-04-05 15:39:04 +05:30
Faris Ansari
76be9de801 v0.6.1 2022-04-28 10:24:18 +05:30
Faris Ansari
6233b6cd4b chore: update rollup config
- minify css
- sourcemap
- github action to auto-publish on npm
2022-04-28 10:23:58 +05:30
Faris Ansari
4cf30c6630 v0.6.0 2022-01-17 15:50:47 +05:30
Faris Ansari
8f0b83d27d v0.5.0 2020-06-19 18:33:05 +05:30
Faris Ansari
9ac0f0257e v0.4.0 2020-06-19 18:13:39 +05:30
Faris Ansari
bb755e6b42 chore: Update rollup-plugin-sass 2020-06-19 18:12:25 +05:30
Faris Ansari
9e3c490196 v0.3.0 2018-09-23 19:49:24 +05:30
Faris Ansari
4b11841bc1 v0.2.0 2018-07-08 12:25:00 +05:30
Faris Ansari
94409f0bb8 v0.1.1 2018-05-20 20:04:17 +05:30
Faris Ansari
ee1062c182 Don't show popup while dragging 2018-03-04 20:00:49 +05:30
Faris Ansari
8c082e7bc9
[v0.1.0] Major Refactor (#57)
* [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

* Change Bar hover behaviour, Bar animation

* Corner radius configurable
2018-02-17 23:40:58 +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
44954a77aa build version 0.0.3 2017-01-28 15:37:55 +05:30
Faris Ansari
3caff0e781 build version 0.0.2 2017-01-05 13:20:17 +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
Faris Ansari
77af1bb8fb First commit 2016-12-17 22:15:48 +05:30