Releases: jacobdcastro/personal-site
Releases · jacobdcastro/personal-site
v2.3.5 (January 23rd, 2020)
Added
- Est. completion time to tutorial post listings
Changed
- Altered accent (purple) color
- Fixed typo 'JavaScipt' -> 'JavaScript' in mini bio meta description
- 'npm run format' script edited
- Update all outdated packages to latest versions
- Remove colon after bracket in tutorial post listings
- Copyright year to use
new Date().getFullYear()
- Copyright text to
<small>
tag - Styled-components tutorial content to remain updated
v2.3.2 (December 4th, 2019)
Added
- Jest configuration
- Tests for ,
Changed
- Update 'dotenv', 'gatsby-plugin-offline' to latest
v2.3.1 (December 1st, 2019)
Added
- fadeInUpward animation to social icons
- PropTypes to Helmet.js
Changed
- Moved robots.txt config and environment check to own file in src/utils
- Prettify gatsby-config.js
- Update README
v2.3.0 (November 29th, 2019)
Added
- Animation on index headline
- Resume to filesystem
- New icon for resume
- Tags to /blog page listings
Changed
- Buttons on blog listings
- Colors of blog post tags from black to purple
- SVG components prettified
v2.2.3 (November 24th, 2019)
Changed
- Robots.txt plugin config (fixed Google crawl issue)
v2.2.2 (November 22nd, 2019)
Added
- ESLint rules (no-unused-vars, incl. jsx)
- Description on contact page
- Images to SEO for pages missing it
Changed
- Single quotes for ESLint rules
v2.2.1 (November 20th, 2019)
Changed
- Fixed site URL in Netlify environment check (gatsby-config.js)
v2.2.0 (November 19th, 2019)
Added
- Contact page (jacobdcastro.com/contact)
- Contact form success page (jacobdcastro.com/form-success)
- Encode function for encoding axios requests (src/utils/encode.js)
- Prop type checking on all components w/ PropTypes
- Netlify environment checking, preventing crawling on branch/preview deploys (gatsby-config.js)
- Some 'TODO' comments
Changed
- Styled-components rule name (eslint)
- Disallow crawling on contact form success page
Removed
- Unused code and files from v1
v2.1.0 (November 15th, 2019)
Changed
- Updated all outdated packages
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
v2.0.1 (September 23rd, 2019)
Added
- Image alt data in SEO objects for each page
- Twitter card meta data
- Person schema.org markup items
- Version of site with link to releases page in footer
Changed
- Fix "portrait" bug
- Rewrite mini biography in third person
- Title meta tag to include job description
- Fixed typo in footer
Removed
- All console.log() from main build files