Skip to content

Releases: playcanvas/pcui

v3.3.3

18 Jan 16:22
Compare
Choose a tag to compare

What's New

  • Remove defaults from SliderInput's min/max arguments #280

v3.3.2

18 Jan 14:38
Compare
Choose a tag to compare

What's New

  • [FIX] Arrow keys to edit NumericInput value #278
  • NumericInput step default value #279

v3.3.1

13 Jan 10:51
Compare
Choose a tag to compare

What's New

  • Use modern notation for CSS color functions #269
  • Tighten up Stylelint rule on generic fonts
  • React LabelGroup linking fix #271

v3.3.0

11 Jan 17:51
Compare
Choose a tag to compare

What's New

  • Remove _optionValue from Label #267
  • Export binding classes in the react build #268

v3.2.0

11 Jan 15:31
f537b44
Compare
Choose a tag to compare

What's New

  • Move icon font processing out of src folder #264
  • Remove the defaultArgs property from components #265

v3.1.1

09 Jan 14:39
Compare
Choose a tag to compare

What's New

  • update the @playcanvas/observer dependency to 1.3.6

3.1.0

09 Jan 14:16
Compare
Choose a tag to compare

What's New

  • Retire Element#element and Element#disabled #208
  • Migrate key event handlers to use key instead of keyCode #209
  • Improve Element typing #212
  • Reformat binding docs #213
  • Remove unused local storage API #215
  • Remove some occurrences of 'as any' #217
  • Remove conf-tsd.json #216
  • Remove unused functions from utils.ts #214
  • Remove text argument for RadioButton #218
  • Further type refinements #221
  • Refactor DOM event handlers #222
  • ref(Math): refactor rgb2hsv #202
  • Remove CSS vendor prefixing #229
  • More Stylelint fixes #230
  • Fix mouseover handling of TreeViewItems #224
  • Refactor VectorInput #232
  • Refactor ColorPicker #226
  • Fix Button font when adding to body element #235
  • Fix creating ArrayInput without options #238
  • Explicitly declare CSS accessors on Element #239
  • Refactor SliderInput #236
  • Fix wheel event handler warning for NumericInput #241
  • Remove empty objects from constructor calls #242
  • Allow menu items with no onSelect function #244
  • Correctly handle non-numeric values entered into NumericInput #245
  • Typing of ColorPicker now complete #246
  • Simplify test for array element equality #249
  • Better typing for Element #250
  • Remove redundant /index from ts imports #254
  • VectorInput default precision value #256
  • @playcanvas/observer as a dependency #257

v3.0.0

21 Dec 14:07
519d805
Compare
Choose a tag to compare

What's New

  • [Major breaking change] PCUI build updates #204
  • Menu component updates #205
  • Enable more Stylelint rules #203
  • MenuItem select event #206

v2.10.0

20 Dec 11:30
Compare
Choose a tag to compare

What's New

  • General Typing Improvements (#195)
  • Remove the ContextMenu component (#200)
  • Remove TypeScript namespaces from the codebase (#198)
  • Enable Stylelint to lint SCSS files (#201)

v2.9.1

20 Dec 11:06
Compare
Choose a tag to compare

What's New

  • SelectInput: remove createLabelText default value (#194)