diff --git a/.changeset/early-buses-raise.md b/.changeset/early-buses-raise.md deleted file mode 100644 index 1d93b57d..00000000 --- a/.changeset/early-buses-raise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': patch ---- - -remove `AppShell` from `FoldableColumnLayout` diff --git a/.changeset/eight-poems-arrive.md b/.changeset/eight-poems-arrive.md deleted file mode 100644 index ee58921a..00000000 --- a/.changeset/eight-poems-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Upsate `Sidebar` and `CollapseButton` to be compatible with routing links diff --git a/.changeset/fifty-worms-swim.md b/.changeset/fifty-worms-swim.md deleted file mode 100644 index b733a891..00000000 --- a/.changeset/fifty-worms-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Moved part of `HeaderSearch` into new `SearchBar` component, added leftSection to `SearchBar` diff --git a/.changeset/giant-moles-tickle.md b/.changeset/giant-moles-tickle.md deleted file mode 100644 index 06d39968..00000000 --- a/.changeset/giant-moles-tickle.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@smile/react-front-kit-shared': minor -'@smile/react-front-kit': patch ---- - -Use `Paper` for `InfoCard`, update test page and refactor `Pagination` `itemsPerPage` prop diff --git a/.changeset/nervous-foxes-think.md b/.changeset/nervous-foxes-think.md deleted file mode 100644 index 77c4bc0f..00000000 --- a/.changeset/nervous-foxes-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Added `SwitchableView` component with SegmentedControl diff --git a/.changeset/quiet-wolves-relate.md b/.changeset/quiet-wolves-relate.md deleted file mode 100644 index f976a23c..00000000 --- a/.changeset/quiet-wolves-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit-table': minor ---- - -Include `Pagination` component inside `Table` component. diff --git a/.changeset/silent-baboons-talk.md b/.changeset/silent-baboons-talk.md deleted file mode 100644 index a7648667..00000000 --- a/.changeset/silent-baboons-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Add DocumentCard Component diff --git a/.changeset/six-onions-press.md b/.changeset/six-onions-press.md deleted file mode 100644 index 950db424..00000000 --- a/.changeset/six-onions-press.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Added `SearchResults` example page, modified `Pagination`, `SearchBar`, `Header` -and `FoldableColumnLayout` components to accommodate needs of search page diff --git a/.changeset/young-drinks-smell.md b/.changeset/young-drinks-smell.md deleted file mode 100644 index 5122eb35..00000000 --- a/.changeset/young-drinks-smell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@smile/react-front-kit': minor ---- - -Add thumbnail component and his defaultImage.jpg diff --git a/packages/react-front-kit-dropzone/CHANGELOG.md b/packages/react-front-kit-dropzone/CHANGELOG.md index e58f806b..a3dd377d 100644 --- a/packages/react-front-kit-dropzone/CHANGELOG.md +++ b/packages/react-front-kit-dropzone/CHANGELOG.md @@ -1,9 +1,17 @@ # @smile/react-front-kit-dropzone -## 0.0.3 +## 0.4.0 + +### Patch Changes + +- Updated dependencies [[`0caaaf8`](https://github.com/Smile-SA/react-front-kit/commit/0caaaf86de2ef60a210541415ea32e2af103dad4), [`9e64dde`](https://github.com/Smile-SA/react-front-kit/commit/9e64dde39e037bee540207502e5a7dcb68c11925), [`0941a7e`](https://github.com/Smile-SA/react-front-kit/commit/0941a7e175aba0575600fa53552b0edea3464c93), [`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff), [`2be34ea`](https://github.com/Smile-SA/react-front-kit/commit/2be34ea62b9128e6e451f2fc77a9bc05d2567210), [`5e00f26`](https://github.com/Smile-SA/react-front-kit/commit/5e00f2623115017f19cd4058310ac00fca5f3b17), [`0e4c83a`](https://github.com/Smile-SA/react-front-kit/commit/0e4c83a33bc17b0a0e28897076ee8dd78ed06368), [`4df79a0`](https://github.com/Smile-SA/react-front-kit/commit/4df79a04be3a8a0fa00de3d3679989ca9112a035)]: + - @smile/react-front-kit@0.4.0 + - @smile/react-front-kit-shared@0.4.0 + +## 0.3.0 ### Patch Changes - Updated dependencies [[`195cc64`](https://github.com/Smile-SA/react-front-kit/commit/195cc640d563e7630a7d99a4865c7bf97b847e09), [`9ab7be5`](https://github.com/Smile-SA/react-front-kit/commit/9ab7be5365efaa604d795b974983f1aa05eb61e4), [`48189c8`](https://github.com/Smile-SA/react-front-kit/commit/48189c80a2a1d8ee7307c3cd17feb995a3a458c4), [`ffe24fc`](https://github.com/Smile-SA/react-front-kit/commit/ffe24fc17c890206d0cf344c156ffbd90421ff65), [`0d55bcc`](https://github.com/Smile-SA/react-front-kit/commit/0d55bcc0957c9bbaeaafb7780041e0b8ba9df69b), [`83ffae5`](https://github.com/Smile-SA/react-front-kit/commit/83ffae582eebe204f6ff37558e32057aa490c255)]: - - @smile/react-front-kit@0.0.3 - - @smile/react-front-kit-shared@0.0.3 + - @smile/react-front-kit@0.3.0 + - @smile/react-front-kit-shared@0.3.0 diff --git a/packages/react-front-kit-dropzone/package.json b/packages/react-front-kit-dropzone/package.json index 5c7bbb68..de3ef955 100644 --- a/packages/react-front-kit-dropzone/package.json +++ b/packages/react-front-kit-dropzone/package.json @@ -1,6 +1,6 @@ { "name": "@smile/react-front-kit-dropzone", - "version": "0.0.3", + "version": "0.4.0", "description": "Dropzone React component library based on mantine", "license": "MIT", "homepage": "https://github.com/Smile-SA/react-front-kit", diff --git a/packages/react-front-kit-shared/CHANGELOG.md b/packages/react-front-kit-shared/CHANGELOG.md index d326bc37..f24b702c 100644 --- a/packages/react-front-kit-shared/CHANGELOG.md +++ b/packages/react-front-kit-shared/CHANGELOG.md @@ -1,3 +1,9 @@ # @smile/react-front-kit-shared -## 0.0.3 +## 0.4.0 + +### Minor Changes + +- [#53](https://github.com/Smile-SA/react-front-kit/pull/53) [`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff) Thanks [@tonai](https://github.com/tonai)! - Use `Paper` for `InfoCard`, update test page and refactor `Pagination` `itemsPerPage` prop + +## 0.3.0 diff --git a/packages/react-front-kit-shared/package.json b/packages/react-front-kit-shared/package.json index e88d3ff6..9f8649b4 100644 --- a/packages/react-front-kit-shared/package.json +++ b/packages/react-front-kit-shared/package.json @@ -1,6 +1,6 @@ { "name": "@smile/react-front-kit-shared", - "version": "0.0.3", + "version": "0.4.0", "description": "Shared elements for react-front-kit component library based on mantine", "license": "MIT", "homepage": "https://github.com/Smile-SA/react-front-kit", diff --git a/packages/react-front-kit-table/CHANGELOG.md b/packages/react-front-kit-table/CHANGELOG.md index 5c95a2ab..79de451f 100644 --- a/packages/react-front-kit-table/CHANGELOG.md +++ b/packages/react-front-kit-table/CHANGELOG.md @@ -1,9 +1,21 @@ # @smile/react-front-kit-table -## 0.0.3 +## 0.4.0 + +### Minor Changes + +- [#59](https://github.com/Smile-SA/react-front-kit/pull/59) [`2896dd5`](https://github.com/Smile-SA/react-front-kit/commit/2896dd53b7c77b8a52962b5d7f829aa233a239f3) Thanks [@tonai](https://github.com/tonai)! - Include `Pagination` component inside `Table` component. + +### Patch Changes + +- Updated dependencies [[`0caaaf8`](https://github.com/Smile-SA/react-front-kit/commit/0caaaf86de2ef60a210541415ea32e2af103dad4), [`9e64dde`](https://github.com/Smile-SA/react-front-kit/commit/9e64dde39e037bee540207502e5a7dcb68c11925), [`0941a7e`](https://github.com/Smile-SA/react-front-kit/commit/0941a7e175aba0575600fa53552b0edea3464c93), [`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff), [`2be34ea`](https://github.com/Smile-SA/react-front-kit/commit/2be34ea62b9128e6e451f2fc77a9bc05d2567210), [`5e00f26`](https://github.com/Smile-SA/react-front-kit/commit/5e00f2623115017f19cd4058310ac00fca5f3b17), [`0e4c83a`](https://github.com/Smile-SA/react-front-kit/commit/0e4c83a33bc17b0a0e28897076ee8dd78ed06368), [`4df79a0`](https://github.com/Smile-SA/react-front-kit/commit/4df79a04be3a8a0fa00de3d3679989ca9112a035)]: + - @smile/react-front-kit@0.4.0 + - @smile/react-front-kit-shared@0.4.0 + +## 0.3.0 ### Patch Changes - Updated dependencies [[`195cc64`](https://github.com/Smile-SA/react-front-kit/commit/195cc640d563e7630a7d99a4865c7bf97b847e09), [`9ab7be5`](https://github.com/Smile-SA/react-front-kit/commit/9ab7be5365efaa604d795b974983f1aa05eb61e4), [`48189c8`](https://github.com/Smile-SA/react-front-kit/commit/48189c80a2a1d8ee7307c3cd17feb995a3a458c4), [`ffe24fc`](https://github.com/Smile-SA/react-front-kit/commit/ffe24fc17c890206d0cf344c156ffbd90421ff65), [`0d55bcc`](https://github.com/Smile-SA/react-front-kit/commit/0d55bcc0957c9bbaeaafb7780041e0b8ba9df69b), [`83ffae5`](https://github.com/Smile-SA/react-front-kit/commit/83ffae582eebe204f6ff37558e32057aa490c255)]: - - @smile/react-front-kit@0.0.3 - - @smile/react-front-kit-shared@0.0.3 + - @smile/react-front-kit@0.3.0 + - @smile/react-front-kit-shared@0.3.0 diff --git a/packages/react-front-kit-table/package.json b/packages/react-front-kit-table/package.json index bd0c24e6..866db77a 100644 --- a/packages/react-front-kit-table/package.json +++ b/packages/react-front-kit-table/package.json @@ -1,6 +1,6 @@ { "name": "@smile/react-front-kit-table", - "version": "0.0.3", + "version": "0.4.0", "description": "Table React component library based on mantine", "license": "MIT", "homepage": "https://github.com/Smile-SA/react-front-kit", diff --git a/packages/react-front-kit/CHANGELOG.md b/packages/react-front-kit/CHANGELOG.md index 20eb4620..06713991 100644 --- a/packages/react-front-kit/CHANGELOG.md +++ b/packages/react-front-kit/CHANGELOG.md @@ -1,6 +1,32 @@ # @smile/react-front-kit -## 0.0.3 +## 0.4.0 + +### Minor Changes + +- [#51](https://github.com/Smile-SA/react-front-kit/pull/51) [`9e64dde`](https://github.com/Smile-SA/react-front-kit/commit/9e64dde39e037bee540207502e5a7dcb68c11925) Thanks [@tonai](https://github.com/tonai)! - Upsate `Sidebar` and `CollapseButton` to be compatible with routing links + +- [#50](https://github.com/Smile-SA/react-front-kit/pull/50) [`0941a7e`](https://github.com/Smile-SA/react-front-kit/commit/0941a7e175aba0575600fa53552b0edea3464c93) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Moved part of `HeaderSearch` into new `SearchBar` component, added leftSection to `SearchBar` + +- [#56](https://github.com/Smile-SA/react-front-kit/pull/56) [`2be34ea`](https://github.com/Smile-SA/react-front-kit/commit/2be34ea62b9128e6e451f2fc77a9bc05d2567210) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `SwitchableView` component with SegmentedControl + +- [#60](https://github.com/Smile-SA/react-front-kit/pull/60) [`5e00f26`](https://github.com/Smile-SA/react-front-kit/commit/5e00f2623115017f19cd4058310ac00fca5f3b17) Thanks [@vapersmile](https://github.com/vapersmile)! - Add DocumentCard Component + +- [#54](https://github.com/Smile-SA/react-front-kit/pull/54) [`0e4c83a`](https://github.com/Smile-SA/react-front-kit/commit/0e4c83a33bc17b0a0e28897076ee8dd78ed06368) Thanks [@QuentinLeCaignec](https://github.com/QuentinLeCaignec)! - Added `SearchResults` example page, modified `Pagination`, `SearchBar`, `Header` + and `FoldableColumnLayout` components to accommodate needs of search page + +- [#58](https://github.com/Smile-SA/react-front-kit/pull/58) [`4df79a0`](https://github.com/Smile-SA/react-front-kit/commit/4df79a04be3a8a0fa00de3d3679989ca9112a035) Thanks [@vapersmile](https://github.com/vapersmile)! - Add thumbnail component and his defaultImage.jpg + +### Patch Changes + +- [#55](https://github.com/Smile-SA/react-front-kit/pull/55) [`0caaaf8`](https://github.com/Smile-SA/react-front-kit/commit/0caaaf86de2ef60a210541415ea32e2af103dad4) Thanks [@tonai](https://github.com/tonai)! - remove `AppShell` from `FoldableColumnLayout` + +- [#53](https://github.com/Smile-SA/react-front-kit/pull/53) [`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff) Thanks [@tonai](https://github.com/tonai)! - Use `Paper` for `InfoCard`, update test page and refactor `Pagination` `itemsPerPage` prop + +- Updated dependencies [[`01ee3ea`](https://github.com/Smile-SA/react-front-kit/commit/01ee3ea74827cb6e3d4041b50fbab959750135ff)]: + - @smile/react-front-kit-shared@0.4.0 + +## 0.3.0 ### Minor Changes @@ -19,7 +45,7 @@ - [#38](https://github.com/Smile-SA/react-front-kit/pull/38) [`195cc64`](https://github.com/Smile-SA/react-front-kit/commit/195cc640d563e7630a7d99a4865c7bf97b847e09) Thanks [@vapersmile](https://github.com/vapersmile)! - Add BitConverter, TruncateString, Dropzone and DropzoneCard components - Updated dependencies []: - - @smile/react-front-kit-shared@0.0.3 + - @smile/react-front-kit-shared@0.3.0 ## 0.2.0 diff --git a/packages/react-front-kit/package.json b/packages/react-front-kit/package.json index 848d3293..e7641661 100644 --- a/packages/react-front-kit/package.json +++ b/packages/react-front-kit/package.json @@ -1,6 +1,6 @@ { "name": "@smile/react-front-kit", - "version": "0.0.3", + "version": "0.4.0", "description": "React component library based on mantine", "license": "MIT", "homepage": "https://github.com/Smile-SA/react-front-kit",