Skip to content

Latest commit

 

History

History
978 lines (673 loc) · 59.1 KB

CHANGELOG.md

File metadata and controls

978 lines (673 loc) · 59.1 KB

Changelog

3.1.1 (2020-12-10)

Full Changelog

Fixed bugs:

  • CascadeSelect fails with Vue 3.0.3 #753

3.1.0 (2020-12-10)

Full Changelog

Breaking Changes:

  • Setup Requirement #748
  • Remove locale from Calendar #747

Implemented New Features and Enhancements:

  • Implement Badge as a directive alternative #753
  • Chip Component #740
  • Close event for Message component #739
  • Splitter Component #737
  • Component for Tag #717
  • Locale API #716
  • Component for Badge #715
  • Dot mode for Badge #695
  • Knob Component #693
  • ScrollTop Component #691
  • [FEATURE REQUEST] - Divider/Separator Component #690
  • Skeleton Component #689
  • CascadeSelect Component #686
  • [FEATURE REQUEST] - Avatar Component #684
  • New ConfirmPopup Component #679
  • New ConfirmDialog Component #678
  • Update to FullCalendar 5 #540

Fixed bugs:

  • DataTable throws error when there are no columns #749
  • Textarea does not auto resize its height when created #733
  • Calendar navigation (next, prev month) inside DataTable or OverlayPanel not working #729
  • Keyboard support problem for AutoComplete #723
  • InputMask with unmask doesn't work as expected #714
  • display prop of MultiSelect is not documented #713
  • Invalid "sortField" property type in Vue and type definition files #681
  • TreeTable emit warns #750
  • Fixed use of MenuModel's "class" property in PanelMenuSub #746

3.0.2 (2020-11-26)

Full Changelog

Implemented New Features and Enhancements:

  • Add the 'enter' key support to InputNumber #675
  • Chips mode for MultiSelect #673
  • New Timeline Component #672
  • Toolbar requires slot attribute which is deprecated in Vue.js 3 #639
  • SelectButton should allow a mode to ensure an options is always selected #494

Fixed bugs:

  • SplitButton: after selecting the default command, the command menu does not close. #660
  • Multiselect/Dropdown: when the menu open upwards style broken #659
  • Autocomplete: when the menu open upwards style broken #658
  • DataTable global filter bug #655
  • Closing message and reopening it does not work #653
  • Password element does not inherit attributes #651
  • DataTable sortField allows a function, but the prop type is only a string #647
  • Missing .d.ts file for usetoast #645
  • InputNumber's onInputBlur fails when component gets destroyed #633
  • missing type definition for toast/useToast.js #630
  • Sidebar not visible on mount #627
  • Accordion does not support dynamic tabs #622
  • TabView does not support dynamic tabs #616
  • PrimeVue FileUpload FileLimit #610
  • DataTable multiple click RadioButton focus previous row #606
  • FileUpload Preview columns become misaligned when both image and non-image files are uploaded #585
  • Error with empty objects #556
  • OverlayPanel :before "indicator" needs dynamic placement #490

3.0.1 (2020-10-22)

Full Changelog

Implemented New Features and Enhancements:

  • Do not hide overlays on body scroll #591
  • Add inputStyle and inputClass properties to InputNumber #551
  • Declare events in "emits" section of every component #549

Fixed bugs:

  • Overriding ProgressSpinner colors doc error #589
  • Property "disabled" was accessed during render but is not defined on instance. #587
  • Dropdown inside datable using showClear causing: Cannot read property 'classList' of null #586
  • DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects #555
  • pRipple works even when disabled(etc menuitem) #550
  • Website / Documentation - Fix third-party dependencies documentation #546
  • Menu components with web router refresh the whole page #536

3.0.0 (2020-10-11)

Full Changelog

Implemented New Features and Enhancements:

  • Galleria and Carousel highlight item visual improvement on PrimeOne Themes #545
  • Soho Theme #539
  • Fluent UI Theme #538
  • ToastService $toast is not accessible using Composition API #535
  • Tooltip doesn't close in scrollable containers #523
  • Lighter Highlight Color for PrimeOne Themes #520
  • Add indentation property to TreeTable #495
  • Accordion rounded border minor visual issue #384

