Coder Social home page Coder Social logo

Comments (7)

stefanuebe avatar stefanuebe commented on August 17, 2024 1

Tried the 21 beta this morning with 22.0.4 and got a lot of webpack erros

from vaadin-app-layout.

kristapsstrals avatar kristapsstrals commented on August 17, 2024 1

I also tried this with Vaadin 23 and ran into the same issue using the latest version of com.github.appreciated package.
The latest package in maven repository is version 21.0.0-beta1, which was released on October 18, 2021, while the commit to the v21 branch that is supposed to fix this issue is merged in on December 9, 2021 (so there is no way that the package latest beta release in maven repository has the fix...

https://mvnrepository.com/artifact/com.github.appreciated/app-layout-addon/21.0.0-beta1
afe3446

from vaadin-app-layout.

mrgreywater avatar mrgreywater commented on August 17, 2024

My commit to make it work with 22.0.0:
mrgreywater@3d1e76b

from vaadin-app-layout.

mrgreywater avatar mrgreywater commented on August 17, 2024

Closed with #445

from vaadin-app-layout.

stefanuebe avatar stefanuebe commented on August 17, 2024

@appreciated is there a time plan for when this fix will be available in the directory?

from vaadin-app-layout.

appreciated avatar appreciated commented on August 17, 2024

@stefanuebe This should already be included in the latest beta release 🤔

from vaadin-app-layout.

mrgreywater avatar mrgreywater commented on August 17, 2024

I'm personally using the github version in maven directly, like so:

Add jitpack.io to the repositories:

<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

Add this github project as dependency

<dependency>
    <groupId>com.github.appreciated.vaadin-app-layout</groupId>
    <artifactId>app-layout-addon</artifactId>
    <version>V21-SNAPSHOT</version>
</dependency>

This also allows you to use your own custom github forks as dependencies without having to publish them on the maven repo.

from vaadin-app-layout.

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.