jquery-match-height v0.7.2 Release Notes
Release Date: 2017-02-19 // about 8 years agoPrevious changes from v0.7.0
-
๐ 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)