This log was last generated on Tue, 18 Oct 2022 10:11:25 GMT and should not be manually modified.
Tue, 18 Oct 2022 10:11:25 GMT
- replace negative margin based flex gap with native flex gap
Mon, 17 Oct 2022 13:58:54 GMT
- add scroll related css rules to ContainerProps
Wed, 29 Jun 2022 11:02:48 GMT
- make minimum react version v18 and minimum chakra-ui version v2
Thu, 24 Feb 2022 13:23:30 GMT
- allow unsafe styling props, such as margins. update all deps.
- add overflow and isolation props
- implement an alternative layout system based on overflow: visible
- make flex items shrink by default
- allow all effect props in container props because they are allowed with overflow:visible based layout system
- add display names to components in dev environment
- add moblin theme slice and themeable overflow type property for Scrollable
- fix gap token values producing invalid css
- fix BoxProps types referring to a missing file
Wed, 06 Oct 2021 15:13:24 GMT
- use NODE_ENV=production during build for a proper production build
Wed, 06 Oct 2021 14:59:52 GMT
- fix kebab-case warnings coming from emotion in Scrollable, caused by wrong usage of margin css prop names
Wed, 06 Oct 2021 13:00:39 GMT
- add min/max width/height props to ContainerProps because they are as safe as width/height are
Wed, 06 Oct 2021 09:45:00 GMT
- fix the case when nullish children are ppassed to List component. nullish children are correctly filtered out and they don't render empty FlexItems anymore, causing wrong gaps.
Wed, 06 Oct 2021 09:00:36 GMT
- add grow, shrink, basis props to List which are directly passed to auto inserted FlexItem elements
Wed, 06 Oct 2021 08:39:35 GMT
- add color, positioning and typography props to ContainerProps
- add List component as a shorthand alternative to Flex
- add Box component which is an alias to a div with overflow hidden, so that users can use flow layout when they want or need
- remove leftover console.log
Tue, 05 Oct 2021 21:52:45 GMT
- fix prepare hook in package.json so that package is built correctly just before publish
Tue, 05 Oct 2021 21:48:52 GMT
- fix typings path in package.json
Tue, 05 Oct 2021 21:36:21 GMT
- replace tsdx with own tooling, because tsdx seems to be poorly maintained and has become a source of problems
- replace yarn with pnpm with better compatibility with rush and for better performance
- fix gap not respecting space tokens
Mon, 04 Oct 2021 16:01:41 GMT
- add @chakra-ui/system to peer dependencies