Fixed bugs:

  • Tree selection is broken when ripple is enabled #543
  • Tree toggler icon hover color is wrong in bootstrap theme #542
  • The 'disabled' option has no effect on InputNumber #537
  • InputNumber cannot set value when format property is false #533
  • InputNumber with spinner mode throws a JS exception #532
  • inputNumber with numeric prefix is not working as expected #531
  • Problems when typing or pasting numbers into InputNumber #530
  • Can't close MultiSelect or Select when inside Dialog component #524
  • TouchUI modal gets stuck if input tabs out #519
  • TriStateCheckbox doesn't show correct icon when value is false when using material themes #517

3.0.0-rc.2 (2020-09-29)

Full Changelog

Fixed bugs:

  • 3.0.0-rc.1 npm package includes a node_modules #511
  • Dialog component VNode #510

3.0.0-rc.1 (2020-09-28)

Full Changelog

Breaking Changes:

  • Accessing column props in Slots #498
  • activeIndex for TabView and Accordion #497

Implemented New Features and Enhancements:

  • Vue 3 Compatibility #491
  • Improvement in behavior of components that have overlay panels in scrollable containers #500
  • Improve calendar tabbing behavior #507
  • Add input event to InputNumber #506

Fixed bugs:

  • Scrollable Table alignment improvement #482
  • Button not registered in FileUpload #478
  • BlockUI documentation indicates "show" event whereas the actual event is "unblock" #485

2.2.3 (2020-12-14)

Full Changelog

Implemented New Features and Enhancements:

  • Chip component cosmetics #777
  • Update to FullCalendar 5 #776
  • Close event for Message component #761
  • Touch support for Slider #758

Fixed bugs:

  • Slider has incorrect aria-* variable values #774
  • Invalid "sortField" property type in Vue and type definition files #764
  • Keyboard support problem for AutoComplete #763
  • Textarea does not auto resize its height when created #762
  • Calendar navigation (next, prev month) inside DataTable or OverlayPanel not working #759
  • Primevue 2 dismissableMask=true not working when clicking outside the modal #741
  • FileUpload with fileLimit problem #677

2.2.2 (2020-11-30)

Full Changelog

Implemented New Features and Enhancements:

  • New Timeline Component #712
  • Chips mode for MultiSelect #711
  • SelectButton should allow a mode to ensure an options is always selected #698
  • OverlayPanel :before "indicator" needs dynamic placement #697
  • Improve typescript definitions #696
  • Add the 'enter' key support to InputNumber #676

Fixed bugs:

  • SplitButton: after selecting the default command, the command menu does not close. #710
  • Autocomplete: when the menu open upwards style broken #709
  • Multiselect/Dropdown: when the menu open upwards style broken #708
  • DataTable global filter bug #707
  • InputNumber's onInputBlur fails when component gets destroyed #705
  • Sidebar not visible on mount #704
  • PrimeVue FileUpload FileLimit #703
  • DataTable multiple click RadioButton focus previous row #702
  • FileUpload Preview columns become misaligned when both image and non-image files are uploaded #701
  • Error with empty objects #700
  • ColorPicker overlay input does not reflect to hue section changes #699
  • Multiselect dropdown closes after selecting one option #602
  • PrimeVue 2 InputMask with unmask problem #577

2.2.1 (2020-11-23)

Implemented New Features and Enhancements:

  • Do not hide overlays on body scroll #661

Fixed bugs:

  • Overriding ProgressSpinner colors doc error #662
  • Dropdown inside datable using showClear causing: Cannot read property 'classList' of null #664
  • DataTable crashes with a "Cannot read property 'xxx' of null" for nested objects #665

2.2.0 (2020-10-14)

Implemented New Features and Enhancements:

  • Add inputStyle and inputClass properties to InputNumber #573
  • Accordion rounded border minor visual issue #572
  • Add indentation property to TreeTable #571
  • Lighter Highlight Color for PrimeOne Themes #568
  • Fluent UI Theme #561
  • Soho Theme #560
  • Galleria and Carousel highlight item visual improvement on PrimeOne Themes #557
  • Tooltip doesn't close in scrollable containers #526

