Skip to content

Releases: vaadin/hilla

1.3.34

26 Apr 09:00
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

Included dependencies:

  • Hilla Endpoint
  • Hilla Engine (Experimental)
  • Vaadin Dev Server (23.3.30)

Official add-ons and plugins:

  • Hilla Maven Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (23.3.30)
  • Vaadin Design System / React Components (1.3.30)

Full Changelog: 1.3.33...1.3.34

Hilla 24.4.0.alpha25

24 Apr 12:18
Compare
Choose a tag to compare
Hilla 24.4.0.alpha25 Pre-release
Pre-release

Website · Getting Started · Documentation

This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.

Versions

  • Hilla Maven Plugin
  • Hilla Gradle Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.4.0-alpha22)
  • Vaadin Design System / React Components (24.4.0-alpha22)

What's Changed

  • chore: Export ProtectedRoute so Copilot can compare to it by @Artur- in #2347
  • chore: Change ProtectedRoute export to a type property by @Artur- in #2349
  • chore: fetch access controlled server routes by @tltv in #2338

Full Changelog: 24.4.0.alpha24...24.4.0.alpha25

Hilla 24.4.0.alpha24

19 Apr 09:45
Compare
Choose a tag to compare
Hilla 24.4.0.alpha24 Pre-release
Pre-release

Website · Getting Started · Documentation

This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.

Versions

  • Hilla Maven Plugin
  • Hilla Gradle Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.4.0-alpha22)
  • Vaadin Design System / React Components (24.4.0-alpha22)

What's Changed

  • chore: upgrade testbench to 9.2.7 by @ZheSun88 in #2337
  • fix: prevent concurrent registration of client-side routes by @taefi in #2324
  • chore: update spring-boot to 3.2.5 by @vaadin-bot in #2344
  • fix(file-router): make empty path index resolving correctly by @Lodin in #2342

Full Changelog: 24.4.0.alpha23...24.4.0.alpha24

Hilla 24.4.0.alpha23

16 Apr 13:46
Compare
Choose a tag to compare
Hilla 24.4.0.alpha23 Pre-release
Pre-release

Website · Getting Started · Documentation

This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.

Versions

  • Hilla Maven Plugin
  • Hilla Gradle Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.4.0-alpha22)
  • Vaadin Design System / React Components (24.4.0-alpha22)

What's Changed

  • fix: use order index and paths comparison to sort menu items by @taefi in #2309
  • feat: utilize access control when populating client-side routes in menu by @taefi in #2316
  • chore: upgrade TB to 9.2.6 by @ZheSun88 in #2326
  • chore: upgrade swagger from 2.2.20 to 2.2.21 by @taefi in #2325
  • chore: do not generate views.ts anymore by @taefi in #2320
  • chore: use Menu annotation by @tltv in #2319
  • refactor(file-router): add low-level update method and re-use it in every other method by @Lodin in #2312
  • fix(fs-router): pre-populate view titles from filenames by @cromoteca in #2321
  • fix!(file-router): support directory index as a fallback by @platosha in #2315

Full Changelog: 24.4.0.alpha21...24.4.0.alpha23

Hilla 24.4.0.alpha21

10 Apr 08:16
Compare
Choose a tag to compare
Hilla 24.4.0.alpha21 Pre-release
Pre-release

Website · Getting Started · Documentation

This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.

Versions

  • Hilla Maven Plugin
  • Hilla Gradle Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.4.0-alpha19)
  • Vaadin Design System / React Components (24.4.0-alpha19)

What's Changed

  • [Snyk] Upgrade io.github.classgraph:classgraph from 4.8.167 to 4.8.168 by @Artur- in #2278
  • chore: implement ClientRoutesProvider by @tltv in #2284
  • [Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.15.4 to 2.16.2 by @Artur- in #2280
  • [Snyk] Upgrade com.fasterxml.jackson.core:jackson-annotations from 2.16.2 to 2.17.0 by @Artur- in #2298
  • feat: add new attribute 'hiddenFields' to configure which fields shou… by @rbrki07 in #2294
  • fix!: require at least one role in rolesAllowed by @cromoteca in #2295
  • chore: upgrade javaparser-core version by @taefi in #2302
  • fix: ignore change/addition in empty view/layout/index files by @taefi in #2297
  • feat(file-router): add RouterBuilder class by @Lodin in #2250
  • fix: provide server-side routes to client only when configured explicitly by @taefi in #2306
  • feat: add a helper to remap properties in filters and pageables by @cromoteca in #1870
  • chore: add a Vaadin Router import to detect Lit by @cromoteca in #2310

Full Changelog: 24.4.0.alpha19...24.4.0.alpha21

Hilla 24.4.0.alpha19

03 Apr 16:05
Compare
Choose a tag to compare
Hilla 24.4.0.alpha19 Pre-release
Pre-release

Website · Getting Started · Documentation

This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.

Versions

  • Hilla Maven Plugin
  • Hilla Gradle Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.4.0-alpha19)
  • Vaadin Design System / React Components (24.4.0-alpha19)

