-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooling and Bug Fixes #394
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@safwansamsudeen is this ready to be merged? |
@rmehta I went off to camp. I'll be reviewing and giving final changes this week. |
Merging for now as we've fixed the major problem back in April (Gantt couldn't be used as a standalone library without a running sever). Releasing as v0.7 for now, but will change to v1 after new updates this month. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the tooling as described in #286.
Bug Fixes
Timezone related issues are fixed - closes #108 and closes #110.
FF related bugs are fixed - I'm not sure that they even existed in recent versions, but they do not exist now, as tested on my Mac. Closes #135, closes #177, and closes #182.
Other
The UI has been updated - the progress icon is now a circle instead of a diamond. Furthermore, in Safari, a black outline is used for non-important tasks as
shadow
doesn't work.Why hasn't the README been updated?
Tooling is being upgraded gradually, and we will overhaul both the README and the demo soon.