Skip to content

Releases: giovaninppc/AccessibilityHandbook

v1.8.2

19 Dec 09:59
Compare
Choose a tag to compare

What's Changed

  • Dutch localisation by @edequartel in #58
  • Localization fixes for English
Screenshot 2023-12-19 at 06 42 04

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

05 Jan 19:27
Compare
Choose a tag to compare

Updating the "Grouping" page with more examples and fixing some issues in the Classes section

Screenshot 2023-01-05 at 16 27 09

v1.8.0

15 Dec 23:58
Compare
Choose a tag to compare

Classes

Introducing: Classes - our biggest content update yet!

A new section dedicated to teaching you more about how to think about accessibility on your daily code.

classes

  • Thinking Accessibility
  • Plan to make a new app
  • Plan to make a new UI component
  • Plan to make a new scene
  • Identify accessibility issues on code
  • How to test for accessibility

And much more!
Also, fixed an issue where the navigation stack would pop to the root on iPhones when rotating the device.

This update was developed as part of Faire's hackweek!
Thanks Faire for supporting our project ❤️

v1.7.0

08 Nov 02:44
Compare
Choose a tag to compare

Home Screen redesign

  • New layout for iPad and iPhone landscape!
  • With a new shortcuts section for iPad
Screenshot 2022-11-07 at 23 21 14 Screenshot 2022-11-07 at 23 21 19 Screenshot 2022-11-07 at 23 00 27

Rotor Examples

  • A new rotor example page where you can filter the content for comments, links, images or the story being told!
Screenshot 2022-11-07 at 23 42 44 Screenshot 2022-11-07 at 23 42 50 Screenshot 2022-11-07 at 23 42 55

v1.6.0

30 Oct 14:23
66a9d73
Compare
Choose a tag to compare

New deep link capability

You can now share the pages with friends and colleagues and they can open them directly from shared links!

Screen Shot 2022-10-29 at 11 34 09 Screen Shot 2022-10-29 at 11 34 16 Screen Shot 2022-10-29 at 11 34 02

New search improvements

The search is now sorted alphabetically and it display's the section icon on every page. It also has a new empty state when the search has no results.

Screen Shot 2022-10-30 at 11 22 07 Screen Shot 2022-10-30 at 09 48 24 Screen Shot 2022-10-30 at 09 52 53

New 'What's new' page

A new section to help users find new content that may have missed the last time they used the guide!
It will automatically pop up every time they open a new version of the app.

Screen Shot 2022-10-30 at 11 08 44 Screen Shot 2022-10-30 at 11 08 49

New pages on accessibility traits

New pages for:

  • Search field
  • Summary elements
Screen Shot 2022-10-30 at 11 23 25 Screen Shot 2022-10-30 at 11 23 30

V1.5.0

30 Oct 13:10
74d21b1
Compare
Choose a tag to compare

Image trait page

Thanks to the help of our collaborators, we are adding new pages for each accessibility trait!
This time, we have a new page dedicated to the image trait

Screen Shot 2022-10-30 at 10 07 59

New visual aid section

A new section inside Other Features with visual aid accessibility options.

Bolded text

Screen Shot 2022-10-30 at 10 08 35

Button shapes

Screen Shot 2022-10-30 at 10 08 30


V1.4.0

28 Oct 12:54
37eb288
Compare
Choose a tag to compare

Dark Mode

A new Guide section on implementing dark mode and its importance as an accessibility Feature.

Screen Shot 2022-10-28 at 09 53 32 Screen Shot 2022-10-28 at 09 53 37 Screen Shot 2022-10-28 at 09 53 54

Bug Fixes

  • Fixing issue where the main screen layout would break on smaller devices.

#35

V1.3.0

05 Oct 22:13
0996b8c
Compare
Choose a tag to compare

How to identify preferred Font sizes

A new Dynamic font guide section about how to identify the currently selected preferred font size

Screen Shot 2022-10-05 at 19 05 29 Screen Shot 2022-10-05 at 19 05 33 Screen Shot 2022-10-05 at 19 05 46

New Guide on 'Reduce Motion'

Screen Shot 2022-10-05 at 19 06 51 Screen Shot 2022-10-05 at 19 06 58 Screen Shot 2022-10-05 at 19 07 06

New puzzle based on larger font sizes!

193825880-984c90a4-34de-45af-8e33-e89e84a36001 193825916-fafbb53a-f4b6-43ba-a1ac-1c25e47e0dab 193825901-f33b4317-3a56-4f9f-a52a-406415fdbc69

VoiceOver content improvement

Removing 'The' from VoiceOver strings.

New GitHub actions setup

v1.2.0

29 Sep 19:03
ab9d4d5
Compare
Choose a tag to compare

New Gesture Guide section [#8 #15]

A new VoiceOver gesture guide with visual cues of how to perform each of the gestures.

ezgif-3-6a02fca60e Screen Shot 2022-09-29 at 15 58 32 ezgif-3-edfaa77eca

New Dynamic Font Guide [#1]

New Dynamic font guide with several examples of different layout implementations to support scaling fonts up and down.

Screen Shot 2022-09-29 at 15 55 49 Screen Shot 2022-09-29 at 15 55 54 Screen Shot 2022-09-29 at 15 56 02

v1.1.0

26 Sep 20:04
Compare
Choose a tag to compare

Brazilian Portuguese Translation 🇧🇷

All the content is also now available in Brazilian Portuguese.
Change your device's language to see.

New Contrast page

A page on the Colors guide with a discussion about color contrast.
Based on the WCAG contrast guidelines.

Screen Shot 2022-09-26 at 16 59 09 Screen Shot 2022-09-26 at 16 59 15

New code syntax highlight and code preview

The code examples were really nice, but the lack of syntax highlight was turning more complex codes difficult to be read.
So, we created a new syntax highlighter based in Regexes to highlight the code.

And the new fullscreen code preview is also great to better look into the examples available.

Screen Shot 2022-09-26 at 17 01 51 Screen Shot 2022-09-26 at 17 01 34 Screen Shot 2022-09-26 at 17 01 29

Resolved Issues