Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"/": "0.1.0"
"/": "0.1.0",
".": "1.0.0"
}
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Changelog

## 1.0.0 (2025-10-03)


### Features

* Add About Us page, dark theme, and main page navigation ([#14](https://github.com/fahimahammed/DevUI/issues/14)) ([#31](https://github.com/fahimahammed/DevUI/issues/31)) ([f90fdb2](https://github.com/fahimahammed/DevUI/commit/f90fdb2724cfcab723ad6ef7db99682a68dc3a2b))
* add cursor pointer to clickable elements ([#34](https://github.com/fahimahammed/DevUI/issues/34)) ([c1c39c9](https://github.com/fahimahammed/DevUI/commit/c1c39c9612d534cab51f4d2061d72642f2d9e78e))
* add skeleton loading support to ComponentCard ([#134](https://github.com/fahimahammed/DevUI/issues/134)) ([d9a0a54](https://github.com/fahimahammed/DevUI/commit/d9a0a54ac78cf1481e0b24f79657dc9a7994a3e7))
* add templates feature request, but report, documentation update and pull request template ([#127](https://github.com/fahimahammed/DevUI/issues/127)) ([1a1fa84](https://github.com/fahimahammed/DevUI/commit/1a1fa84def19f5028a4cace4242a2c2f84c9edf3))
* Add Versatile File Upload Component with Drag-and-Drop & Progress ([#147](https://github.com/fahimahammed/DevUI/issues/147)) ([eec173d](https://github.com/fahimahammed/DevUI/commit/eec173d7acbaf1644e01e221b7c0498b8a373e96))
* **chat:** add ChatBox component and update components.tsx ([#78](https://github.com/fahimahammed/DevUI/issues/78)) ([5232da5](https://github.com/fahimahammed/DevUI/commit/5232da5761bc17df2efeb1d58c3b7d1b8d609ba6))
* Feature/tooltip and fab components ([#144](https://github.com/fahimahammed/DevUI/issues/144)) ([08ab221](https://github.com/fahimahammed/DevUI/commit/08ab221118b8c6bcaa736f0eb5073758a047c28d))
* integrate ThemeColorPicker across app with enhanced UI animations ([#66](https://github.com/fahimahammed/DevUI/issues/66)) ([19008f5](https://github.com/fahimahammed/DevUI/commit/19008f5a96bdc8c57c4c0b305b80e90b13efe483))
* NEW COMPONENT ([#143](https://github.com/fahimahammed/DevUI/issues/143)) ([42ee402](https://github.com/fahimahammed/DevUI/commit/42ee4026e1cd9a54188e975674bf8b1d5b75f7eb))
* **search:** debounced search, title highlight, dynamic category counts; remove native clear icon ([#126](https://github.com/fahimahammed/DevUI/issues/126)) ([fa50ed5](https://github.com/fahimahammed/DevUI/commit/fa50ed556099cd9b10932a9fa728e491312661d8))
* **toast:** add Toast component with demo and integrate Toaster in the UI ([#82](https://github.com/fahimahammed/DevUI/issues/82)) ([c1025ad](https://github.com/fahimahammed/DevUI/commit/c1025ad274aeb05118dbbd9bab3c77002b0cb222))
* **ui:** add Button loading state, enhance Card hover, and add glow utility ([#65](https://github.com/fahimahammed/DevUI/issues/65)) ([b46a6ff](https://github.com/fahimahammed/DevUI/commit/b46a6ff2717400fc86c92ba06ad85f0ab7f7d053))


### Bug Fixes

* Add Syntax Highlighting for Code Blocks [#6](https://github.com/fahimahammed/DevUI/issues/6) ([#61](https://github.com/fahimahammed/DevUI/issues/61)) ([16deed3](https://github.com/fahimahammed/DevUI/commit/16deed3a357765ea0a2d5a5bdbf154614070eb58))
* conflict issue ([67e6913](https://github.com/fahimahammed/DevUI/commit/67e6913db58b5ea2c51e72ba218e15afbc667762))
* fix merge conflict issue ([cfea695](https://github.com/fahimahammed/DevUI/commit/cfea6956d0209c217d4349048d4393f746f6ecea))
* **home:** resolve slider visibility issue on home page ([#56](https://github.com/fahimahammed/DevUI/issues/56)) ([#86](https://github.com/fahimahammed/DevUI/issues/86)) ([6d0aa07](https://github.com/fahimahammed/DevUI/commit/6d0aa07bb0503d2916215d415a2ccf2ce727061b))
* merge conflict ([4990ee9](https://github.com/fahimahammed/DevUI/commit/4990ee91c9a86ab5a153e5c17c283093bef921c6))
* merge conflict fix ([a7cccc3](https://github.com/fahimahammed/DevUI/commit/a7cccc3a31bcd9589bd315abf84223ff6af85cc0))
* sync code with prod ([#142](https://github.com/fahimahammed/DevUI/issues/142)) ([9aa0849](https://github.com/fahimahammed/DevUI/commit/9aa0849e463740a458080dbc96c220568335c6ec))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devui",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down