jquery-match-height v0.7.0 Release Notes

Release Date: 2016-01-04 // about 8 years ago
  • ๐Ÿš€ release summary

    • โž• added build tasks
    • โž• added selenium unit tests
    • โž• added lint tests
    • โž• added matchHeight.version property
    • โž• added to npm

    • ๐Ÿ›  fixed unitless properties

    • ๐Ÿ›  fixed inline styles being removed

    • ๐Ÿ›  fixed display: flex issue

    • ๐Ÿ›  fixed display: inline-flex issue

    • ๐Ÿ›  fixed row detection when items contain floating elements

    • ๐Ÿ›  fixed compatibility for module loaders

    ๐ŸŒฒ commit log

    • โž• add custom version argument to gulp build (ad8aac5)
    • โž• add delay to jasmine boot (30824fb)
    • โž• add lint to all test tasks (6b16f67)
    • โž• add test for _parse on string values with units (4a64208)
    • โž• add to npm (0055660)
    • โž• added a section on tests to readme (e0be682)
    • โž• added changelog task (5263ab1)
    • โž• added cloud selenium, local emulated ie testing, lint task, build task, release task, improved tests (06bd876)
    • โž• added gulpfile, jasmine test specs, browser test runner, selenium test runner (ca926de)
    • โž• added libscore (03a4317)
    • โž• added matchHeight.version property (431e4d0)
    • โž• added release tasks (49cc72f)
    • โž• added test for property option (7bdada7)
    • โž• added test for remove (445799d)
    • โž• added tests for custom toBeWithinTolerance matcher (a89b1c2)
    • โฌ†๏ธ bump jquery package version (cc9c416)
    • ๐Ÿ”„ change tests to use jquery type checking functions (6cf52f0)
    • โœ… faster selenium testing (a6b2da3)
    • ๐Ÿ›  fix bower instructions in readme (91e50ad)
    • ๐Ÿ›  fix for display: inline-flex, closes #68 (e769b9f), closes #68
    • ๐Ÿ›  fix for unitless properties by forcing px, closes #64 (d8cc365), closes #64
    • ๐Ÿ›  fix issue maintaining inline styles, closes #95 (878ff96), closes #95
    • ๐Ÿ›  fix issue with 'display:flex', closes #77 (dc53a49), closes #77
    • ๐Ÿ›  fix issues with build script (1195421)
    • ๐Ÿ›  fix linter issues (0165e74)
    • ๐Ÿ›  Fix package manager registries URLs (036df1b)
    • ๐Ÿ›  fixed local test config for non-windows (d67ca25)
    • ๐Ÿ›  fixed missing dependencies (c608b80)
    • โœ… handle error when test server is already running (9e6487d)
    • ๐Ÿ’… ignore linebreak style on lint (1510b58)
    • ๐Ÿ‘Œ Improve row detection when cells contain floating contents (8844acb)
    • ๐Ÿ‘Œ improved readme (1cf2c27)
    • ๐Ÿ‘Œ improved tasks (61a9ed4)
    • ๐Ÿ‘Œ improved tests (b1cadb5)
    • ๐Ÿ”Œ Make plugin compatible with module loaders (b5988c1)
    • ๐Ÿ”€ Merge branch 'feature/tests' into develop (a7d35dc)
    • ๐Ÿ”€ Merge branch 'floatingcontents' of https://github.com/jorrit/jquery-match-height into jorrit-floatin (89b74a7)
    • ๐Ÿ”€ Merge branch 'jorrit-floatingcontents' (dc9716b)
    • ๐Ÿ”€ Merge pull request #81 from afelicioni/patch-1 (c5566da)
    • ๐Ÿ”€ Merge pull request #82 from JulienMelissas/patch-1 (63d8ca4)
    • โœ‚ remove ie testing meta tags (44ed2fe)
    • ๐Ÿ’ป replace browserstack tunnel with ngrok (2c67ca0)
    • โš™ run webdriver spec for all breakpoints (3440598)
    • โšก๏ธ update master build (df2e0c2)
    • โšก๏ธ update master build (f4b4b98)
    • โšก๏ธ updated min file (99648ca)
    • โœ… use a spy for callback tests (a72a2cf)
    • ๐ŸŒฒ use gutil.log (00a91bc)
    • โœ… use local test images (02398d9)
    • ๐Ÿ‘‰ Use unminified version in Bower's "main" argument (eedca73)