Git Product home page Git Product logo

Comments (8)

sstur avatar sstur commented on August 23, 2024

Hi @beiciye. I actually have no issue with supporting react 0.14.x. The reason we bumped it to v15.x was because there were issues in v0.14 with Warning: A component is 'contentEditable' and contains 'children' managed by React which was causing some bug reports.

I can probably change the requirement to support v0.14 or v15 but to be honest you will have issues with using this project in IE8 anyway. I doubt draft-js will support versions of IE that old and I have been using Flexbox and similar features that are IE10 and newer.

from react-rte.

vitosamson avatar vitosamson commented on August 23, 2024

In my current project we're not supporting IE8 but we haven't yet made the jump to react v15. It would be really great if you could add 0.14 as a valid peer dependency.

from react-rte.

beiciye avatar beiciye commented on August 23, 2024

@sstur I got it . Thank you!

from react-rte.

beiciye avatar beiciye commented on August 23, 2024

@sstur I have noticed you make a PR to support images , but I didn't find those files.

from react-rte.

sstur avatar sstur commented on August 23, 2024

@beiciye: That question doesn't belong in this issue, the issue you're looking for is #6. It's still a work-in-progress.

from react-rte.

sstur avatar sstur commented on August 23, 2024

I updated the package.json to read:

  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.1",
    "react-dom": "^0.14.0 || ^15.0.1"
  },

Closing this issue. Please re-open if that doesn't fix the issue. Thx.

from react-rte.

vitosamson avatar vitosamson commented on August 23, 2024

Thanks @sstur, could you cut a new version and publish it to npm?

from react-rte.

sstur avatar sstur commented on August 23, 2024

Done.

from react-rte.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.