The Changelog gives an overview of the meaningful changes we've made to codecraftkit library
as we keep driving for better performance and best-in-class developer experience.
To better understand the changelog, here are some legends we use:
- 💥 Breaking
- 🚀 Feature
- 🐛 Bug fix
- 🛠 Refactor
20-08-2021#
@codecraftkit/[email protected]
formfieldv1.1.9
- 🐛 Fix bug in formfield type number, where users couldn't add decimal number when
isString
prop was false
sidebarv1.1.7
- 🐛 Fix warning in sidebar, where key prop was misplaced in CollapseItems
@codecraftkit/sessioncontext
- 🐛 Fix bug in log out method
13-08-2021#
frontend kit
- 🚀 Most of the pages migrated to mdx format
- 🚀 Added Table of content to most of the pages
- 🚀 Updated styles guides pages
- 🚀 Updated FormField props
- 🚀 Added chart faq page
- 🛠 Access Page Removed
- 🛠 Pages Refactor
@codecraftkit/[email protected]
sidebarv1.1.5
- 🚀 added logic to allow subItems inside subItems in the menuItems list
formfieldv1.1.6
- 🚀 Added new prop
onInputChange
available for every type - 🚀 Select multiple options now open at top or bottom depending on its current position on the view
- 🐛 fix bug in select simple where value displayed is not updated when data changes
datatablev1.1.5
- 🐛 Repaired paginate bottom position when horizontal scroll is enabled
themev1.1.6
- 🚀 added new feature
rawTheme
go to config/theme to see more details
navbarv1.1.5
profile-imagev1.1.6
- 🛠 Comet dependencies removed in order to use the global Comet
@codecraftkit/[email protected]
usedatatablev1.2.6
usegetdatabyurlv1.0.5
use-comet-requestv1.1.5
usetypeaheadv1.0.5
- 🛠 Comet dependencies removed in order to use the global Comet
@codecraftkit/[email protected]
cometv2.0.1
- 🐛 Updated to create only one instance at a time, avoiding versioning bugs with other dependencies
06-08-2021#
frontend kit
- 🚀 Added changelog page
- 🚀 Added DetailsList component documentation
- 🚀 Added useNearScreen hook documentation
- 🚀 Updated useGqlMutation documentation
- 🚀 Updated props in formfield documentation
- 🚀 Updated Table documentation with new examples, example of subHeader, footer, etc..
- 🐛 Bug fix with double title in some pages
@codecraftkit/[email protected]
FormField v1.1.5
- 🚀 font size was changed to 12px
- 🚀 Type
select
simple and multiple now load items with a lazy behaviour - 🚀 Type
select
simple was rebuilt from zero with new features - 🚀 Type
select
simple now has a filter inside its items - 🚀 Type
chips
was added - 🐛 Fix bug where the formfield type text validates natively in the browser, instead of Formik validation when passing the required prop.
Table v1.1.3
- 🚀 Added subHeader and footer props
- 🚀 Added props to customize last row
- 🚀 Items load with a lazy behaviour
DetailsList v1.0.6
- 🚀 Developed details list component
@codecraftkit/[email protected]
useGqlMutation v1.1.3
- 🚀 useGqlMutation adapted to our new structure, please check its documentation
useNearScreen v1.0.3
- 🚀 Developed useNearScreen hook