Skip to content

Latest commit

 

History

History
304 lines (164 loc) · 18.1 KB

File metadata and controls

304 lines (164 loc) · 18.1 KB

Changelog

This file was generated using @jscutlery/semver.

0.0.27 (2024-12-31)

Features

  • mui: expose index from CrudContentView renderItemView (b465dbd)

Bug Fixes

  • do not paginate to first page when page size changed on component level (ff94c8d)

0.0.26 (2024-09-05)

Features

  • handle pagination ui state on pagingProps (1dd0319)

0.0.25 (2024-09-03)

Features

  • mui: expose row index for column render (43f2848)
  • mui: expose valign for actionColumnProps & fix border style (61064e0)

0.0.24 (2024-09-03)

Features

  • mui: support valign on column & valign for checkbox (8e308df)

0.0.23 (2024-09-03)

Features

  • mui: add valign to table row (b1cc220)
  • mui: improve border style & add props to show/hide border (89f1199)

Bug Fixes

  • mui: server compatible pseudo-class (99251ef)

0.0.22 (2024-09-01)

0.0.21 (2024-09-01)

Features

  • mui: add column action sticky props (648e433)
  • mui: change data wrapper className for CrudContentView (1f96af1)
  • mui: default paging size max to 50 by default (782b9f0)
  • mui: handle table checkbox sticky with props (f8f8b09)
  • mui: rename tableCheckboxSticky to tableCheckboxColumnSticky (828350f)

Bug Fixes

  • mui: fix checkbox partial toggle (834f810)

0.0.20 (2024-08-30)

Features

  • mui: add disable esc & backdrop close props (3b11f1f)

0.0.19 (2024-08-22)

Features

  • core: default option key (b40a579)
  • core: update variable name (e4a9cd7)
  • mui: add more to table column & handle sticky styling & group item (709748f)
  • mui: expose custom empty & no data view for CrudTableView (d61636d)
  • mui: expose noDataView & emptyView on CrudPanelView (f926ef9)

0.0.18 (2024-07-05)

Features

  • add codecov github action workflow (f8f4b98)

Bug Fixes

  • core: handle possible null data break application (35000a2)
  • mui: fallback empty pagination rendered if custom render was null (16f400c)
  • mui: pagination rendering weight change (6d76b45)

0.0.17 (2024-04-08)

Features

  • mui: table header with group & sticky column or header (954fa63)
  • mui: typescript error (171c002)

0.0.16 (2024-03-19)

Features

  • mui: enable link per row configuration for action button (4a15849)
  • mui: expose onColumnSort for CrudTableView (ce7732a)
  • mui: expose onTableColumnSort for CrudPanelView (8cec3ae)
  • mui: improve table head column sort callback & expose to Table (9817b06)

0.0.15 (2024-03-07)

Features

  • mui: enabled action render per row capability (21e0fb3)

0.0.14 (2024-02-28)

Features

  • core: make onClick optional from CrudCommonActionNodeOptions (9c47e5d)
  • example: update example (a9e424f)
  • mui: render items as specified component from ButtonDropdown (c54e08c)
  • mui: support link for table row action button (8e994b3)
  • shortlist external package (1926c3f)

0.0.13 (2024-02-05)

Features

  • core: fallback to initial type for IfTypeAny (7519082)
  • core: improve types by adding fallback to CrudCommonActions & CrudTableItemActionProps (fcfd291)
  • mui: default table head head style (1af8e70)
  • mui: make action optional for extraActions in CrudTableItemActionProps (d641a75)
  • mui: update InferDataColumnType (72fac54)

0.0.12 (2024-01-18)

Features

  • common: add @crudx/common lib (dbb1157)
  • common: add build script & add libs to tsconfig (88fafc5)
  • common: add component, helpers & hooks to common libs (c8bfa52)
  • core: utilizing @crudx/common package (e54ec40)
  • mui: utilizing @crudx/common package (954607d)

