Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tabster

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tabster - npm Package Versions

1
16

1.3.0

Diff

Changelog

Source

v1.3.0

11 April 2022

uifabricteam
published 1.3.0-canary.3 •

Changelog

Source

v1.3.0-canary.3

16 March 2022

  • Release 1.3.0-canary.3 9397dde
  • Ensure branch is up to date after checkout df2f665
  • Fix syntax error in release pipeline 870b902
uifabricteam
published 1.3.0-canary.2 •

Changelog

Source

v1.3.0-canary.2

16 March 2022

  • Release pipeline on ADO #120
  • Update azure-pipelines.yml for Azure Pipelines 5c5f07c
  • Release 1.3.0-canary.2 c1769b7
  • Add NPM_TOKEN to release pipeline faaee50
uifabricteam
published 1.3.0-canary.1 •

Changelog

Source

v1.3.0-canary.1

16 March 2022

uifabricteam
published 1.3.0-canary.0 •

Changelog

Source

v1.3.0-canary.0

16 March 2022

mshoho
published 1.2.2 •

Changelog

Source

v1.2.2

18 February 2022

  • (fix) Avoiding dispose race condition. #118
  • Release 1.2.2 5e075c4
mshoho
published 1.2.1 •

Changelog

Source

v1.2.1

18 February 2022

  • (fix) Stop observing before the dummy inputs disposal. #117
  • Release 1.2.1 fd85c2f
mshoho
published 1.2.0 •

Changelog

Source

v1.2.0

17 February 2022

  • (feat) Option to exclude part of the DOM from Mover. #116
  • Fixing the warning caused by missing await. #115
  • (chore) Fixing the flaky test. #114
  • Bumping the deps. #113
  • (feat) Allowing to enable dummy inputs on root in uncontrolled mode. #112
  • chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 #110
  • fix: Handling Mover/Groupper/Mover scenario. #107
  • Allowing default action to Tab inside <webview>. #108
  • chore: remove unused packages #106
  • Fixing the links. #105
  • More docs #104
  • Fix/docs deploy #103
  • fix: docs deploy #102
  • fix: remove postinstall script to fix package installation #101
  • 1.1.0- IE11 EOL #97
  • Initial step for the docs #100
  • chore: refactor create functions to be functions not variables #99
  • chore: Add bundle size tests for each API separately #98
  • chore(CrossOrigin): Refactor static variables to be a static function #96
  • Flatten project roots using TS project references #92
  • Fix some easy lint issues #93
  • Restructure project to use rollup instead of tsdx #87
  • Fix: use tabster.esm.js as entry point for bundle-size config #90
  • chore: Replace ts-jest with babel-jest #88
  • Adds bundle-size tooling #84
  • fix(Modalizer): Only apply keydown listener in uncontrolled mode #85
  • Adds lockfile and nvmrc to ensure node and npm version #82
  • fix: storybook publish CI #81
  • chore: Move core to repo root and replace tslint with eslint and #80
  • chore: Add testing container to core storybook #79
  • chore: Remove example and demo projects #78
  • chore(storybook): Adds @storybook/html to core #76
  • Moves keyborg code into /core and removes keyborg package #75
  • fix(keyboardNavigationState): use nativeFocus when simulating keyboard #73
  • fix(tests): Add retries to connect to test container #74
  • chore: add tslib to deps #72
  • fix: keep process.env.NODE_ENV check for test environment #71
  • Mutation observer should not be used in test environment #70
  • Adding focus/blur events to the root API. #69
  • fix(DummyInputManager): Mutation observer should be on declared element #67
  • fix(ci): use Node 14 #66
  • implement code path with dummy inputs #64
  • changes tsconfig path #65
  • chore(Mover): MoverAPI now handles updateVisible #63
  • Internal API to toggle mutation observer. #61
  • Groupper adjustments. #60
  • Fixing an uncontrolled in groupper corner case. #59
  • Groupper fix #58
  • fix(Groupper): Fixing some unlimited grouppers scenarios. #57
  • fix(ObservedElement): Fixing requestFocus() for elements which are already in DOM, but not focusable yet. #56
  • API cleanup part deux. #54
  • Massive API cleanup. #53
  • Cancellable request focus #52
  • fix(FocusedElement): Making sure the correct elements are focused when tabbing to/from movers and grouppers. #51
  • fix(Modalizer): Restore focus asynchronously #50
  • fix(Uncontrolled): Fixing several corner cases. #49
  • Mover groupper refactoring #41
  • Disabling dummy inputs tabbability when the uncontrolled element has focus. #48
  • fix(ObservedElement): allow programmatically focusable on update #47
  • feat(uncontrolled): UncontrolledAPI #45
  • fix(requestFocus): Should focus tabindex=-1 #44
  • feat(version): Embed the version of the package in each tabster instance #43
  • fix(Core): Various small fixes #42
  • fix(Focusable): Use default Tab behaviour for iframes #40
  • fix(Modalizer+Deloser): Check if already focused #38
  • chore(Tests): Add initial tests for tabster #37
  • Accessible option for waiting observed element. #35
  • fix(examples): Add prepare phase to examples #36
  • chore(tests): Create test container app, fix deloser tests #34
  • Merging 0.7.0 changes to master #32
  • FocusedElement: capture keydown listener #25
  • chore: add "sideEffects": false to enable tree shaking #24
  • Cleanup typing for getTabsterAttribute #23
  • RTL awareness for tabster context and arrow keys #19
  • chore: update Storybook deployment to Github pages #22
  • Removes pre-push hooks #20
  • chore: add Storybook deployment to Github pages #21
  • chore: fix commands in GH action & fix run on Windows #18
  • chore: introduce GH actions #17
  • Add pre-push hook to build repo #15
  • Shared lint rules and pre-commit hook #14
  • Add extra configuration to mover #11
  • Focusable can optioanlly ignore aria-disabled #12
  • Handle shift+tab nested movers #10
  • Add keyboard navigation state example #9
  • Add popup content example with modalizer #8
  • Fix modalizer examples add additional logging #7
  • Introduce storybook for repo #6
  • Add findAll to Focusable API #3
  • Support Home/End keys for Mover #2
  • Encourage single AH instance on window #4
  • Support cyclic mover navigation #1
  • fix(Modalizer): Only apply keydown listener in uncontrolled mode (#85) #77
  • Initial commit. f81e916
  • Massively refactoring... 2af6a20
  • Focus groups work in progress. bd766ab
mshoho
published 1.1.2 •

Changelog

Source

v1.1.2

2 February 2022

  • fix: Handling Mover/Groupper/Mover scenario. #107
  • Allowing default action to Tab inside <webview>. #108
  • chore: remove unused packages #106
  • Fixing the links. #105
  • More docs #104
  • Fix/docs deploy #103
  • fix: docs deploy #102
  • fix: remove postinstall script to fix package installation #101
  • 1.1.0- IE11 EOL #97
  • Initial step for the docs #100
  • chore: refactor create functions to be functions not variables #99
  • chore: Add bundle size tests for each API separately #98
  • chore(CrossOrigin): Refactor static variables to be a static function #96
  • Flatten project roots using TS project references #92
  • Fix some easy lint issues #93
  • Restructure project to use rollup instead of tsdx #87
  • Fix: use tabster.esm.js as entry point for bundle-size config #90
  • chore: Replace ts-jest with babel-jest #88
  • Adds bundle-size tooling #84
  • fix(Modalizer): Only apply keydown listener in uncontrolled mode #85
  • Adds lockfile and nvmrc to ensure node and npm version #82
  • fix: storybook publish CI #81
  • chore: Move core to repo root and replace tslint with eslint and #80
  • chore: Add testing container to core storybook #79
  • chore: Remove example and demo projects #78
  • chore(storybook): Adds @storybook/html to core #76
  • Moves keyborg code into /core and removes keyborg package #75
  • fix(keyboardNavigationState): use nativeFocus when simulating keyboard #73
  • fix(tests): Add retries to connect to test container #74
  • chore: add tslib to deps #72
  • fix: keep process.env.NODE_ENV check for test environment #71
  • Mutation observer should not be used in test environment #70
  • Adding focus/blur events to the root API. #69
  • fix(DummyInputManager): Mutation observer should be on declared element #67
  • fix(ci): use Node 14 #66
  • implement code path with dummy inputs #64
  • changes tsconfig path #65
  • chore(Mover): MoverAPI now handles updateVisible #63
  • Internal API to toggle mutation observer. #61
  • Groupper adjustments. #60
  • Fixing an uncontrolled in groupper corner case. #59
  • Groupper fix #58
  • fix(Groupper): Fixing some unlimited grouppers scenarios. #57
  • fix(ObservedElement): Fixing requestFocus() for elements which are already in DOM, but not focusable yet. #56
  • API cleanup part deux. #54
  • Massive API cleanup. #53
  • Cancellable request focus #52
  • fix(FocusedElement): Making sure the correct elements are focused when tabbing to/from movers and grouppers. #51
  • fix(Modalizer): Restore focus asynchronously #50
  • fix(Uncontrolled): Fixing several corner cases. #49
  • Mover groupper refactoring #41
  • Disabling dummy inputs tabbability when the uncontrolled element has focus. #48
  • fix(ObservedElement): allow programmatically focusable on update #47
  • feat(uncontrolled): UncontrolledAPI #45
  • fix(requestFocus): Should focus tabindex=-1 #44
  • feat(version): Embed the version of the package in each tabster instance #43
  • fix(Core): Various small fixes #42
  • fix(Focusable): Use default Tab behaviour for iframes #40
  • fix(Modalizer+Deloser): Check if already focused #38
  • chore(Tests): Add initial tests for tabster #37
  • Accessible option for waiting observed element. #35
  • fix(examples): Add prepare phase to examples #36
  • chore(tests): Create test container app, fix deloser tests #34
  • Merging 0.7.0 changes to master #32
  • FocusedElement: capture keydown listener #25
  • chore: add "sideEffects": false to enable tree shaking #24
  • Cleanup typing for getTabsterAttribute #23
  • RTL awareness for tabster context and arrow keys #19
  • chore: update Storybook deployment to Github pages #22
  • Removes pre-push hooks #20
  • chore: add Storybook deployment to Github pages #21
  • chore: fix commands in GH action & fix run on Windows #18
  • chore: introduce GH actions #17
  • Add pre-push hook to build repo #15
  • Shared lint rules and pre-commit hook #14
  • Add extra configuration to mover #11
  • Focusable can optioanlly ignore aria-disabled #12
  • Handle shift+tab nested movers #10
  • Add keyboard navigation state example #9
  • Add popup content example with modalizer #8
  • Fix modalizer examples add additional logging #7
  • Introduce storybook for repo #6
  • Add findAll to Focusable API #3
  • Support Home/End keys for Mover #2
  • Encourage single AH instance on window #4
  • Support cyclic mover navigation #1
  • fix(Modalizer): Only apply keydown listener in uncontrolled mode (#85) #77
  • Global rename. bdd920e
  • fixes d1ffd1a
  • No global variables. 7539cba
ling1726
published 1.1.1 •

Changelog

Source

1.1.1

16 March 2022

  • 1.1.0- IE11 EOL #11
  • Restrcuture bundle tools to use rollup instrad of tsdx #9
  • Adds @fluentui/bundle-size tool #8
  • chore: remove unused packages #6
  • Adds lockfile #7
  • Update README.md #4
  • Create ci.yml #5
  • Initialize README #3
  • fix: Use current version in package.json #2
  • init(keyborg): Moves keyborg code from tabster repo #1
  • add release-it 18d2c7e
  • Initial commit a9daeca
  • Add azure devops release pipeline 36ce4f1
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc