Version 1.2.1 (2017-06-21)
- Update
og:description
content.
Version 1.2.0 (2017-06-21)
- Add the felicitation video.
- Add a default video poster asset (SVG).
- Update TIB logo and slogan's sizing approch for better robust:
- Use pixel-unit fixed
font-size
andletter-spacing
. - Scale it to the expected size by
transform: scale
. - Set slogan's
font-size
to20px
as a workaround to implement robust small-size texts.
- Use pixel-unit fixed
- Slideshow:
- Add the 9th slide back.
- Update CSS to refine dragging sensitivity and smooth transitions.
- Typography:
- Handle widows.
- Change serif font fallback lists for better family consistency before webfonts loaded.
- Twist font weight configurations before webfont loaded.
Version 1.1.4 (2017-06-18)
- Polish two em-dash style.
Version 1.1.3 (2017-06-18)
- Reword copy.
Version 1.1.2 (2017-06-18)
- Change
og:image
/twitter:image
asset ratio to 2:1. - Append version tag for
og:image
/twitter:image
asset's URL.
Version 1.1.1 (2017-06-18)
- Update page description.
- Update
og:image
/twitter:image
asset's URL.
Version 1.1.0 (2017-06-17)
- New manuscript.
- New image of the 5th sourvenir.
- Open Graph configurations.
- Article typography:
- Increase tracking for H1 and H3.
- Increase font-size for text, when screen width is larger than 1280 px.
- Refine multi-col layout for responsive screens.
- Slideshow:
- Increase slideshow pager's hover area.
- Increase slideshow's margins, when screen width is larger than 1280 px.
- Brand:
- Increase header brand module's margins, when screen width is larger than 1280 px.
- Enlarge TIB logo size in page footer, when screen width is larger than 640 px.
- Souvenir:
- Increase font-size and tracking for the module heading (following the article H1).
- Increase font-size of souvenir info (following the article body text).
- Increase margins for sourvenir info.
- Fix slideshow's height collapse for Edge and Gecko. (See issue #1.)
Version 1.0.0 (2017-06-16)
- Add an interaction hint for the slideshow.
- Remove duplicated slides.
- Remove testing assets.
- Change slide’s tag from
<div>
(with CSSbackground-image
) to<img>
. - Revise README.
Version 0.7.1 (2017-06-16)
- Slideshow transition duration mismatching on touch devices.
Version 0.7.0 (2017-06-16)
- New image assets for the slideshow, two sets of gallery, and souvenirs.
- Increase logos' size for desktop (wider than 640px).
- Twist slideshow's transition duration and pager size.
- Remove gallery and souvenir's frame styles.
- Update sourvenir's reponsive layout logic.
- Change page footer into TIB logo and slogan.
Version 0.6.2 (2017-06-15)
- Add Google Analytics.
Version 0.6.1 (2017-06-14)
- New figures and captions for body article.
- Decouple gallery data (images and captions) from body article's template.
Version 0.6.0 (2017-06-14)
- Add the README.
- Transfer the repo from realfish/tib-tenth to thetype/10.
Version 0.5.2 (2017-06-14)
- Remove font-weight adjustment for Android, since webfont are installed.
- Refine typography for mobile screens to reduce widows.
Version 0.5.1 (2017-06-14)
- Fix copy for souvenirs.
Version 0.5.0 (2017-06-14)
- Official copy (proof needed).
- Souvenir image assets.
- Hyperlink style (the Medium-flavour underline) for body text.
- Heading 4 style for body text.
- A "safe" webfont set
@font-serif--safe
as a work-around to the Adobe Caslon Pro webfont's line-height issue.
- Decouple data and template, and modularize data.
- Twist font weight setting.
Version 0.4.1 (2017-06-11)
- Polish the shape of slideshow pagers.
- Fix typos in change log.
- Remove unused variables in JS.
Version 0.4.0 (2017-06-11)
- Make a responsive slideshow component.
- Add main logics for the
home
view.
- Remove the unused JS dep
doT.js
. - Remove unused modules for
app.js
.
- The ratio of slideshow for mobile portrait screens.
Version 0.3.1 (2017-06-10)
- Fix the centering for
.souvenir-thumb
with micro-typography polishments.
Version 0.3.0 (2017-06-10)
- Make the layout, typesetting, and other detail styles responsive for almost all screen widthes.
- Install the webfonts Adobe Caslon Pro and Source Han Serif SC.
- Append the Limited (限) mark to the souvenir heading.
- Change the writing styles of change log.
Version 0.2.2 (2017-06-09)
- Restore completeness of the
.brand-tib10
.
Version 0.2.1 (2017-06-09)
- Fix the
overflow: hidden
failure in Safari (Mac) for$('.souvenir-thumb')
.
Version 0.2.0 (2017-06-09)
- Restructer the homepage of the TIB10-Recap site.
- Fill the draft copy with some sample data.
- Mock up the main modules, including header, hero, body, and footer.
- Make scaffolds of source codes:
- Add static assets;
- Make the Pug-based template's scaffold;
- Make the JS-based script's scaffold;
- Make the Less-based style's scaffold;
- Add some JS and CSS deps.
- Configure Travis CI workflow.
- Test the GitHub Pages deployment: https://realfish.github.io/tib-tenth/.