Releases: ember-learn/ember-styleguide
Releases · ember-learn/ember-styleguide
v5.0.0
5.0.0 / 2020-09-17
This is a major release because it changes the default behaviour of Header
styles. The previous styles were more optomised for landing pages rather than a
sensible default for all page types. Any site that was depending on the previous
default behaviour should implement the necessary specific styles in their own
CSS
- only preload variable font #345 from @mansona
- adds missing italic font faces #340 from @jaredgalanis
- fix image constraints #341 from @jaredgalanis
- fix header spacing #338 from @jaredgalanis
- BREAKING: h4 and h5 style fixes #339 from @jaredgalanis
- update field-guide-default-template #344 from @mansona
- adds markdown concept to show current state of markdown to html #335 from @jaredgalanis
- adds block quotes for markdown #342 from @jaredgalanis
- Add styling for <hr/> #334 from @Mikek2252
v4.2.1
v4.2.0
4.2.0 / 2020-06-25
- Add "Contribute to this page" link to footer #325 from @HarikumarG
v4.1.0
4.1.0 / 2020-06-25
- Secondary colors #305 from @mansona
- Add README link #332 from @amyrlam
- Remove Github parenthetical from Help Wanted contributing link #308 from @locks
- Introduce static-post-css-addon-tree #331 from @jaredgalanis
- Add an aria-label to the primary nav element #327 from @nickschot
- fix the build #326 from @mansona
- Add fontawesome edit pencil needed for the Guides #322 from @jenweber
- Simplify
EsHeaderComponent
implementation. #319 from @alexeykostevich - Update spelling to use American English #315 from @alexeykostevich
- Fix the "tag line" #317 from @mansona
v4.0.1
v4.0.0
4.0.0 / 2020-04-23
This is a major release 🎉 a lot of work has been done over the last year to get this project to 4.0. Most of the contributors have been mentioned as a reference beside the changes in the Changelog file.
To see any of the individual changes please look at the pre-release versions in the changelog but here are a few of the major changes:
- remove ember-cli-addon docs in favour of field-guide for better SEO
- remove components that are not actively being used in any project
- implement base styles that are common across all of the Ember websites
- implement common CSS helpers for things that don't need a dedicated component
- upgrade most of the remaining components to Glimmer components
- streamline the CSS build pipeline to remove duplicate CSS and improve lighthouse score
v4.0.0-14
v4.0.0-13
v4.0.0-12
v4.0.0-11
4.0.0-11 / 2020-02-17
- Add bg-none CSS helper to reset background #293 from @MelSumner
- remove EsPageHeader component #287 from @mansona
- Update EsButton CSS to fix border radius #282 from @MelSumner