guidemaker 4.0.4 (patch)
guidemaker
- #117 Add support for query params to the TrailingHistory location (@kategengler)
- Katie Gengler (@kategengler)
guidemaker 4.0.3 (patch)
guidemaker
- Chris Manson (@mansona)
guidemaker 4.0.2 (patch)
guidemaker
- Chris Manson (@mansona)
guidemaker 4.0.1 (patch)
- Chris Manson (@mansona)
guidemaker 4.0.0 (major)
guidemaker
- Chris Manson (@mansona)
guidemaker 3.3.1 (patch)
- Julien Palmas (@bartocc)
guidemaker 3.3.0 (minor)
- Ralph Mack (@lupestro)
- Load the showdown config from environment and pass it to broccoli-static-site-json #92 from @mansona
- Add ToC for each page #88 from @mansona
- update dependencies to fix CI #74 from @mansona
- fix transitionTo deprecations #76 from @mansona
- fix ember-try for pre-releases #75 from @mansona
- update to ember-auto-import@2 #73 from @mansona
- Fix deprecations #71 from @mansona
- add no-deprecations ember-try scenarios #58 from @mansona
- Update ember-get-config #63 from @mansona
- breaking: drop support for Ember < 3.16 - Update ember to 3.28 using ember-cli-update #68 from @mansona
- breaking: drop support for Node < 14 #64 from @mansona
- update to ember-auto-import@2 #73 from @mansona
- Fix deprecations #71 from @mansona
- add no-deprecations ember-try scenarios #58 from @mansona
- Update ember-get-config #63 from @mansona
- breaking: drop support for Ember < 3.16 - Update ember to 3.28 using ember-cli-update #68 from @mansona
- breaking: drop support for Node < 14 #64 from @mansona
- use ember-scroll for scroll-on-navigate to improve default behaviour and accessibility #57 from @mansona
- add sourceBranch docs #56 from @mansona
- add sourceBranch as a guidemaker config param #54 from @mansona
- move from Travis to Github CI #55 from @mansona
- resolve default serializer deprecation #41 from @jenweber
- fix "slow index" bug for nested sections #39 from @mansona
- update using ember-cli-update #39 from @mansona
- add
premberVersionFilter
functionality to allow for partial builds #33 from @mansona
- bugfix - cannot read length of undefined #38 from @jenweber
- Fix initial install using empress-blueprint-helpers to simplify blueprint #36 from @mansona
- fix extra 404 when visiting index pages #37 from @mansona
- Update ember and broccoli-static-site-json #32 from @mansona
- Adds is_heading so ToC items can specify that they are headings #28 from @pzuraq
- revert to using query for the Table of Contents #25 from @jenweber
- Fixes a bug where the page service would throw errors if the page didn't exist in the ToC, but was a valid page URL.
- Adds the ability to nest guide sections
- Change in behavior for the
page
service,nextPage
andpreviousPage
are now never nullish between sections, they always represent the actual next and previous page. - New APIs on the
page
service:nextIsFirstPage
nextIsLastPage
previousIsFirstPage
previousIsLastPage
- fixing issue with external redirects in Prember #20 from @mansona
- adding prember for dummy app for netlify preview
- fixing redirects with versioned guides
- using versions for sample data
- move location of versions.yml and deprecate old location
- implementing node tests for redirects
- force a reload when changing versions from @mansona
- move all queryRecord and query to findRecord() and findAll() #18 from @mansona
Note: Travis tests are now in Node 8 which does not need a major version bump. Guidemaker never supported Node 6
- implementing netlifyRedirects() to automatically add netlify redirects from guidemaker redirects #16 from @mansona
- add ltsVersions attribute to version model #13 from @locks
- Add repository link #14 from @jrjohnson
- exposing a percy-tests helper to make it easy to test each guide in latest version #12 from @mansona
- Test internal redirects and implement external redirects #11 from @locks
- Fixing typo #10 from @MelSumner
- add release folder as numeric version to premberUrls #8 from @mansona
- fixing premberUrls #7 from @mansona
- Make it so that the currentVersion of the guides are in a
release
#6 from @locks - Making it possible to develop guidemaker locally (with dummy app) #5 from @mansona
- adding compare-versions as a dependency
- adding link-checker, toc-checker, and mocha to default blueprint
- fixing page title update on navigation from @cah-danmonroe
- fix issue when deploying to S3
- fixing showdown-section-groups initializer
- moving controllers, helpers, initializers, models, and routes to core from @mansona
- Moving ember-meta implementation into guidemaker core from @mansona
- adding index.html override to the default template to fix meta-data from @mansona
- adding collapseToc setting from @mansona
- Adding configuration options and config service #2 from @mansona
- Updating using ember-cli-update
- adding redirect to attributes from @mansona
- fixing prember urls from @mansona
- Adding some documentation and allowing local guides sources #1 from @mansona