Skip to content

3.0.0

Compare
Choose a tag to compare
@quantizor quantizor released this 28 Jun 04:50

Implement proper handling for "tight" lists (ccbfdf8) In the case of a "tight" list--meaning a markdown list with no padding newline between entries--the inner paragraph generated by the AST parser is now automatically stripped out as expected.

Automatically remove the root <div> wrapper for singular children (e5b1453) The root <div> is now discarded for all scenarios where there is only one top-level element. This prevents the need to add a class to all the wrappers to make them inline or change the block flow.

Misc commits

  • Fix a test made brittle by the React <span> -> comment change (841c56e)
  • Automatically test all supported major React versions (517ea64)
  • chore(package): update babel-preset-react to version 6.11.1 (b4363ee)
  • chore(package): update babel-preset-stage-2 to version 6.11.0 (0adac9a)
  • chore(package): update jest-cli to version 13.0.0 (36f7a71)
  • chore(package): update babel-jest to version 13.0.0 (859a31c)
  • chore(package): update remark to version 4.2.2 (d70df94)
  • chore(package): update babel-cli to version 6.10.1 (e8e4920)
  • chore(package): update babel-jest to version 12.1.0 (92be820)
  • chore(package): update jest-cli to version 12.1.1 (c65ebbd)
  • Update package.json (84c7f80)
  • chore(package): update react-dom to version 15.1.0 (ce6b53e)
  • chore(package): update babel-preset-es2015 to version 6.9.0 (a9b34c9)
  • chore(package): update babel-cli to version 6.9.0 (b1606ec)
  • More rigorous CI testing (ffd8209) Enforce an engine version >= node 0.12
  • chore(package): update react to version 15.0.2 (07785e4)
  • chore(package): update babel-cli to version 6.8.0 (85e0aa5)
  • chore(package): update react-dom to version 15.0.1 (9e4bfc7)
  • chore(package): update react to version 15.0.1 (f0569a2)
  • 2.0.1 (7b9d495) Updated internals, no user-facing changes. Now testing against React 15.x
  • Update dev deps & fix test for React v15 (b9c56ca)