You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried upgrading to the latest version (3.1.1) and encountered two issues:
clicking the "download (latest)" button on plottablejs.org downloads the latest off of the Master branch, which hasn't been updated since 2015.
the commit tagged 3.1.1 doesn't include a plottable.min.js file (or even plottable.js). This breaks unpkg, and makes it very difficult for those without NPM or Yarn to use the latest version of the library, even if just download the repo.
Do let me know if I'm missing something..
The text was updated successfully, but these errors were encountered:
Hey @src73 , thanks for the report. 1 is filed as #3342 , apologies for that - we'll try to get around to it in the upcoming weeks.
I'm able to find the standalone plottable.js in 3.1.1 at https://unpkg.com/[email protected]/plottable.js, but I'd recommend pulling in Plottable through individual js modules npm/yarn - you'll notice package.json's main points to build/src/index.js. It's also for that reason we've recently removed the standalone .min.js file - we expect consumers to use Plottable with a module bundler like webpack or rollup, which has full bundle minification features. Does that work with how you are consuming the library?
I just tried upgrading to the latest version (3.1.1) and encountered two issues:
Do let me know if I'm missing something..
The text was updated successfully, but these errors were encountered: