Skip to content

Releases: FlowingCode/fc-menuitem

v1.0.0

05 Jul 19:19
Compare
Choose a tag to compare

What's Changed

  • Make it compatible with Vaadin 24 dependency versions by @mlopezFC in #20

Full Changelog: 0.9.11...1.0.0

v0.9.12

06 Dec 17:08
Compare
Choose a tag to compare

What's Changed

  • feat: add support for styling expanded sub menu by @mlopezFC in #17
  • feat: add support to display menu item opened on component rendering by @flang in #19

New Contributors

  • @flang made their first contribution in #19

Full Changelog: 0.9.10...0.9.12

v0.9.10

09 Nov 17:36
Compare
Choose a tag to compare

Bugfixes

Released again because of old transpiled code deployed

v0.9.9

09 Nov 16:48
Compare
Choose a tag to compare

Bugfixes

  • Fix javascript error when calling a non-existent method

v0.9.7

26 Aug 15:32
Compare
Choose a tag to compare

Bugfixes

  • Fix migration to lit problem related to icons display

v0.9.6

20 Aug 14:21
Compare
Choose a tag to compare

Bugfixes

  • Extend ThemableElement instead of ThemableMixin

New Features

  • Add style for submenu background shade

v0.9.5

10 Feb 13:04
Compare
Choose a tag to compare

Fix layouting problem (use lit-flexbox-literals instead of @polymer/iron-flex-layout)

v0.9.3

08 Feb 13:29
Compare
Choose a tag to compare
  • add dependency @polymer/iron-flex-layout
  • remove unused dependency @polymer/paper-item

Added missing files in previous release

30 Dec 16:01
Compare
Choose a tag to compare
0.9.2

ci: increase npm version

Menu item clicked event & security update

30 Dec 12:21
Compare
Choose a tag to compare
  • Bump prismjs from 1.20.0 to 1.22.0
  • Add menu item clicked custom event