0.0.11 (2023-12-20)

Bug Fixes

  • mui: reuse action node rendering function for custom node (d38e2a9)

0.0.10 (2023-12-20)

Features

  • mui: expose state & function of row selection on renderItemView (8001497)

Bug Fixes

  • mui: fix text customization props (08c794a)

0.0.9 (2023-12-15)

Features

  • core: update CrudSchemata get & list options type (3588e15)
  • mui: allow tooltip for custom action node, add css class name for default action node (89016d8)
  • mui: handle content margin from CrudFilterView (eecc1f4)

0.0.8 (2023-12-14)

Features

  • core: add custom request function for useApolloFileUploader hook (7951e9b)
  • core: expose internal hooks to props & context (08b1c5b)

Bug Fixes

  • fix react unique key warning (766000d)

0.0.7 (2023-12-14)

Features

  • core: add content nodes (90c873d)
  • core: add useApolloFileUploader hook (5530b92)
  • mui: absolute import & exports hooks & props from component (f0f0ff1)
  • mui: add crud types & move helpers to root of src folder (3a790c0)
  • mui: add CrudContentHeaderView component (94d6393)
  • mui: add CrudContentView component (9b8e8cb)
  • mui: add CrudRowItemActions components (a82a468)
  • mui: add enableActionColumn props to CrudPanelView (1e5ee85)
  • mui: check all items in same page for intermediate state from Table component (d76c6b1)
  • mui: implement content view for crud (7e64b2b)

Bug Fixes

  • core: absolute import (b5bf476)
  • core: page number & size should reflect follow by paging setting (fcc20d6)
  • mui: fix tooltip on item actions (e045e54)

0.0.6 (2023-12-06)

Features

  • core: expose more props to accessibility props (73bff98)

0.0.5 (2023-12-06)

Features

  • core: add extra modal handling to core (5ddc34a)
  • mui: add extra modal initialization (d080963)

Bug Fixes

  • mui: misconfigured alert option on table action item (2f19962)

0.0.4 (2023-12-06)

Features

  • core: add alert node configuration & its control, also improved types (f7d6ac3)
  • core: eliminate controllers from dialog context options (d2c1c54)
  • mui: deprecated dialogProps from useCrudTableItemAction hook (841d2ba)
  • mui: expose table item pre-selection on CrudPanelView (9f17c7f)
  • mui: implement crud alert node to CrudPanelView (225e10c)

Bug Fixes

  • core: allow dynamic values for CrudPagingQueryVariableTypes (4c827a2)
  • mui: table head border (daf91ea)

0.0.3 (2023-11-28)

Features

  • core: support react element for alert message & title (e9091cf)
  • mui: export tab state & tab change callback & add table header extra view on CrudPanelView (d6c06dc)
  • mui: rename headerViewNode to headerCustomView from CrudTableView (7d96be9)

0.0.2 (2023-11-21)

Features

  • mui: add count color customize for TabType, fallback color to default instead of error (077b5cf)
  • mui: add default chip style & unstyled props for TabView (6ac4291)
  • mui: add default style & allow customizing via props from CrudPageHeaderView (f5979c5)
  • mui: add default style for crud filter view & allow customizing via props (866e145)
  • mui: add default style for CrudTableView (26e29f0)
  • mui: add primary & secondary button variant props for Dialog component (b131c8c)
  • mui: add table row border, add border for pagination container (253ca0b)
  • mui: handle unstyled & spacing multiplier (6c9fb3e)
  • mui: style handling for CrudPanelView (9ee508d)
  • mui: table head background cover & row selected color (8d206eb)
  • mui: tooltip configuration for extra column (9ee1903)

Bug Fixes

  • mui: omit columns, handle table expand view from CrudPanelView (0d42f23)

0.0.1 (2023-11-17)

Features

  • initial commit a1767ce

0.0.1 (2023-11-17)

Features