Skip to content

Releases: playcanvas/pcui

v1.1.11

15 Feb 13:33
35eb757
Compare
Choose a tag to compare

What's new

  • Fix for numeric input slider resetting input on mouse up. (#75) - Thanks @LeXXik

v1.1.10

15 Feb 11:42
5dbc5bd
Compare
Choose a tag to compare

What's new

  • Fix flex of array input items but use special condition for panel headers so that they don't appear squished when collapsed. (#71)
  • Add newChildIndex to the reparent function of TreeViews (#72)
  • Added LabelGroup (#79)
  • Added GridView (#80)
  • Fix error when clearing resizable container (#81)

v1.1.6

28 Jan 08:28
Compare
Choose a tag to compare

What's new

  • Fix flex of array input items (#71)

v1.1.5

04 Jan 15:19
8d79617
Compare
Choose a tag to compare

What's New

  • Removed the montserrat font from the PCUI build. Custom font's can now be included via the font css classes (#68)

v1.1.4

23 Dec 12:07
Compare
Choose a tag to compare

What's new

  • Change how history combine works for NumericInput and SliderInput (#65)
  • Change SliderInput handle behavior which fixes an undo / redo bug and removes the accumulator logic in favor of allowing a small initial offset between the cursor and the handle. #66

Impacted components

  • NumericInput
  • SliderInput

v1.1.3

21 Dec 15:11
a5277ab
Compare
Choose a tag to compare

What's New

  • Fix subarray panels (#63)

Modified Components

  • ArrayInput

v1.1.2

21 Dec 13:03
Compare
Choose a tag to compare

What's new

  • Various fixes to ArrayInput
  • Use Element.register for all components
  • Fix defaults for TreeView storybook

Affected components

  • ArrayInput
  • TreeView

v1.1.1

21 Dec 11:31
Compare
Choose a tag to compare

What's New

  • Initialize Container values that default to false so that we avoid an unnecessary property setter for scrollable, flex, grid properties (#58)
  • TreeView story typo (#59)

Modified Components

  • Container

v1.1.0

17 Dec 11:53
2d7626f
Compare
Choose a tag to compare

What's New

  • Support for the TreeView and TreeViewItem components (#49)
  • Support for the ArrayInput component (#51)
  • The TextAreaInput component can now be set to resizable (#42)
  • Support for Augments and mixes in storybook (#45)
  • Fixed references to the BindingObserversToElement and BindingElementToObservers classes (#44)
  • The ContextMenu now exposes its trigger element (#46)
  • Fixed the handle position (#35)
  • Documented the PCUI site build process (#48)

Modified Components

  • ArrayInput
  • ContextMenu
  • TextAreaInput
  • TreeView
  • TreeViewItem
  • VectorInput