Go to file
Maria Hutt e8e5c4e1b6
refactor(dark): use palettes through url queries in test pages (#29238)
Issue number: N/A

---------

<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->

If a dev wants to view a test page in dark mode, they have to manually
add the styles. This can lead to a slowdown. Plus they can't use
Playwright's `goto` to test both light and dark. In order to test dark
mode with Playwright, the dev would need to use `setContent` instead of
`goto`.

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->

Dark mode can be added to any page by appending `palette=dark` to the
URL.

- The param will be used to add a link tag with the correct palette
file.
- Playwright will load the correct palette file when a dev uses `goto`
and `{ themes: ['dark'] }`

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

<!--
  If this introduces a breaking change:
1. Describe the impact and migration path for existing applications
below.
  2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
See
https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#footer
for more information.
-->


## Other information

<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->

I recommend using badge to try this out. It already has a `goto` in the
basic tests.
2024-04-19 18:48:29 +00:00
.github chore: remove beta from issue template (#29360) 2024-04-18 17:04:23 +00:00
.scripts chore(release): remove old release scripts and deps (#24599) 2022-01-19 13:41:22 -05:00
.stackblitz chore: disable codeflow for pull requests (#28101) 2023-09-06 01:57:20 +00:00
BREAKING_ARCHIVE chore(): update BREAKING.md to prepare for Ionic 8 development (#28360) 2023-10-17 09:07:36 -05:00
CHANGELOG_ARCHIVE chore(changelog): move old changelogs to archive (#26759) 2023-02-08 12:38:22 -05:00
core refactor(dark): use palettes through url queries in test pages (#29238) 2024-04-19 18:48:29 +00:00
docs refactor(dark): use palettes through url queries in test pages (#29238) 2024-04-19 18:48:29 +00:00
packages chore(): update package lock files 2024-04-17 13:52:16 +00:00
.editorconfig style(): add editorconfig 2015-11-13 21:11:21 -06:00
.gitignore test(ci): run tests in docker container (#28893) 2024-03-18 14:08:30 +00:00
.vercelignore chore(ci): ignore images when uploading to vercel (#29310) 2024-04-10 21:04:57 +00:00
BREAKING.md refactor(searchbar): autocapitalize defaults to off (#29107) 2024-03-22 09:13:15 -04:00
CHANGELOG.md v8.0.0 2024-04-17 13:51:23 +00:00
CODE_OF_CONDUCT.md chore(): update code of conduct (#22619) 2021-02-11 09:35:02 -05:00
LICENSE chore(): github now detects license file (#25549) 2022-06-28 10:31:33 -04:00
README.md chore(docs): consolidate the developer resource files into a docs/ directory (#29266) 2024-04-08 19:06:26 +00:00
lerna.json v8.0.0 2024-04-17 13:51:23 +00:00
package-lock.json v6.6.3 2023-03-22 13:36:35 +00:00
package.json chore(test-apps): set minimum node version to 16 (#26960) 2023-03-15 11:04:55 -04:00
renovate.json5 test(ci): run tests in docker container (#28893) 2024-03-18 14:08:30 +00:00
tsconfig.json chore(angular-server): init angular-server package (#18950) 2019-07-30 09:50:23 -05:00

README.md

Ionic

Ionic

Ionic is an open source app development toolkit for building modern, fast, top-quality cross-platform native and Progressive Web Apps from a single codebase with JavaScript and the Web.

Ionic is based on Web Components, which enables significant performance, usability, and feature improvements alongside support for popular web frameworks like Angular, React, and Vue.

Ionic Framework is released under the MIT license. PRs welcome! Follow @IonicFramework Official Ionic Discord

Quickstart · Documentation · Contribute · Blog
Community: Discord · Forums · Twitter

Packages

Project Package Version Downloads Links
Core @ionic/core version NPM Downloads README.md
Angular @ionic/angular version NPM Downloads README.md
Vue @ionic/vue version NPM Downloads README.md
React @ionic/react version NPM Downloads README.md

Looking for the ionic-angular package? Ionic 3 has been moved to the ionic-v3 repo. See Earlier Versions.

Getting Started

Start a new project by following our quick Getting Started guide. We would love to hear from you! If you have any feedback or run into issues using our framework, please file an issue on this repository.

Migration Guides

Already have an Ionic app? These guides will help you migrate to the latest versions.

Examples

The Ionic Conference App is a full featured Ionic app. It is the perfect starting point for learning and building your own app.

Contributing

Thanks for your interest in contributing! Read up on our guidelines for contributing and then look through our issues with a help wanted label.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Future Goals

As Ionic Framework components migrate to the web component standard, a goal of ours is to have Ionic Framework easily work within all of the popular frameworks.

Earlier Versions

The source code for earlier versions of the Ionic Framework may exist in other repositories. Please open issues and pull requests in their respective repositories.