UNPKG

nyg-jam3

Version:

Jam3 project scaffold generator based on nyg

127 lines (74 loc) 3.36 kB
## v5.0.2 (February 27, 2019) #### :nail_care: Enhancement * Updated redux dev tools * [PR #239](https://github.com/Jam3/nyg-jam3/pull/239) * Added Prefetch link (prefetches section chunk on hover) * [PR #237](https://github.com/Jam3/nyg-jam3/pull/237) * Lazy loaded Preloader * [PR #236](https://github.com/Jam3/nyg-jam3/pull/236) * Addeed body lock scroll and page scroll utilities * [PR #230](https://github.com/Jam3/nyg-jam3/pull/230) #### :bug: Bug Fix * Fix for Not Found page * [PR #233](https://github.com/Jam3/nyg-jam3/pull/231) * Fix for updated Storybook * [PR #233](https://github.com/Jam3/nyg-jam3/pull/233) ## v5.0.1 (January 17, 2019) #### :nail_care: Enhancement * Remove hard-coded utilities and replacing it with npm modules * [PR #217](https://github.com/Jam3/nyg-jam3/pull/217) * [PR #222](https://github.com/Jam3/nyg-jam3/pull/222) * [PR #225](https://github.com/Jam3/nyg-jam3/pull/225) * [PR #226](https://github.com/Jam3/nyg-jam3/pull/226) * Update internal tools * [PR #224](https://github.com/Jam3/nyg-jam3/pull/224) * [PR #223](https://github.com/Jam3/nyg-jam3/pull/223) #### :bug: Bug Fix * Fix stylelint error * [PR #219](https://github.com/Jam3/nyg-jam3/pull/219) * Fix hot loader issue * [PR #221](https://github.com/Jam3/nyg-jam3/pull/221) ## v5.0.0 (January 16, 2019) The majority of the changes are related to the core of nyg-jam3 #### :bug: Bug Fix * The package in npm doesn't include our gitignore * [PR #199](https://github.com/Jam3/nyg-jam3/pull/199) * Fix staggerTo bug * [PR #200](https://github.com/Jam3/nyg-jam3/pull/200) * Fix nyg vulnerability * [PR #211](https://github.com/Jam3/nyg-jam3/pull/211) #### :nail_care: Enhancement * Remove hard-coded components and start using the @jam3 React UI * [PR #204](https://github.com/Jam3/nyg-jam3/pull/204) * [PR #213](https://github.com/Jam3/nyg-jam3/pull/213) * Clean up redux implementation * [PR #209](https://github.com/Jam3/nyg-jam3/pull/209) * Use memo by default for stateless component * [PR #210](https://github.com/Jam3/nyg-jam3/pull/210) #### :house: Internal * Upgrade to Create React App 2.1.3 * [PR #201](https://github.com/Jam3/nyg-jam3/pull/201) * Upgrade GSAP 2.0.2 * [PR #208](https://github.com/Jam3/nyg-jam3/pull/208) * Upgrade Husky * [PR #212](https://github.com/Jam3/nyg-jam3/pull/212) * Remove deprecated lint-staged option * [PR #214](https://github.com/Jam3/nyg-jam3/pull/214) #### :memo: Documentation * Update documentation * [PR #215](https://github.com/Jam3/nyg-jam3/pull/215) ### Thanks Thanks to @DonghyukJacobJang, @namniak, @alemesa, @iranreyes --- ## v1.0.0 (March 22, 2018) Better way to handle breakpoints. Now you will configure the breakpoints that you want for the app and start using those breakpoints with a better semantic. Read more in https://github.com/eduardoboucas/include-media Replaced font-family Calibri for Spectral. The new font is open source and was set as an example. #### :nail_care: Enhancement https://github.com/Jam3/nyg-jam3/pull/50 * Add include-media * [PR #50](https://github.com/Jam3/nyg-jam3/pull/50) Feature - CSS Font and Media query * Replace licensed font for open source font * [PR #50](https://github.com/Jam3/nyg-jam3/pull/50) Feature - CSS Font and Media query ### Thanks Thanks to @n0wak