Fixed bugs:

  • pRipple working when disabled(etc menuitem) #574
  • TriStateCheckbox doesn't show correct icon when value is false when using material themes #570
  • TouchUI modal gets stuck if input tabs out #569
  • Can't close MultiSelect or Select when inside Dialog component #567
  • Problems when typing or pasting numbers into InputNumber #566
  • inputNumber with numeric prefix is not working as expected #565
  • InputNumber with spinner mode throws a JS exception #564
  • InputNumber cannot set value when format property is false #563
  • The 'disabled' option has no effect on InputNumber #562
  • Tree toggler icon hover color is wrong in bootstrap theme #559
  • Tree selection is broken when ripple is enabled #558

2.1.0 (2020-09-29)

Full Changelog

Implemented New Features and Enhancements:

  • Improvement in behavior of components that have overlay panels in scrollable containers #514
  • Scrollable Table alignment improvement #513
  • Improve calendar tabbing behavior #512

Fixed bugs:

  • TouchUI modal gets stuck if input tabs out #518
  • Button not registered in FileUpload #516
  • BlockUI documentation indicates "show" event whereas the actual event is "unblock" #515

2.0.9 (2020-09-09)

Full Changelog

Implemented New Features and Enhancements:

  • InputGroup support for input components with wrappers #471
  • Update PrimeFlex documentation to 2.0.0 #464
  • Scrollable Table alignment improvement #462
  • emptyFilterMessage for Dropdown, MultiSelect and Listbox filter #459
  • Negative sign with InputNumber #458
  • InputNumber Currency not working as expected #330

Fixed bugs:

  • Dialog with Long Content does not scroll in IE11 #473
  • Click on Dropdown's filter text box closes items list #465
  • Calendar misplaced layout if more than one month is shown #461
  • inputNumber cannot set value bigger than 99.999 for an ES locale #460
  • Items in PanelMenu are highlighted wrongly with Material dark themes #456
  • InputNumber with dynamic fraction digits doesn't work as expected #455

2.0.8 (2020-08-27)

Full Changelog

Implemented New Features and Enhancements:

  • Add Del key support to InputNumber #452
  • Documentation for primeflex setup #434
  • InputNumber with decimals should support entering comma/decimal point #432
  • dismissableMask and closeOnEscape for Dialog #372

Fixed bugs:

  • Can't type - as first symbol into an Inputnumber #453
  • When autocomplete is bound to an object, float label overlaps in some circumstances #450
  • TreeTable template always render field value #445
  • Setting placeholder text for Editor / Quill component doesn't work #433
  • InputNumber with stacked Buttons is broken #431
  • Doc error on InputNumber #430
  • InputNumber throws error if emptied #429
  • Pill Text not centered #428

2.0.7 (2020-08-05)

Full Changelog

Fixed bugs:

  • Global filter is not working with invalid values on TreeTable #427
  • Global filter throws error in TreeTable#425
  • Duplicate keys in TreeTable #424

2.0.6 (2020-08-04)

Full Changelog

Implemented New Features and Enhancements:

  • Improve connected overlay positioning #418
  • TabMenu should include subpaths in active tab detection #417
  • Rename toast message title class #420

Fixed bugs:

  • TabMenu error when no route matches one of the menu paths #416
  • DataTable row reorder demo not working #419
  • DataTable: Exporting an empty DataTable throws TypeError #413
  • Duplicate keys in TreeTable #424
  • Fixed typo in ProgressBarDoc.vue #414
  • Paginator is displayed over table loading overlay #422
  • p-error, p-invalid styling missing on some form elements #421

2.0.5 (2020-07-24)

Full Changelog

Implemented New Features and Enhancements:

  • SideBar p-sidebar-mask div is not removed automatically #329
  • Block UI mask remove automatically #409

Fixed bugs:

  • Calendar mask animation #408

2.0.4 (2020-07-23)

Full Changelog

Implemented New Features and Enhancements:

  • MultiSelect close icon spacing issue #405
  • Refactor OrderList and PickList header style classes #403
  • Improve Dialog padding #404
  • Refactor selectbutton focus visuals #406

Fixed bugs:

  • Alignment issue on left and right contents of Toolbar #400
  • Remove default text-decoration style from the header links on Fieldset #399

