Skip to content

Commit

Permalink
Update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Dec 2, 2024
1 parent 50bcbb0 commit fdd367b
Showing 1 changed file with 170 additions and 0 deletions.
170 changes: 170 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
# v1.0.2 (Mon Dec 02 2024)

:tada: This release contains work from new contributors! :tada:

Thanks for all your work!

:heart: Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))

:heart: null[@turbobot-temp](https://github.com/turbobot-temp)

#### 🐛 Bug Fix

- Launch [#17](https://github.com/haydenbleasel/roadmap-ui/pull/17) ([@haydenbleasel](https://github.com/haydenbleasel))
- Dev [#10](https://github.com/haydenbleasel/roadmap-ui/pull/10) ([@haydenbleasel](https://github.com/haydenbleasel))

#### ⚠️ Pushed to `main`

- Update .autorc ([@haydenbleasel](https://github.com/haydenbleasel))
- Remove git dependency ([@haydenbleasel](https://github.com/haydenbleasel))
- Update release.yml ([@haydenbleasel](https://github.com/haydenbleasel))
- Resolves #22 ([@haydenbleasel](https://github.com/haydenbleasel))
- Update init.js ([@haydenbleasel](https://github.com/haydenbleasel))
- For #20 ([@haydenbleasel](https://github.com/haydenbleasel))
- Update package.json ([@haydenbleasel](https://github.com/haydenbleasel))
- Package.json fixes ([@haydenbleasel](https://github.com/haydenbleasel))
- Update page.tsx ([@haydenbleasel](https://github.com/haydenbleasel))
- Improve og:images ([@haydenbleasel](https://github.com/haydenbleasel))
- Update setup.mdx ([@haydenbleasel](https://github.com/haydenbleasel))
- Update index.mdx ([@haydenbleasel](https://github.com/haydenbleasel))
- Update list.mdx ([@haydenbleasel](https://github.com/haydenbleasel))
- Update list.json ([@haydenbleasel](https://github.com/haydenbleasel))
- Update List ([@haydenbleasel](https://github.com/haydenbleasel))
- Work towards destructuring List ([@haydenbleasel](https://github.com/haydenbleasel))
- Update table.mdx ([@haydenbleasel](https://github.com/haydenbleasel))
- Revert "Temporary CLI change" ([@haydenbleasel](https://github.com/haydenbleasel))
- Add release ([@haydenbleasel](https://github.com/haydenbleasel))
- Create table.json ([@haydenbleasel](https://github.com/haydenbleasel))
- Restore Table block ([@haydenbleasel](https://github.com/haydenbleasel))
- Start restoring Table ([@haydenbleasel](https://github.com/haydenbleasel))
- Update calendar.json ([@haydenbleasel](https://github.com/haydenbleasel))
- Add locale support to Calendar ([@haydenbleasel](https://github.com/haydenbleasel))
- Regen registry ([@haydenbleasel](https://github.com/haydenbleasel))
- Internationalize calendar days ([@haydenbleasel](https://github.com/haydenbleasel))
- Misc fixes ([@haydenbleasel](https://github.com/haydenbleasel))
- Update images ([@haydenbleasel](https://github.com/haydenbleasel))
- Merge branch 'main' of https://github.com/haydenbleasel/roadmap-ui ([@haydenbleasel](https://github.com/haydenbleasel))
- Biome fixes ([@haydenbleasel](https://github.com/haydenbleasel))
- Use Card in Kanban ([@haydenbleasel](https://github.com/haydenbleasel))
- Create SECURITY.md ([@haydenbleasel](https://github.com/haydenbleasel))
- Temporary CLI change ([@haydenbleasel](https://github.com/haydenbleasel))
- Restore toasts ([@haydenbleasel](https://github.com/haydenbleasel))
- Show feature grouping in Gantt docs ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix install scripts ([@haydenbleasel](https://github.com/haydenbleasel))
- Publish List ([@haydenbleasel](https://github.com/haydenbleasel))
- Publish Table ([@haydenbleasel](https://github.com/haydenbleasel))
- Keep working on Table component ([@haydenbleasel](https://github.com/haydenbleasel))
- Finish list view docs ([@haydenbleasel](https://github.com/haydenbleasel))
- Finish Kanban and Calendar docs ([@haydenbleasel](https://github.com/haydenbleasel))
- Update Kanban docs ([@haydenbleasel](https://github.com/haydenbleasel))
- Remove unused hover-card ([@haydenbleasel](https://github.com/haydenbleasel))
- Remove "editable" prop ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix Gantt docs ([@haydenbleasel](https://github.com/haydenbleasel))
- Publish Calendar ([@haydenbleasel](https://github.com/haydenbleasel))
- Update calendar.mdx ([@haydenbleasel](https://github.com/haydenbleasel))
- Accept more classNames on Gantt ([@haydenbleasel](https://github.com/haydenbleasel))
- Accept classNames for kanban props ([@haydenbleasel](https://github.com/haydenbleasel))
- Break up Calendar components ([@haydenbleasel](https://github.com/haydenbleasel))
- Launch Kanban component ([@haydenbleasel](https://github.com/haydenbleasel))
- Break up Kanban Board ([@haydenbleasel](https://github.com/haydenbleasel))
- Bump deps ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix client usage ([@haydenbleasel](https://github.com/haydenbleasel))
- Make onMove optional ([@haydenbleasel](https://github.com/haydenbleasel))
- Allow specifying custom Today colors ([@haydenbleasel](https://github.com/haydenbleasel))
- Specify browser, externalize react ([@haydenbleasel](https://github.com/haydenbleasel))
- Move shadcn-ui to devDeps ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix externals ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix namespace refs ([@haydenbleasel](https://github.com/haydenbleasel))
- Publish individual packages under roadmap-ui scope ([@haydenbleasel](https://github.com/haydenbleasel))
- Externalize peer deps like React ([@haydenbleasel](https://github.com/haydenbleasel))
- Try internalizing direct package deps ([@haydenbleasel](https://github.com/haydenbleasel))
- Externalize non-root package dependencies ([@haydenbleasel](https://github.com/haydenbleasel))
- Revert "Attempt multiple exports" ([@haydenbleasel](https://github.com/haydenbleasel))
- Attempt multiple exports ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix external of react ([@haydenbleasel](https://github.com/haydenbleasel))
- More package.json fixes ([@haydenbleasel](https://github.com/haydenbleasel))
- Add react as peer dep ([@haydenbleasel](https://github.com/haydenbleasel))
- Attempt root-level build process ([@haydenbleasel](https://github.com/haydenbleasel))
- Update today.tsx ([@haydenbleasel](https://github.com/haydenbleasel))
- Update waitlist.tsx ([@haydenbleasel](https://github.com/haydenbleasel))
- Update pnpm-lock.yaml ([@haydenbleasel](https://github.com/haydenbleasel))
- Temp build fix ([@haydenbleasel](https://github.com/haydenbleasel))
- Delete gantt.tsx ([@haydenbleasel](https://github.com/haydenbleasel))
- Add date-fns dep, fix types ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix sonner dep ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix Gantt dependency ([@haydenbleasel](https://github.com/haydenbleasel))
- Changes for waitlist ([@haydenbleasel](https://github.com/haydenbleasel))
- Disable docs temporarily ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix styles, add lucide dep ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix deps ([@haydenbleasel](https://github.com/haydenbleasel))
- Merge docs-old into docs ([@haydenbleasel](https://github.com/haydenbleasel))
- Scaffold new Fumadocs 10 app ([@haydenbleasel](https://github.com/haydenbleasel))
- Rename `docs` to `docs-old` ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix marker colors ([@haydenbleasel](https://github.com/haydenbleasel))
- Add customizable marker colors, misc fixes ([@haydenbleasel](https://github.com/haydenbleasel))
- Add bun logo ([@haydenbleasel](https://github.com/haydenbleasel))
- Add Eververse to subtitle ([@haydenbleasel](https://github.com/haydenbleasel))
- Add Gantt icon ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix tailwind configs ([@haydenbleasel](https://github.com/haydenbleasel))
- Scaffold navbar ([@haydenbleasel](https://github.com/haydenbleasel))
- Start working on homepage ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix typo ([@haydenbleasel](https://github.com/haydenbleasel))
- Move file ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix avatars ([@haydenbleasel](https://github.com/haydenbleasel))
- Cleanup deps ([@haydenbleasel](https://github.com/haydenbleasel))
- Split out SidebarGroup and Sidebaritem ([@haydenbleasel](https://github.com/haydenbleasel))
- Update gantt.tsx ([@haydenbleasel](https://github.com/haydenbleasel))
- Reorganize sidebar ([@haydenbleasel](https://github.com/haydenbleasel))
- Possibly solve gantt.ref issue ([@haydenbleasel](https://github.com/haydenbleasel))
- Move onMove to FeatureItem ([@haydenbleasel](https://github.com/haydenbleasel))
- Remove more actions from Provider ([@haydenbleasel](https://github.com/haydenbleasel))
- Wire up toasts ([@haydenbleasel](https://github.com/haydenbleasel))
- Update content.ts ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix CSS ([@haydenbleasel](https://github.com/haydenbleasel))
- Remove HoverCard and ContextMenu from Gantt ([@haydenbleasel](https://github.com/haydenbleasel))
- Merge tailwind configs ([@haydenbleasel](https://github.com/haydenbleasel))
- Move onAddMarker to CreateMarkerTrigger ([@haydenbleasel](https://github.com/haydenbleasel))
- Restore missing component ([@haydenbleasel](https://github.com/haydenbleasel))
- Split FeatureList from FeatureListGroup ([@haydenbleasel](https://github.com/haydenbleasel))
- Separate FeatureItem from FeatureList ([@haydenbleasel](https://github.com/haydenbleasel))
- Move FeatureItem CSS to lower level ([@haydenbleasel](https://github.com/haydenbleasel))
- Move example content to lib file ([@haydenbleasel](https://github.com/haydenbleasel))
- Export CreateMarkerTrigger ([@haydenbleasel](https://github.com/haydenbleasel))
- Split out Feature List ([@haydenbleasel](https://github.com/haydenbleasel))
- Split out Gantt Header ([@haydenbleasel](https://github.com/haydenbleasel))
- Move onRemoveMarker to Marker ([@haydenbleasel](https://github.com/haydenbleasel))
- Isolate markers ([@haydenbleasel](https://github.com/haydenbleasel))
- Split out Today and Markers ([@haydenbleasel](https://github.com/haydenbleasel))
- Start working on composable redesign ([@haydenbleasel](https://github.com/haydenbleasel))
- Create example content for Gantt ([@haydenbleasel](https://github.com/haydenbleasel))
- Fix client-side Gantt load ([@haydenbleasel](https://github.com/haydenbleasel))
- Re-install shadcn/ui ([@haydenbleasel](https://github.com/haydenbleasel))
- Wire up Tailwind config ([@haydenbleasel](https://github.com/haydenbleasel))
- Replace repo/lib with repo/shadcn-ui ([@haydenbleasel](https://github.com/haydenbleasel))
- Scaffold shadcn-ui with required components ([@haydenbleasel](https://github.com/haydenbleasel))
- Create cn lib package ([@haydenbleasel](https://github.com/haydenbleasel))
- Wire up Gantt to docs ([@haydenbleasel](https://github.com/haydenbleasel))
- Install Ultracite ([@haydenbleasel](https://github.com/haydenbleasel))
- Scaffold fumadocs ([@haydenbleasel](https://github.com/haydenbleasel))
- Migrate Gantt from Eververse ([@haydenbleasel](https://github.com/haydenbleasel))
- Remove UI package ([@haydenbleasel](https://github.com/haydenbleasel))
- Remove ESLint config ([@haydenbleasel](https://github.com/haydenbleasel))
- Delete apps ([@haydenbleasel](https://github.com/haydenbleasel))
- feat(create-turbo): install dependencies ([@turbobot-temp](https://github.com/turbobot-temp))
- feat(create-turbo): apply pnpm-eslint transform ([@turbobot-temp](https://github.com/turbobot-temp))
- feat(create-turbo): apply official-starter transform ([@turbobot-temp](https://github.com/turbobot-temp))
- feat(create-turbo): create basic ([@turbobot-temp](https://github.com/turbobot-temp))

#### 🔩 Dependency Updates

- Bump zustand from 5.0.0 to 5.0.1 [#12](https://github.com/haydenbleasel/roadmap-ui/pull/12) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump lucide-react from 0.453.0 to 0.454.0 [#13](https://github.com/haydenbleasel/roadmap-ui/pull/13) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump @vercel/analytics from 1.3.1 to 1.3.2 [#14](https://github.com/haydenbleasel/roadmap-ui/pull/14) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump ultracite from 4.1.5 to 4.1.6 [#15](https://github.com/haydenbleasel/roadmap-ui/pull/15) ([@dependabot[bot]](https://github.com/dependabot[bot]))
- Bump fumadocs-docgen from 1.2.0 to 1.3.1 [#16](https://github.com/haydenbleasel/roadmap-ui/pull/16) ([@dependabot[bot]](https://github.com/dependabot[bot]))

#### Authors: 3

- [@dependabot[bot]](https://github.com/dependabot[bot])
- [@turbobot-temp](https://github.com/turbobot-temp)
- Hayden Bleasel ([@haydenbleasel](https://github.com/haydenbleasel))

0 comments on commit fdd367b

Please sign in to comment.