Releases: theodoremoreland/ProjectList
Feature complete
What's Changed
- Bump ejs from 3.1.9 to 3.1.10 by @dependabot in #6
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #7
- Moved from CRA and JavaScript to Vite and TypeScript + updated and removed a few deps by @theodoremoreland in #8
- Bump vite from 5.4.3 to 5.4.6 in /app by @dependabot in #9
- Bump rollup from 4.21.2 to 4.22.5 in /app by @dependabot in #10
- Mobile menu by @theodoremoreland in #11
- Added infinite horizontal scrolling list of topics for Analytics component by @theodoremoreland in #12
Full Changelog: v0.3.4-beta...v1
Collapsible sidebar + improved responsiveness + improved performance on large screens
- Added collapsible sidebar for all screen sizes.
- Improved responsiveness of all screen sizes.
- Improved performance for very large screens wherein shine animations + number of thumbnails on screen leads to low FPS (this could still use some tweaking).
Note: A bug was already found concerning the collapsing of the sidebar on my mobile phone in landscape - the animation would start from a greater width then the sidebar's resting point.
v0.3.3-beta
Fixed responsiveness and visual bugs with project grid on medium to large screens and issues with ProjectDetail component having rule specificity conflicts with reset.css
Beta version 3 w/ css specificity fix
This release fixes a bug that was only present in production build. The bug introduced conflicting style rules between reset.css and custom rules applied to element selectors (article, header, etc). The aforementioned fix using id/class identifiers to add specificity in places that were need for correct styling (ProjectDetail component).
Beta version 3
This version marks an overhaul of the UX (dubbed "Simplify"). This version also has a new combination of features. It removes the word cloud filters, sorting, and README previews. It adds simplified filtering and an analytics dashboard.
Beta version 2 of Project List
This version updated subtle features of the UI to appear more sleek, organized, and modern.