2.0.3 (2020-07-18)

Full Changelog

Breaking changes:

  • Improve Toast CSS structure and Add new positions #391

Implemented New Features and Enhancements:

  • Add p-button-plain add-on for text button #398
  • Sort the icons alphabetically in the documentation #385
  • Button slot #388
  • Rename p-datatable-row to p-selectable-row #397
  • Cleanup FullCalendar CSS #392

Fixed bugs:

  • Alignment issue on tree #395
  • Add type="button" to buttons to avoid form submission #394
  • Wrong class name at FileUpload #390

2.0.2 (2020-07-12)

Full Changelog

Implemented New Features and Enhancements:

  • OverlayPanel padding visual problem #382
  • Improved active state for dark themes #383

2.0.1 (2020-07-10)

Full Changelog

Implemented New Features and Enhancements:

  • Ability to programmatically show or hide Dropdown/MultiSelect #368
  • Ability to add scaling inputs by group #373
  • Support for left and right icons for Input #379

Fixed bugs:

  • Datatable with RowGroup and Scroll scrollbar misplaced #380
  • InlineMessage typescript declaration is not available at package root #366
  • Editor readonly not working due to typo #369
  • Message error with Ripple #378
  • Separator problem with Menu #377

2.0.0 (2020-07-06)

Full Changelog

2.0.0-rc.3 (2020-07-04)

Full Changelog

Implemented New Features and Enhancements:

  • FileLimit for FileUpload #361
  • Custom Upload for FileUpload #360
  • Filter event for Listbox, Dropdown and MultiSelect #359
  • DataView should reset paginator on sort #356

Fixed bugs:

  • Usage of header slot produces JavaScript error when beeing combined with ColumnGroups #349
  • Messages are not visible in simple uploader #343
  • Accordion breaks input components inside #342
  • Picklist 'move-all-to-source' event argument e.items is empty #341
  • datatable filter not work in some firefox #325
  • DataTable : (row) editing + selection column - focus issues #315
  • Datatable scrollable mode doesn't load Loading Template #296

2.0.0-rc.2 (2020-07-02)

Full Changelog

Implemented New Features and Enhancements:

  • Material Theme #363
  • Bootstrap Theme #362
  • Improve Galleria animation on FullScreen mode #346

Fixed bugs:

  • Item content in Carousel does not expand according to the wrapper element #348
  • InputNumber prevents min key number #337

2.0.0-rc.1 (2020-05-28)

Full Changelog

Implemented New Features and Enhancements:

  • Disable virtual keyboard in calendar #334
  • Rename dialog titlebar class to dialog header #333
  • Flex Scroll height for DataTable #328
  • New Component: ScrollPanel #322
  • Refactor p-panel-titlebar to p-panel-header #321
  • Terminal should scroll to bottom after command #319
  • Rename Nova Themes #318
  • Datatable coltoggle changes columns order. #311

Fixed bugs:

  • Table loader is not visible in scrollable table #332
  • Alignment issue on Galleria with left and right thumbnail position #327
  • InputNumber Up Down buttons send form on submit #313
  • Slider handle moves on click #298

2.0.0-beta.1 (2020-05-15)

Full Changelog

Implemented New Features and Enhancements:

  • Modernize CSS #263
  • Responsive Menubar #316
  • Top and Bottom icon positioning for button #309
  • Badges and Tags #308
  • Saga and Vela Themes #307
  • Add link button #306
  • Icons inside InputText #305
  • Add inputId to Dropdown and MultiSelect #303
  • ToggleButton refactor #297
  • Decouple MegaMenu from PrimeFlex #295

Breaking Changes:

  • Remove Spinner #287
  • Rename ValidationMessage to InlineMessage #301
  • Refactor Messages css naming #302

1.3.2 (2020-04-24)

Full Changelog

Fixed bugs:

  • Context Menu throw error after update to 1.3.1 #291
  • InputMask somehow clears the initial value to empty string #290

1.3.1 (2020-04-23)

Full Changelog

Implemented New Features and Enhancements:

  • FilterPlaceholder for Listbox #284
  • Function support for MenuModel visible prop #286

