Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: orneryd/uiGrid

Tags

v1.0.8

Toggle v1.0.8's commit message
fixing CI maybe

v1.0.7

Toggle v1.0.7's commit message
fix(ci): issue with package lock

rust-v1.0.6

Toggle rust-v1.0.6's commit message
fix(wasm): add wash bridge functions that are missing

v1.0.6

Toggle v1.0.6's commit message
update version to 1.0.6 and changelog

v1.0.5

Toggle v1.0.5's commit message
really fixing meta now

v1.0.4

Toggle v1.0.4's commit message
fixing version and meta

v1.0.3

Toggle v1.0.3's commit message
feat(grid): hide per-column icons and enforce enableCellEdit opt-out

- renderHeaderCell now omits the sort and group buttons when the column
  sets `sortable: false`, `enableSorting: false`, or `enableGrouping:
  false`, matching the legacy ui-grid hide pattern and the existing pin
  behavior. The buttons no longer render in a disabled state.
- VanillaGridController.beginCellEdit guards on isCellEditable so a
  column with `enableCellEdit: false` cannot be opened for edit via
  double-click, F2, Enter, printable keys, or the post-Tab/Enter
  resumeEdit hop, even when the grid sets `enableCellEdit: true`.
- Tests: add a row-edit case for the global-on / column-off path and
  refresh the keyboard-navigation suite to assert focus lands on the
  next editor input (correct resumeEdit behavior previously masked by
  the missing guard).
- Publish workflow: web suite now publishes core -> vanilla ->
  {react, angular}; react and angular jobs wait on publish-vanilla
  and poll the registry for the vanilla tarball before building.

v1.0.2

Toggle v1.0.2's commit message
fix meta for 1.0.2

v1.0.1

Toggle v1.0.1's commit message
Release v1.0.1

v1.0.0

Toggle v1.0.0's commit message
update changelog