Giter VIP home page Giter VIP logo

Comments (7)

stalsma avatar stalsma commented on August 16, 2024 1

Seems like a good solution. I just updated my package.json, and got the errors I expected. One search/replace later and everything is back to where it should be.

from ngx-bootstrap-multiselect.

softsimon avatar softsimon commented on August 16, 2024

Yes, that's a typo. Didn't see it until you mentioned it just now.
I was going through 3-4 names before settling because NPM complained the package names were all taken or "too similar" to previous libs.

from ngx-bootstrap-multiselect.

stalsma avatar stalsma commented on August 16, 2024

Too bad. I was hoping it was intentional. Fixing it will be a breaking change for everyone that's integrated it. But perhaps a global search/replace one time will be a lot better than lots of devs trying to figure out why the compiler is complaining. It kept telling me that I needed to include it in my module, where it was already included. What it didn't tell me was that <ngx-bootstrap-multiselect... didn't exist anywhere.

from ngx-bootstrap-multiselect.

softsimon avatar softsimon commented on August 16, 2024

But I changed the name just a week ago. Not sure how many people migrated to the new one yet. Better to think long term :)

from ngx-bootstrap-multiselect.

softsimon avatar softsimon commented on August 16, 2024

The npm module ngx-bootrap-multiselect is still present but those that upgraded to this new component the past few weeks should replace to ngx-bootstrap-multiselect.

from ngx-bootstrap-multiselect.

stalsma avatar stalsma commented on August 16, 2024

Are you going to issue a new tag (e.g. 2.1)? I used npm to uninstall/reinstall the package, but the changes aren't getting picked up. Even nuked my npm cache and reinstalled.

from ngx-bootstrap-multiselect.

softsimon avatar softsimon commented on August 16, 2024

I confirmed npm install ngx-bootstrap-multiselect works which will change:

"ngx-bootrap-multiselect": "^2.0.0",
to
"ngx-bootstrap-multiselect": "^2.1.0",

updating the import path:
import { NgxBootstrapMultiselectModule } from 'ngx-bootstrap-multiselect';
and HTML component tag
<ngx-bootstrap-multiselect></ngx-bootstrap-multiselect>

I will let ngx-bootrap-multiselect be for now to not break current installations.

from ngx-bootstrap-multiselect.

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.