platform icon indicating copy to clipboard operation
platform copied to clipboard

PiT 23.2

Open manolo opened this issue 3 years ago • 2 comments
trafficstars

  • [x] https://github.com/vaadin/web-components/issues/4096
  • [x] https://github.com/vaadin/flow/issues/14143
  • [ ] https://github.com/vaadin/base-starter-flow-osgi/issues/239
  • [ ] https://github.com/vaadin/vaadin-flow-karaf-example/issues/100 (still happening in 23.2)
  • [x] https://github.com/vaadin/flow-components/issues/3567 (also happening in 23.1)
  • [ ] https://github.com/vaadin/flow/issues/14355

manolo avatar Jun 27 '22 06:06 manolo

FYI: ComboBox has a similar problem as the RouterLink: error: reference to ComboBox is ambiguous with:


var combobox = new ComboBox<Object>(null); 

Migrating from V14.8 to 23.2.alpha2 (haven't tested with 23.1) - could probably be unrelated, but wanted to mention it because CB was refactored

knoobie avatar Jul 07 '22 08:07 knoobie

@knoobie thanks for reporting, we added a sentence in upgrading guide https://vaadin.com/docs/latest/upgrading/essential-steps

manolo avatar Aug 12 '22 07:08 manolo