d-band / html2xlsx

transform html to excel (just support xlsx)
16 stars 3 forks source link

Update cssstyle to the latest version 🚀 #35

Closed greenkeeper[bot] closed 5 years ago

greenkeeper[bot] commented 6 years ago

Version 0.3.0 of cssstyle was just published.

Dependency cssstyle
Current Version 0.2.37
Type dependency

The version 0.3.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of cssstyle.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes New maintainers

Version 0.3.0 marks the change in ownership of this package. I have already merged a few outstanding pull requests will continue to do so. Pull requests are welcome from the community.

Commits

The new version differs by 13 commits.

  • 879583c 0.3.0
  • 6378940 Merge pull request #49 from piec/master
  • 1e425ce Merge pull request #55 from beatport/master
  • e8796bc Merge branch 'master' into master
  • 3f9c050 Merge pull request #56 from fastmicroservices/master
  • 17cfb66 Merge pull request #53 from belstone/ex-unit-fix
  • a3982da Merge pull request #58 from chad3814/master
  • 99c5545 update package.json to reflect new maintainer
  • a8fc29c added properties and a test
  • 8fcc1b1 Merge pull request #1 from beatport/add-rem-unit
  • 8f42a58 Add rem unit to parser
  • e03f831 Ensure ex length units are correctly parsed
  • 188722a Add transform property

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 0.3.1 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 6 years ago

Version 1.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 10 commits.

  • 4a5a8a1 1.0.0
  • 4f82876 Merge pull request #52 from lsiu/pr-47
  • 597cc7a Fixes #47 Add special support for borderSpacing = 0 to return 0px.
  • c3f0d2c cross-platform npm test script
  • 9c5ef61 correct spelling mistake
  • a8c2467 Merge pull request #51 from EdwardBetts/spelling
  • 05af3e4 Merge pull request #62 from reyronald/npm-test-script
  • 6a8177a Fixes #47 Add support for numeric values passed to ‘border-spacing’, e.g. ‘border-spacing: 0’. Include test.
  • b6142d5 cross-platform npm test script
  • 6740b1c correct spelling mistake

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 7 commits.

  • da72657 1.1.0
  • f051465 Add NPM version badge
  • 0f7adf8 Merge pull request #61 from reyronald/fix/setProperty-camelCase
  • 3f3738d Generate valid properties on npm test & npm prepublish scripts
  • 79f9c9a Merge branch 'master' into fix/setProperty-camelCase
  • e87fb85 Casing shouldn't affect .setProperty() 's success
  • 19e1fbe .setProperty should not work with camelCase

See the full diff

greenkeeper[bot] commented 6 years ago

Version 1.1.1 just got published.

Update to this version instead 🚀

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v1.2.0
  • Added new script to download CSS properties from W3C standard
  • All modern (non-WD and non-FPWD) CSS properties are handled
  • Add flex related styles
  • Support for hsl and modern colors is added
  • A function redeclaration bug is fixed
  • All properties not handled by the library now fallback to a simple read/write behavior (to be improved in the future)
  • As a follow-up, properties that already had a simple read/write behavior are now handled by the fallback code
  • Add travis CI integration with GitHub
  • Add lint CI
greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Release Notes for v1.2.1
  • Test node versions 6, 8, 10, and 11 in CI
  • Remove comma dangle which breaks legacy (Node 6) apps
greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • aed14ce 1.2.2
  • a325f02 Merge pull request #87 from jcousins-ynap/bugfix/color-missing-valid-refs
  • 9a94598 test: Add transparent and currentcolor keyword tests
  • fe0ce69 fix: Add missing valid color refs 'transparent' and 'currentcolor'

See the full diff