Skip to content
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

Bd/switch develop to master #43

Merged
merged 134 commits into from Jan 16, 2017
Merged

Conversation

themadcreator
Copy link
Contributor

Switch to master a trunk branch in order to use /docs subdirectory as gh-pages

jtlan and others added 28 commits June 1, 2015 15:09
Update Typescript and typings.
Typings and compiler update.
No data was actaully bound to the Selection.
Switch from Selection<string> to Selection<void>.
Selection-type changed.
Add typescript definition block to bower.json for use with tsd link
* Wrap output in umd wrapper

* Depends on d3

* Clean up Gruntfile, bump NPM dependencies

* Add circle.yml

* Lint during build, fix old rule name

* Use namespace instead of module for clarity. Sort tslint rules

* Skip one failing test for now

* Append module typing to typings file

* Add main and other relevant metadata to package.json

* Add .npmignore file

* Change npm package name to 'svg-typewriter'

* Remove travis.yml - build was flaky

* Rebuild with previous changes in place
This commit is a major refactoring and cleanup of this library.

* Conversion of namespaces to modules while leaving the toplevel
  API intact.
* Simplified building and testing to npm scripts only.
    ** tsc for compilation
    ** mochify for testing
    ** typedoc for docs
* Removed standalone library file and support for bower.
* Adding typescript assets and compiled typescript with types and
  sourcemaps to enable downstream users to import fully typed source.
Now you can use the compile-and-watch dev preview by running `npm start`.

There was an issue where strings ending in whitespace where not
measured correctly because an SVG text element with "AA" has
the same bounding box as "AA    ". To circumvent this issue,
we use the built-in guard strings when the measured text
ends in whitespace.
@themadcreator themadcreator merged commit d31925f into master Jan 16, 2017
@themadcreator themadcreator deleted the bd/switch-develop-to-master branch January 16, 2017 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants