Skip to content

Commit a038bac

Browse files
chore(ui): release version 1.4.0
1 parent 6121765 commit a038bac

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

libs/ui/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,33 @@
22

33
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
44

5+
## [1.4.0](https://github.com/rhinobase/raftyui/compare/ui-1.3.1...ui-1.4.0) (2023-12-15)
6+
7+
8+
### Features
9+
10+
* **ui:** added new hook and minor improvements ([64b2663](https://github.com/rhinobase/raftyui/commit/64b266389f18d29c0c5cd4c7f508442020519803))
11+
* **ui:** changed pagination api ([bdc2f28](https://github.com/rhinobase/raftyui/commit/bdc2f28b43b8b77aad982309bc0d61c5f34c4358))
12+
* **ui:** exported contexts and added size prop to input-group ([2ca75fe](https://github.com/rhinobase/raftyui/commit/2ca75fe4f5e30965f935f7c2c5e0f417a9ff809a))
13+
* **web:** working on pagination component ([fe434d5](https://github.com/rhinobase/raftyui/commit/fe434d5685be88d0bfd4576f47929af9e3628fa9))
14+
15+
16+
### Bug Fixes
17+
18+
* merge conflicts ([632d420](https://github.com/rhinobase/raftyui/commit/632d420f24446cfb50f4b703ed81198526852c8c))
19+
* **ui:** implement pageSize prop in pagination ([c4ac1f1](https://github.com/rhinobase/raftyui/commit/c4ac1f1003835772b494dc79d17a04070778539c))
20+
* **ui:** improve pagination ([7e9bd23](https://github.com/rhinobase/raftyui/commit/7e9bd23158e2170f229e7fa1124574be94dea34b))
21+
* **ui:** improved pagination and added showTotal function ([9e6e33a](https://github.com/rhinobase/raftyui/commit/9e6e33ac4024543ec33c1f5ad1f520acebd3f4d8))
22+
* **ui:** improved pagination component ([2d3fd0d](https://github.com/rhinobase/raftyui/commit/2d3fd0d3da1a4a07fb15781e6fa5c9e882194c56))
23+
* **ui:** improved pagination functionality ([0045e77](https://github.com/rhinobase/raftyui/commit/0045e772355d29d6ae05e3e3b2ddff54576031e3))
24+
* **ui:** improved select sizing and icon placement ([183aaa5](https://github.com/rhinobase/raftyui/commit/183aaa599996cc52239140e9aa7cb2b957f7d2af))
25+
* **ui:** minor fixes ([069fd2a](https://github.com/rhinobase/raftyui/commit/069fd2afaba85dbb149312c25c7072cf417589e6))
26+
* **ui:** minor improvement ([912bf0d](https://github.com/rhinobase/raftyui/commit/912bf0df456ae25568e3952673447d9b562f5f5b))
27+
* **ui:** removed has prop from user side props in Card component ([07fc828](https://github.com/rhinobase/raftyui/commit/07fc8289359849d40030e4d47f178e00a97e876b))
28+
* **ui:** resolved build errors ([c1a87bc](https://github.com/rhinobase/raftyui/commit/c1a87bc13d57c26866310065f9578b1a91cea78a))
29+
* **web:** improved import ([5e180c8](https://github.com/rhinobase/raftyui/commit/5e180c8d5524515c3c21905f8f5ca900874da135))
30+
* **web:** improved pagination md file ([402d99b](https://github.com/rhinobase/raftyui/commit/402d99ba50b1b557b700ffa9f1337151ca2b63f7))
31+
532
## [1.3.1](https://github.com/rhinobase/design-system/compare/ui-1.3.0...ui-1.3.1) (2023-11-30)
633

734
### Bug Fixes

libs/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@rafty/ui",
33
"description": "React + A11y + Tailwind CSS Dynamic Component Library",
4-
"version": "1.3.1",
4+
"version": "1.4.0",
55
"license": "MIT",
66
"keywords": [
77
"react",

0 commit comments

Comments
 (0)