What's Changed

  • [Snyk] Upgrade io.github.classgraph:classgraph from 4.8.165 to 4.8.167 by @manolo in #2273
  • chore: update package[-lock].json (main) by @vaadin-bot in #2275
  • refactor: rename views.ts to file-routes.ts by @taefi in #2271
  • fix: request full-reload only when file-routes.json is added/changed by @taefi in #2289
  • feat: add new attribute 'hiddenColumns' to configure which columns sh… by @rbrki07 in #2279
  • chore: upgrade testbench to 9.2.5 by @ZheSun88 in #2288

New Contributors

Full Changelog: 24.4.0.alpha18...24.4.0.alpha19

Hilla 24.4.0.alpha18

28 Mar 07:48
Compare
Choose a tag to compare
Hilla 24.4.0.alpha18 Pre-release
Pre-release

Website · Getting Started · Documentation

This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.

Versions

  • Hilla Maven Plugin
  • Hilla Gradle Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.4.0-alpha18)
  • Vaadin Design System / React Components (24.4.0-alpha18)

What's Changed

  • chore: update package[-lock].json (main) by @vaadin-bot in #2257
  • test: amend .mocharc.cjs and package.json to include tsx extension by @taefi in #2256
  • fix: generate views.json under frontend/generated in dev mode by @taefi in #2234
  • fix(fs-router) remove $phantom by @cromoteca in #2262
  • chore: rename hilla-file-router to file-router by @cromoteca in #2261
  • feat(fs-router) add console errors for duplicated paths by @cromoteca in #2259
  • fix: register RouteUnifyingIndexHtmlRequestListener only when React is enabled by @taefi in #2264
  • chore: upgrade atmosphere runtime to 3.0.5.slf4jvaadin1 by @taefi in #2266
  • fix(fs-router) check for routes with / first, then without by @cromoteca in #2258
  • chore: update package[-lock].json (main) by @vaadin-bot in #2267
  • feat(fs-router): change dollar to at in special filenames by @cromoteca in #2269

Full Changelog: 24.4.0.alpha17...24.4.0.alpha18

1.5.0.alpha2

27 Mar 17:09
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

Included dependencies:

  • Hilla Endpoint (1.5.0.alpha2)
  • Hilla Engine (Experimental) (1.5.0.alpha2)
  • Vaadin Dev Server (23.5.0.alpha2)

Official add-ons and plugins:

  • Hilla Maven Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (23.5.0.alpha1)
  • Vaadin Design System / React Components (1.5.0.alpha1)

What's Changed

Full Changelog: 1.4.0...1.5.0.alpha2

Hilla 24.4.0.alpha17

25 Mar 14:20
Compare
Choose a tag to compare
Hilla 24.4.0.alpha17 Pre-release
Pre-release

Website · Getting Started · Documentation

This is a pre-release for the next minor version of Hilla. We appreciate it if you give it a try and report any issues you notice.

Versions

  • Hilla Maven Plugin
  • Hilla Gradle Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.4.0-alpha18)
  • Vaadin Design System / React Components (24.4.0-alpha18)

What's Changed

Full Changelog: 24.4.0.alpha16...24.4.0.alpha17

Hilla 2.5.7

22 Mar 13:14
Compare
Choose a tag to compare

Website · Getting Started · Documentation

Versions

  • Hilla Maven Plugin
  • Hilla Gradle Plugin
  • Hilla Spring Boot Starter
  • Vaadin Design System / Web Components (24.3.0)
  • Vaadin Design System / React Components (2.3.0)

What's Changed

New Contributors

Full Changelog: 2.5.6...2.5.7