Fixed bugs:

  • Group Header Broken without Footer Template #288
  • SplitButton is misaligned #289

1.3.0 (2020-04-20)

Full Changelog

Implemented New Features and Enhancements:

  • Add empty template to FileUpload #265
  • DragDrop support for FileUpload #262
  • Improve DataTable ContextMenu Styling #253
  • Separator, addOnBlur and allowDuplicate for Chips #252
  • Add id property to Steps #251
  • ReImplemented Steps styles #250
  • Improve autocomplete css by using flex #249
  • Add menubar-left and menubar-right slots to Menubar #246
  • New Component: Galleria #212
  • Ability to disable PanelMenu items #171
  • TreeTable should pass more information on page-sort-filter events #282
  • filterLocale for components with filtering #279
  • Update sort icons #278
  • Placeholder for Chips #277
  • New Component: InputNumber #275
  • Value slot for Dropdown #271
  • Removable sort on DataTable - TreeTable #235
  • Order indicators for Multi column sorting #189

Fixed bugs:

  • Calendar.vue: Poor handling of user input #70
  • Carousel - Button inside carousel-item is not clickable in mobile phones #264
  • Popup menu does not appear where it should #258
  • FileUpload Multiple: Error when deleting file before upload #257
  • FileUpload in auto mode sends two post requests in IE11 #254
  • TreeTable global filtering fails #283
  • Loop on treetable sort #281
  • Datatable Group footer doesn't work #276
  • Textarea with autoResize true not displayed correctly when initially hidden #274
  • Calendar is not empty when the v-model is null #270

1.2.0 (2020-04-17)

Full Changelog

Implemented New Features and Enhancements:

  • Improve autocomplete css by using flex #249
  • Improve DataTable ContextMenu Styling #253
  • DragDrop support for FileUpload #262
  • Add empty template to FileUpload #265
  • Separator, addOnBlur and allowDuplicate for Chips #252
  • Add menubar-left and menubar-right slots to Menubar #246
  • Ability to disable PanelMenu items #171
  • Add id property to Steps #251
  • ReImplemented Steps styles #250
  • ReImplemented Steps styles #250

Fixed bugs:

  • Carousel - Button inside carousel-item is not clickable in mobile phones #264
  • FileUpload Multiple: Error when deleting file before upload #257
  • Popup menu does not appear where it should #258
  • FileUpload in auto mode sends two post requests in IE11 #254

Deprecated:

  • Deprecate menubar custom slot #260

1.1.0 (2020-03-17)

Full Changelog

Implemented New Features and Enhancements:

  • Move column filters to their own row #226
  • Loading template for DataTable #244
  • Move TreeTable filters to their own header row #241
  • Add filterHeaderStyle and filterHeaderClass to Column #240
  • Unify placeholder colors #239
  • Opacity Animation for Modals #237
  • Remove Responsive DataTable #232
  • Display issues with Chips #231
  • More options for currentPageReportTemplate #230
  • New Component: Terminal #229
  • New Component: BlockUI #211
  • Ability to disable TabMenu items #172
  • Ability to disable MegaMenu items #170

Fixed bugs:

  • Disabled menuitems with routerLink integration are still functional #243
  • Disabled menuitems opacity is doubled in MenuBar, TieredMenu and ContextMenu #242
  • MultiSelect label size grows on items select #238
  • DataTable scrollHeight doesn't calculate correctly with frozen columns and percentages #234
  • Select components may throw non-primitive key error #233

1.0.6 (2020-03-04)

Full Changelog

Implemented New Features and Enhancements:

  • Add appendTo to components with Overlays #224
  • Add filterField to column #223
  • Accents support in Table filtering #220
  • Date support in table filtering #219
  • New filtering modes for Table #217

Fixed bugs:

  • CurrentPageReport is initially wrong #222
  • Primitive values support in Select components #221
  • sortField of column is ignored #216
  • DataTable Column Group Sort Bug #214

1.0.5 (2020-02-27)

Full Changelog

Implemented New Features and Enhancements:

  • Tooltip Component missing typescript declaration file #202

