v3.2.1 (2023-09-30)
:bug: Bug Fix
- #93 Removed
included()
method, which only added ember-prism
options. (@lupestro)
Committers: 1
3.2.0 / 2023-06-30
- Load the showdown config from environment and pass it to broccoli-static-site-json #92 from @mansona
3.1.0 / 2023-04-21
- Add ToC for each page #88 from @mansona
3.0.0 / 2022-08-14
- 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
3.0.0-1 / 2022-08-10
- update to ember-auto-import@2 #73 from @mansona
3.0.0-0 (prerelease) / 2022-07-20
- 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
2.6.0 / 2021-07-22
- use ember-scroll for scroll-on-navigate to improve default behaviour and accessibility #57 from @mansona
- add sourceBranch docs #56 from @mansona
2.5.0 / 2021-04-22
- 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
2.4.0 / 2020-03-10
- fix "slow index" bug for nested sections #39 from @mansona
- update using ember-cli-update #39 from @mansona
2.3.0 / 2020-02-16
- add
premberVersionFilter
functionality to allow for partial builds #33 from @mansona
2.2.1 / 2020-02-16
- bugfix - cannot read length of undefined #38 from @jenweber
2.2.0 / 2020-01-29
- Fix initial install using empress-blueprint-helpers to simplify blueprint #36 from @mansona
- fix extra 404 when visiting index pages #37 from @mansona
2.1.0 / 2020-01-09
- 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
2.0.2 / 2019-10-21
- revert to using query for the Table of Contents #25 from @jenweber
2.0.1 / 2019-10-02
- 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.
2.0.0 / 2019-09-30
- Adds the ability to nest guide sections
- Change in behavior for the
page
service, nextPage
and previousPage
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
1.6.0 / 2019-08-09
- 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
1.5.1 / 2019-07-22
- force a reload when changing versions from @mansona
1.5.0 / 2019-07-22
- 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
1.4.0 / 2019-04-09
- implementing netlifyRedirects() to automatically add netlify redirects from guidemaker redirects #16 from @mansona
1.3.0 / 2019-03-11
- add ltsVersions attribute to version model #13 from @locks
- Add repository link #14 from @jrjohnson
1.2.0 / 2019-02-24
- exposing a percy-tests helper to make it easy to test each guide in latest version #12 from @mansona
1.1.0 / 2019-02-15
- Test internal redirects and implement external redirects #11 from @locks
- Fixing typo #10 from @MelSumner
1.0.2 / 2019-02-08
- add release folder as numeric version to premberUrls #8 from @mansona
1.0.1 / 2019-02-08
- fixing premberUrls #7 from @mansona
1.0.0 / 2019-02-08
- 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
0.7.1 / 2019-01-22
- 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
0.6.1 / 2018-11-08
- fix issue when deploying to S3
- fixing showdown-section-groups initializer
0.6.0 / 2018-11-08
- moving controllers, helpers, initializers, models, and routes to core from @mansona
0.5.0 / 2018-11-07
- Moving ember-meta implementation into guidemaker core from @mansona
0.4.1 / 2018-11-07
- adding index.html override to the default template to fix meta-data from @mansona
0.4.0 / 2018-11-04
- adding collapseToc setting from @mansona
0.3.0 / 2018-11-04
- Adding configuration options and config service #2 from @mansona
- Updating using ember-cli-update
0.2.0 / 2018-11-02
- adding redirect to attributes from @mansona
0.1.1 / 2018-11-02
- fixing prember urls from @mansona
0.1.0 / 2018-11-02
- Adding some documentation and allowing local guides sources #1 from @mansona