Skip to content

Releases: jerrythomas/rokkit

v1.0.0-next.49

26 Sep 08:13
Compare
Choose a tag to compare
v1.0.0-next.49 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-next.48

26 Sep 07:52
Compare
Choose a tag to compare
v1.0.0-next.48 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

v1.0.0-next.47

25 Sep 10:08
Compare
Choose a tag to compare
v1.0.0-next.47 Pre-release
Pre-release

   🚀 Features

  • Switched component for enum input in forms and modified theme for select  -  by @jerrythomas (5ceaf)

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-next.46

11 Sep 12:50
Compare
Choose a tag to compare
v1.0.0-next.46 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v1.0.0-next.45

11 Sep 12:41
Compare
Choose a tag to compare
v1.0.0-next.45 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-next.44

01 Aug 15:12
Compare
Choose a tag to compare
v1.0.0-next.44 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-next.43

01 Aug 14:19
Compare
Choose a tag to compare
v1.0.0-next.43 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v1.0.0-next.42

01 Aug 11:14
Compare
Choose a tag to compare
v1.0.0-next.42 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v1.0.0-next.41

01 Aug 11:03
Compare
Choose a tag to compare
v1.0.0-next.41 Pre-release
Pre-release

   🐞 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

01 Aug 10:48
Compare
Choose a tag to compare
v1.0.0-next.40 Pre-release
Pre-release

   🚀 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)
    View changes on GitHub