Fixed bugs:

  • Tooltip reactive text #206
  • Editor infinite loop with some specific values #204
  • DataTable > Missing custom filterMatchMode #200
  • Top* and Bottom* animation are not working correctly on Dialog with 'position' property #190

1.0.4 (2020-02-08)

Full Changelog

Fixed bugs:

  • Dialog positions regressions #191

1.0.3 (2020-02-07)

Full Changelog

Implemented New Features and Enhancements:

  • Add position property to Dialog #184
  • Add maximizable property to Dialog #183
  • DataTable "$event" argument on page/sort events does not contains filterSearchMode. #181
  • Dialog header not visible #179
  • Ability to disable TieredMenu items #173
  • Ability to disable ContextMenu items #169
  • Ability to disable Menubar items #168

Fixed bugs:

  • Chart.vue : Error in v-on handler: "TypeError: this.emit is not a function" #188
  • OverlayPanel dismissable does not work #187
  • Could not find module './components/row/Row' #185
  • Style classes are not rendered correctly on Dialog #182

1.0.2 (2020-01-30)

Full Changelog

Implemented New Features and Enhancements:

  • Align focus visuals with the theme #177
  • Refactor SplitButton to use Menu #174
  • DataTable onPage event fires without sort and filter information #163
  • Ability to disable SplitButton or Menu items #161
  • Enter key should select a PickList item #156
  • Dialog in mobile view #153
  • Dropdown and MultiSelect on expand event #150

Fixed bugs:

  • Editable Dropdown loses focus #149
  • Rename select event with *-select #148
  • Dialog block UI removes page scroll #145
  • Calendar select event has no value #144
  • Calendar manual input fails #143
  • Calendar giving focus to today when disabled #141
  • optionValue and dataKey combination is broken is Select Components #90
  • DataTable column headers always receive focus #176
  • Disabled button should remove pointer cursor #175
  • Dialog visuals broken when initially displayed #167
  • Dialog animation leave does not work #166
  • rowsPerPageOptions dropdown is not coming in Paginator #159
  • Calendar today button TypeError: Cannot read property 'currentTarget' of null #158
  • Row edit save not working properly in data table #151

1.0.0 (2020-01-13)

Full Changelog

Implemented New Features and Enhancements:

  • New Component: ColorPicker #139
  • Enhance Dialog Positioning #136

Fixed bugs:

  • Error: Do not access Object.prototype method #138
  • The slot #empty of DataTable not working #137
  • Sidebar showCloseIcon not working #135
  • Error with calendar year navigator #134

1.0.0-rc.6 (2019-12-30)

Full Changelog

Fixed bugs:

  • Keydown causes sort on sortable header #130

1.0.0-rc.5 (2019-12-30)

Full Changelog

Implemented New Features and Enhancements:

  • TimePicker buttons should trap focus #128

Fixed bugs:

  • RadioButton throws error #129

1.0.0-rc.4 (2019-12-30)

Full Changelog

Implemented New Features and Enhancements:

  • Inplace focus visuals not themed #123
  • New Component: Tooltip #122
  • Keyboard accessibility for Calendar #109
  • Enhance ARIA roles and attributes for the components #108

Fixed bugs:

  • Error in datatable keyboard navigation #127
  • Scroll+Paginator fails #126

1.0.0-rc.3 (2019-12-23)

Full Changelog

Fixed bugs:

  • DataView Grid should have nogutter #121
  • Menu should prevent default action when there is none #120
  • Range slider goes out of bounds #119

1.0.0-rc.2 (2019-12-20)

Full Changelog

Implemented New Features and Enhancements:

  • Add p-placeholder class to Multiselect label #111

Fixed bugs:

  • ContextMenu fails in global mode #118
  • ProgressBar showValue prop is ignored #117
  • Calendar icon button submitting form #114
  • Message icon correction #112
  • Disabled Dropdown still picking values #110
  • Calendar clear button does not reset the input field #107

1.0.0-rc.1 (2019-12-10)

Full Changelog

Implemented New Features and Enhancements:

  • New Component: Steps #103
  • New Component: PanelMenu #102
  • New Component: ContextMenu #101
  • New Component: MegaMenu #100
  • New Component: TabMenu #99
  • New Component: Menubar #98
  • New Component: TieredMenu #97
  • New Component: Breadcrumb #96
  • Add default focus on searchable dropdowns #95
  • Nuxt integration #86

