Giter VIP home page Giter VIP logo

Comments (5)

mgol avatar mgol commented on July 29, 2024 2

The latest commit is from March this year, not quite dead, is it? ๐Ÿ˜‰

However, Sizzle is now mostly used as a selector engine for jQuery 3.x & we focus on issues affecting jQuery which there are not too many. Other use cases are de-prioritized so weโ€™re not focusing on Sizzle development that much.

jQuery 4 will not use Sizzle anymore. When we stop supporting jQuery 3.x (which will most likely take a few years to accomplish) weโ€™re likely to stop maintaining Sizzle as well.

Hopefully that answers your questions.

from sizzle.

varunsridharan avatar varunsridharan commented on July 29, 2024 1

@mgol thanks for your quick answer. well i did not see the recent comment instead i checked the releases.

Well i am planing on using Library. and did checked V4.0's source code from jquery/jquery and found that sizzle has migrated. if possible would like to know if there are any major changes done to it. ?

from sizzle.

mgol avatar mgol commented on July 29, 2024 1

The biggest changes for now are removing workarounds for legacy browsers. Our future plans involve dropping support for positional selectors like :first or :even & doing a significant refactor that will depend more on querySelectorAll, only rewriting those selector paths that need it instead of doing a full fallback to manual traversing which we plan to remove. So, big changes are planned but itโ€™s not clear yet whether weโ€™ll be able to achieve them all in time for jQuery 4.0.

from sizzle.

varunsridharan avatar varunsridharan commented on July 29, 2024 1

@mgol awesome :-)
Thanks for your quick reply.

from sizzle.

varunsridharan avatar varunsridharan commented on July 29, 2024

@mgol i just wanted to share my project with you guys since its related to this
https://github.com/varunsridharan/dizzle

from sizzle.

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.