Releases: jerrythomas/rokkit
Releases · jerrythomas/rokkit
v1.0.0-next.100
v1.0.0-next.99
🐞 Bug Fixes
- Fixed tests which were referring to getEvents function - by @jerrythomas (095bd)
View changes on GitHub
v1.0.0-next.98
🐞 Bug Fixes
- Switch to using the app icon set instead of local file set in the learn site - by @jerrythomas (4deac)
View changes on GitHub
v1.0.0-next.97
🚀 Features
- Clean up code and add tests to improve coverage - by @jerrythomas (579f3)
- Added mx-auto for i within icon - by @jerrythomas (9aaae)
- Renamed getType to typeOf and it assumes type is string for undefined and nulls - by @jerrythomas (3502e)
- Switched to using typeOf from @rokkit/data and cleaned up tests - by @jerrythomas (bc64c)
- Modified ItemWrapper to exclude index attribute being passed to item - by @jerrythomas (920e2)
- Added a registry store to contain various components - by @jerrythomas (1f2dd)
- Added tests for TableCell, modified accordion and list to use ListItems component - by @jerrythomas (861ca)
🐞 Bug Fixes
- Remove unused imports, variables and correct missing imports - by @jerrythomas (cb257)
- Resolve issue #39 - by @jerrythomas in #39 (80a2d)
- Fixed tests which were referring to getEvents function - by @jerrythomas (b7ab0)
View changes on GitHub
v1.0.0-next.96
🚀 Features
- Added an overlay level for 900 shade and included default json files in published library - by @jerrythomas (fbcc1)
- Separated alert styles into separate file - by @jerrythomas (b26d2)
- Updated the readme for getting started using the quick start template - by @jerrythomas (ecec5)
View changes on GitHub
v1.0.0-next.95
🚀 Features
- Working modular prototype for traversing list, tree and grid, including support for drag and drop - by @jerrythomas (7ad9a)
- Added support for handling nested structure for expand/collapse in the view store - by @jerrythomas (7e2ff)
- Added styles for alerts - by @jerrythomas (59ccc)
- Added class attribute for Alerts - by @jerrythomas (45c14)
- Included phone input type - by @jerrythomas (adae6)
- Added a new store to manage various actions on data views - by @jerrythomas (4501a)
- Added a new traversable action which uses the new view store for actions - by @jerrythomas (cbd88)
🐞 Bug Fixes
- Resolve issue with lockfile and run formatter - by @jerrythomas (40815)
- Resolve issue #18 - by @jerrythomas in #18 (8685a)
- Resolve issue #19 - by @jerrythomas in #19 (26534)
- Resolve issue #20 - by @jerrythomas in #20 (62c3c)
- Resolve issue #21 - by @jerrythomas in #21 (0573c)
- Resolve issue #22 - by @jerrythomas in #22 (96a3e)
- Resolve issue #23 - by @jerrythomas in #23 (9da0c)
- Resolve issue #24 - by @jerrythomas in #24 (f6582)
- Cleanup duplicate fixture values - by @jerrythomas (2d892)
- Cleanup duplicate fixture values - by @jerrythomas (d9253)
- Reduce complexity of getRenderer, and ensure that types are included indist/index.d.ts - by @jerrythomas (0711d)
- Modify import so that types are included - by @jerrythomas (f40a2)
- Resolve type exports in different packages - by @jerrythomas (8207c)
- Modify mutable exports to const - by @jerrythomas (b8e7b)
- Simplify deriveNestedSchema and add jsdoc comments for functions in nested.js - by @jerrythomas (2af32)
- Resolve async function without any await expressions - by @jerrythomas (41316)
- Resolve #26 Use const declarations for variables that are never reassigned - by @jerrythomas in #26 (ea09d)
- Resolev #27 (JS-0246) Require template literals instead of string concatenation - by @jerrythomas in #27 (a7521)
- Resolve #28 - by @jerrythomas in #28 (3fa75)
- Resolve #29 - by @jerrythomas in #29 (d2d51)
- Resolve #29 - by @jerrythomas in #29 (81f20)
- Resolve #30 - by @jerrythomas in #30 (23754)
- Add skipcq comment to ignore intentional wildcard imports - by @jerrythomas (45cca)
- Add skipcq comment to ignore intentional wildcard imports - by @jerrythomas (fe763)
- Update readme to include packages not mentioned - by @jerrythomas (2c676)
- Corrected the InputTel component to use tel type instead of url type - by @jerrythomas (3fcd5)
View changes on GitHub
v1.0.0-next.94
🚀 Features
- Added data package for handling data operations - by @jerrythomas (72e31)
- Modified table to use dataview and support formatted text - by @jerrythomas (6fd1e)
View changes on GitHub
v1.0.0-next.93
🚀 Features
- Hide code toggle button on small screens - by @jerrythomas (f460c)
🐞 Bug Fixes
- Updated table styles for scrollable content - by @jerrythomas (66ca2)
- Restructured colors and deriveColumnMetadata for maintainability - by @jerrythomas (ba6d0)
- Restructured palette, patterns and symbol defaults for maintainability - by @jerrythomas (7b5b5)
- Modified switchable action reusing internal functions - by @jerrythomas (18da2)
- Modularized themeRules - by @jerrythomas (d90e1)
- Move colors to json files - by @jerrythomas (b4119)
- Remove duplications in chart function - by @jerrythomas (0aea5)
- Added background color for sidebar - by @jerrythomas (82c9f)
View changes on GitHub
v1.0.0-next.92
🐞 Bug Fixes
- TreeTable component broke due to usage of table styles. - by @jerrythomas (033e2)
View changes on GitHub
v1.0.0-next.91
🚀 Features
- Experimenting with new table component - by @jerrythomas (9a05c)
- Updated theme for table, restructuring themes using component/component groups - by @jerrythomas (d70c3)
- Added a minimal style for toggle - by @jerrythomas (6d11d)
- Added carousel component - by @jerrythomas (bfb68)
- Added formatters and a function to derive column metadata from an array of objects - by @jerrythomas (be051)