Fixed bugs:

  • Paginator should go to last page if current page has no data #106
  • TreeNode is not toggled with left and right arrow keys #105
  • Dialog is not modal when v-if used #94
  • DataTable rowClick returns a dom event with no data property #91

1.0.0-beta.14 (2019-11-20)

Full Changelog

Implemented New Features and Enhancements:

  • Scrollable DataTable #87
  • Add p-placeholder to Dropdown label #84
  • Add row-click event to Table #82

1.0.0-beta.13 (2019-11-01)

Full Changelog

Implemented New Features and Enhancements:

  • Ability to style certain rows and cells in Table #81
  • Menu Component a11y issue #78
  • Modal dialog not blocking background #77

Fixed bugs:

  • Modal dialog is not destroyed properly #80

1.0.0-beta.12 (2019-10-22)

Full Changelog

Implemented New Features and Enhancements:

  • New Carousel Component #73
  • Expandable Rows for DataTable #72
  • TableState for DataTable #68
  • Row Grouping for DataTable #65

Fixed bugs:

  • Time buttons select a date on mouseout event on Calendar with showTime property #75
  • Clicking column header resets paginator #74
  • Calendar.vue: "close on blur" not working properly #71

1.0.0-beta.11 (2019-10-18)

Full Changelog

Implemented New Features and Enhancements:

  • Row Reordering with DragDrop #69
  • Improve component styles on Luna and Nova Themes #66
  • Column Reordering with DragDrop #64
  • ColumnGroups for DataTable #63

Fixed bugs:

  • Accordion and TabView do not sync children changes #67
  • Accordion and TabView create empty tabs #59

1.0.0-beta.10 (2019-10-15)

Full Changelog

Implemented New Features and Enhancements:

  • New Component: Carousel #61

Fixed bugs:

  • Menu and OverlayPanel target position miscalculated #62
  • Dataview paginator gets out of sync #60

1.0.0-beta.9 (2019-10-01)

Full Changelog

Implemented New Features and Enhancements:

  • Remove empty spaces with Lint #58
  • Reimplement Accordion with Templating #56
  • Reimplement TabView with Templating #51

Fixed bugs:

  • MultiSelect filter cannot be turned off #57
  • DataTable sortField cannot be synced #55
  • Duplicate key issue in menu component #52
  • Calendar.vue: when the value is updated, the component partially updates itself #47
  • MultiSelect.vue: error on onToggleAll and bad default placeholder #45
  • Calendar clear button does not reset the input field #42
  • Time does not stop spinning in Calendar #40

1.0.0-beta.8 (2019-08-21)

Full Changelog

Fixed bugs:

  • Cannot delete date from calendar once it's selected #38
  • Dropdown click icon gives error on Firefox #37
  • TreeTable single sort broken #35
  • TreeTable highlights unsorted columns #34
  • InputMask pressing enter #33
  • Column component registration fails with Typescript #29

1.0.0-beta.7 (2019-08-15)

Full Changelog

Implemented New Features and Enhancements:

  • New Component: TreeTable #31
  • Resizable Columns for DataTable #30
  • New Component: InputMask #26

1.0.0-beta.6 (2019-08-05)

Full Changelog

Implemented New Features and Enhancements:

  • New Component: Tree #28

1.0.0-beta.5 (2019-07-29)

Full Changelog

Implemented New Features and Enhancements:

  • New Component: DataTable #23
  • Convert emptyMessage to a template for DataView #10
  • Auto z-index layering for Toast #9
  • Reset DataTable page after sort #27
  • New Component: ProgressSpinner #24
  • New Component: DeferredContent #20
  • New Component: Inplace #19
  • New Component: PickList #18
  • New Component: OrderList #17
  • New Component: OrganizationChart #16

Fixed bugs:

  • Calendar today button throws an error #22
  • DataView paginator is always displayed #21
  • Dropdown ignores false or 0 values #11

1.0.0-beta.3 (2019-05-30)

Full Changelog

1.0.0-beta.2 (2019-05-28)

Full Changelog

1.0.0-beta.1 (2019-05-27)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator