Releases: jerrythomas/rokkit
Releases · jerrythomas/rokkit
v1.0.0-next.49
v1.0.0-next.48
🚀 Features
- Exposed DataEditor component via organisms - by @jerrythomas (1b4c7)
View changes on GitHub
v1.0.0-next.47
🚀 Features
- Switched component for enum input in forms and modified theme for select - by @jerrythomas (5ceaf)
🐞 Bug Fixes
- Resolve issue with stores package that was preventing publish - by @jerrythomas (d2ed4)
View changes on GitHub
v1.0.0-next.46
No significant changes
View changes on GitHub
v1.0.0-next.45
🚀 Features
- Added a store to manage movement and selection in a list - by @jerrythomas (f8529)
- Added subset start, end to the list navigator store - by @jerrythomas (a6160)
- Modified to avoid unnecessary updates to store - by @jerrythomas (b91ec)
- Action to delegate key events to child, resizer utility to handle visible counts and sizes for virtual list - by @jerrythomas (0836e)
- Updated mock node to support spy for querySelectorAll and querySelector - by @jerrythomas (5a7f7)
- Started a new approach to scrollable action for virtual list - by @jerrythomas (7aa5a)
- Set default value for fields in findItemByValue function - by @jerrythomas (5e5c9)
- Added utility functions for navigating a nested mapped list - by @jerrythomas (e15e0)
- Added function to change start by offset - by @jerrythomas (bb98a)
- Updated theme for virtual list - by @jerrythomas (ae827)
- Template structure for virtual list and virtual select - by @jerrythomas (bf246)
- Added functions to handle current index in virtual list manager - by @jerrythomas (e69c9)
- Moved size management for virtual list into separate class. - by @jerrythomas (5ff9b)
- Added additional support for scroll event in scrollable action - by @jerrythomas (f68e2)
- Added keyboard navigation support in scrollable action. - by @jerrythomas (a6aef)
- Refactored scrollable action to use new ViewPort and subclasses. - by @jerrythomas (3593a)
- Rewrote the viewport using stores and removed the classes - by @jerrythomas (1a33d)
- Updated Virtual List component to use the virtual list store - by @jerrythomas (acd51)
- Updated virtual list theme - by @jerrythomas (bc166)
- Added mock generator for variable sized items - by @jerrythomas (9c6c4)
- Updated wip to test virtual list - by @jerrythomas (d4fc4)
- Corrected test for VirtualList - by @jerrythomas (cfcf7)
🐞 Bug Fixes
- Remove last identified duplication - by @jerrythomas (597f1)
- Reduce complexity of event-manager - by @jerrythomas (c8b6c)
- Revert unnecessary separation into common function. readability is better with separate functions. - by @jerrythomas (b2092)
- Replaced too many returns with a variable - by @jerrythomas (61644)
- Find item before, or after should fetch first item when current position is undefined - by @jerrythomas (262fa)
- Theme css files were missing from the themes package after build - by @jerrythomas (e3219)
View changes on GitHub
v1.0.0-next.44
🐞 Bug Fixes
- Resolved bugs introduced by change in approach for DropDown - by @jerrythomas (b7692)
View changes on GitHub
v1.0.0-next.43
🐞 Bug Fixes
- Resolved issue with dropdown and select caused by css refactor - by @jerrythomas (0f13c)
View changes on GitHub
v1.0.0-next.42
No significant changes
View changes on GitHub
v1.0.0-next.41
🐞 Bug Fixes
- Resolved an issue with package build and updated navigator to use a common function - by @jerrythomas (d374d)
View changes on GitHub
v1.0.0-next.40
🚀 Features
- Added some common utility functions for finding items in a nested array - by @jerrythomas (338c6)
- Modified simulator for swipe using mouse or touch - by @jerrythomas (02212)
- Added utility functions to be used internally. Added an event manager class to handle registery and cleanup of event listeners. - by @jerrythomas (6c3da)
- Added utility functions to traverse a nested list - by @jerrythomas (df027)
- Added utility functions to traverse mapped list and a wrapper function class mappedList to simplify usage - by @jerrythomas (c5764)
- Updated validation method and message for checking if handlers are being managed properly. - by @jerrythomas (e676c)
- Added a function to fetch attribute from item, updated find by value to support finding value based on attribute - by @jerrythomas (fc7ba)
- Started on an alternative approach to handle nested navigation - by @jerrythomas (cf0bd)
- Cleaned up and restructured the styles for base and rokkit. Made horizontal layour responsive, minor corrections to select and dropdown. - by @jerrythomas (7cf8c)
- Stop propagation of click events - by @jerrythomas (7fec7)
- Removed active class and relly on aria-selected instead - by @jerrythomas (fa4c7)
- Used icon in DropDown, modified InputSwitch to use value, removed a class in Select - by @jerrythomas (c974e)
- Updated the readme and example for input variants - by @jerrythomas (8fd92)
🐞 Bug Fixes
- Simplify the mock and validator code - by @jerrythomas (2e532)
- Simplify code for validator and persistable stores - by @jerrythomas (04614)
- Corrected an issue with the navigator action, which caused Switch component to fail. Also added a test to verify this in Switch component. - by @jerrythomas (6aa81)