Giter Club home page Giter Club logo

Comments (8)

jkuri avatar jkuri commented on May 24, 2024 1

I am using version 0.0.1-alpha.309, will now try to upgrade to 0.0.1-alpha.311. I noticed that the button is actually disabled, but it doesn't inherit disabled styles with opacity applied.

from spartan.

jkuri avatar jkuri commented on May 24, 2024 1

I tried now with 0.0.1-alpha.311 and issue still persists. I had some issues with peer dependencies before getting it to work with the new version, I think it's not okay to specify peer dependencies to exact version in semver like 17.0.2 but to ^17.0.0. For example I updated my app with ng update @angular/core @angular/cli and it updated it to version 17.0.4 which is not exact version as 17.0.2 which is specified in @spartan-ng/ui-menu-brain latest version;

"peerDependencies": {
  "@angular/core": "17.0.2",
  "@angular/cdk": "17.0.0"
}

but, I think it should be;

"peerDependencies": {
  "@angular/core": "^17.0.0",
  "@angular/cdk": "^17.0.0"
}

Can I open a PR for this? Otherwise other users may have issues updating to latest in the future.

Thanks, Jan

from spartan.

goetzrobin avatar goetzrobin commented on May 24, 2024 1

@jkuri I found the issue. Releasing a new version now that should have the fix!

from spartan.

goetzrobin avatar goetzrobin commented on May 24, 2024

What version are you using?

from spartan.

goetzrobin avatar goetzrobin commented on May 24, 2024

Yes. I am still trying to find a better way to manage dependencies in a better way! I am using an eslint plugin right now to sort of automate it. If you take a look at the package.json scripts that should give you an idea of what I am doing.

Let me know if that makes sense! Looking forward to the PR

from spartan.

goetzrobin avatar goetzrobin commented on May 24, 2024

I am using version 0.0.1-alpha.309, will now try to upgrade to 0.0.1-alpha.311. I noticed that the button is actually disabled, but it doesn't inherit disabled styles with opacity applied.

Interesting! I'll see if that's a class binding issue!

from spartan.

goetzrobin avatar goetzrobin commented on May 24, 2024

@jkuri 0.0.1-alpha.313 is now available on NPM with the fix. Let me know if it worked 👍

from spartan.

jkuri avatar jkuri commented on May 24, 2024

I updated to 0.0.1-alpha.313 and confirming that it works now 👍 thanks for the quick response and fix.

from spartan.

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.