Releases: vitorgouveia/Giffy
Releases · vitorgouveia/Giffy
Release 0.7.5
- chore: configures Create-Issue-Branch bot (db9fd36)
- fix(web): change get started button url to point to microfrontends post (f6375c5)
- fix(web): change subscribe button url (1ce9927)
- Merge pull request #36 from VitorGouveia/newsletter-page (d922e76)
- feat(web): add Newsletter page alongside with SEO config (605acf2)
- ci(web): add env to nextjs app (8f26edd)
- fix(web): categories showing up more than once (fe5a4fc)
- Merge pull request #35 from VitorGouveia/announcements-page (cb9da31)
- fix(web): returns post in getPostBySlug (a3f592e)
- feat(web): finish announcements page (5d0bc11)
- fix(web): remove data-styled attrs (936ab6c)
- feat(web): allow for folder creation in folder (b983b50)
- Merge pull request #34 from VitorGouveia/remove-css-prefix (44ed951)
- remove css prefix (4ed657c)
- feat(web): add blog layout component (8ec1b4e)
- Merge pull request #32 from VitorGouveia/fix-blog-links (01c7f34)
- fix: close #31 (aaf2b23)
- fix(ui): add context API and Next.js as a peerDependency (20c0c04)
- Merge pull request #30 from VitorGouveia/blog-homepage-seo (7620ba4)
- feat(web): add SEO configuration to blog homepage (be6fb1c)
- fix(web): fix styled component className error (889fa0d)
Release 0.7.0
- feat(web): add Blog Homepage (8670c3c)
- fix(ui): reorder build script (ef7dab2)
- fix(ui): add key prop to tab list in header (f27bb83)
- fix(styles): remove background color from hero (8457573)
- fix(web): correctly prefixes elements and fix hot-reload issue (6a67d42)
- fix: add gh-build script to release-it script (1bd33c2)
- fix(ci): gh-build script was in wrong package (b503ad4)
- fix(web): add gh-pages specific deploy script (40d1a5b)
Release 0.6.0
- fix ui build folder release script (a4cfbe9)
- chore: remove release-it from all packages (6683d36)
- Merge branch 'create-featured-component' (d0c838e)
- refactor(ui): move featurePost components into post component (ba0b484)
- feat(ui): Featured Post can now receive multiple size variants (ba74afe)
- feat(ui): make featured post component responsive (27ce75e)
- fix(web): ignore typescript errors during build (0d5ed54)
- Merge pull request #28 from VitorGouveia/fix-ui-webpack (d9b239f)
- UI: v0.1.0 (cb0fb08)
- fix(web): fix prefixClassnames feat (e76d65a)
- fix(ui): rename build scripts so actions start working (5da8f08)
- fix(web): remove prefix-loader from nextjs (2c4620e)
- fix: drop webpack to rollup & add classname prefix on nextjs (a829148)
- feat(ui): add featured post component (23e7879)
- Merge pull request #27 from VitorGouveia/github-community-standard (828c0b8)
- docs(readme): link to contributing.md (8614843)
- docs(contributing): add contributing.md (611dd5d)
- Merge pull request #26 from VitorGouveia/feat-&-issue-templates (9617659)
- chore(templates): add issue and feature templates (9851a51)
- Merge pull request #25 from VitorGouveia/readme-move-development-down (986c693)
- docs(readme): move development guide to contribuiting (0cf5220)
- Merge pull request #23 from VitorGouveia/readme-development-guide (b2defbf)
- docs(readme): add development guides (c6b344b)
- fix(button): text not being centered in button (c6fa442)
- fix(styles): comment out oldie postcss plugin (2e6f7fd)
Release 0.5.0
- feat(ui): add List component & replaces all with the List component (06a5492)
- Merge pull request #22 from VitorGouveia/fix-ui-build-errors (2c8559a)
- fix @giffy/ui build errors (b7e1de3)
- Merge pull request #21 from VitorGouveia/issue-20-UI_add_icon_slot_to_Button_component (2552069)
- feat(ui): add Icon slot to button (4c185a3)
- Merge pull request #19 from VitorGouveia/apple-download-button-component (4cda9d6)
- feat(ui): add Download Button component (5f854e3)
- feat(ui): add plugin to babel (cfe3802)
- Merge pull request #18 from VitorGouveia/fix-web-storybook-build-release (a86c0bd)
- chore: put web storybook build before other scripts (5a32889)
Release 0.4.1
- Merge pull request #17 from VitorGouveia/link-figma-design-readme (daaf6cc)
- docs(readme): add figma link to readme (78288ce)
- Merge pull request #16 from VitorGouveia/create-license (f0e8bb6)
- docs(license): create MIT license (c317e42)
- Merge pull request #15 from VitorGouveia/center-logo-readme (88927ff)
- fix(docs): center logo in readme (fc61b82)
- Merge pull request #14 from VitorGouveia/github-documentation (12d6a8d)
- docs(readme): add readme documentation (235b516)
- Merge pull request #13 from VitorGouveia/categories-components (1dea32b)
Release 0.4.0
- chore: release v0.3.0 (5daa459)
- feat(ui): add Categories Component (1e3900e)
- fix(ui): correctly uses react-github-btn (98b2a8c)
- fix(ui): remove unused import in newsletter (99b43ca)
- fix(ui): remove unused import in header (9fd6d8e)
- fix(ui): remove unued import in Logo (f83b3a0)
- chore(ui): create a tsconfig for build and one for development (22387f5)
- fix(heading): add prefix to heading to styles apply (e9b558a)
- chore: add web storybook build to release script (549c8c1)
Full Changelog: 0.3.0...0.4.0
Release 0.3.0
- chore(ui): remove dev scripts from package.json (c6be69d)
- fix(BlogHero): wrap text components with divs (4331f1f)
- fix(ui): make links focusable (c1f289f)
- fix(styles): remove default input autocomplete styling (1a567eb)
- fix(tab): add hex color as fallback in tab (48a9a0f)
- fix(modal): add transition to border (045d34e)
- fix(toggle): add cursor: pointer to toggle button (2022333)
- fix(input): fix input not having styles (016b17f)
- feat(ui): add onClick handler to button component (c396708)
- fix(ui): fix components not having styles in prod (1022374)
- feat(ui): create Form component (5331721)
- rollback: use prior storybook configuration (17bb26d)
- fix(footer): pass href to BlogLogo (e2cc4af)
- fix(ui): make BlogLogo focusable + fix header toggle (95830c7)
- fix(ui/input): change input ids in docs (09acc7b)
- feat(ui): add actions addon to storybook (77becdf)
- Merge pull request #12 from VitorGouveia/yarnv2-cache-actions (4062506)
- ci(web): remove old cache for yarn and use one from nodejs-setup (a6b9fbd)
- feat(ui): add MDX documentation to storybook (579c96f)
- fix(ui/babel): ignore and all files (5835000)
- fix(ui): add react-classname-prefix loader and load css for right (2f1d4e9)
- feat(styles): add postcss-prefixer PostCSS plugin (e97c244)
- ci(web): add cache to web_deploy (3cf5f5e)
- ci(web): add storybook-nextjs build script (c785d2d)
- ci(web): add to (69274e0)
- Merge pull request #11 from VitorGouveia/giffy-blog-storybook-components (0772cb6)
- feat(web & ui): send storybook build to nextjs app (172c762)
- fix(styles): limits tag component width (fff09f3)
- feat(ui): add Blog Hero Component (8bbbe72)
- feat(ui): add Tag Component (6752e66)
- fix(ui): fix colors of footer and blog logo components (1e227a5)
- feat(ui): add Blog footer component (19166ed)
- feat(ui): add BlogHeader component (12a1f6f)
- fix(ui): add responsive styles to newsletter (93de726)
- feat(ui): add Blog Newsletter component (944b06f)
- Merge pull request #10 from VitorGouveia/giffy-blog (13c450d)
- feat(web): remove prisma and make a blog with MDX (5f7d9af)
- chore(workflows): add database env to web in deploy (1d10da5)
- feat(web): set up a simple blog with nextjs and prisma (1d0d8bd)
- fix(web): conditionally adjusts nextjs asset prefix (0d4b550)
- Merge pull request #9 from VitorGouveia/release-files-feat (12568a5)
Release 0.2.3
Release 0.2.2
Alpha 1.0.0
This is the alpha release of Giffy.
not much to add here, the code is garbage